class: SmalltalkCodeGeneratorTool
authorClaus Gittinger <cg@exept.de>
Mon, 22 Dec 2014 01:56:56 +0100
changeset 15069 ca54ea5a83f9
parent 15068 2dba2b7a9aa0
child 15070 1013c1a9909a
class: SmalltalkCodeGeneratorTool changed: #createWebServiceCodeFor:
SmalltalkCodeGeneratorTool.st
--- a/SmalltalkCodeGeneratorTool.st	Mon Dec 22 01:20:36 2014 +0100
+++ b/SmalltalkCodeGeneratorTool.st	Mon Dec 22 01:56:56 2014 +0100
@@ -1340,7 +1340,7 @@
 
     "/ uncomment to install a file service for my data files (in the ''data'' folder of my project directory
     "/ (aServer serviceForLink:(self linkName,''/data'') ifAbsent:nil) isNil ifTrue:[
-    "/     aServer addFileServiceWithRootLinkName:(self linkName,''/myFiles'')
+    "/     aServer addFileServiceWithRootLinkName:(self linkName,''/data'')
     "/                 rootDirectory:(self class projectDirectory / ''data'') 
     "/                 defaultFileName:nil.
     "/ ].
@@ -2739,14 +2739,14 @@
 !SmalltalkCodeGeneratorTool class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libtool/SmalltalkCodeGeneratorTool.st,v 1.35 2014-12-21 19:53:45 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/SmalltalkCodeGeneratorTool.st,v 1.36 2014-12-22 00:56:56 cg Exp $'
 !
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libtool/SmalltalkCodeGeneratorTool.st,v 1.35 2014-12-21 19:53:45 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/SmalltalkCodeGeneratorTool.st,v 1.36 2014-12-22 00:56:56 cg Exp $'
 !
 
 version_SVN
-    ^ '$Id: SmalltalkCodeGeneratorTool.st,v 1.35 2014-12-21 19:53:45 cg Exp $'
+    ^ '$Id: SmalltalkCodeGeneratorTool.st,v 1.36 2014-12-22 00:56:56 cg Exp $'
 ! !