FolderForProjectsDefinition.st
changeset 17230 c61f862aae61
parent 17040 6d4341530f00
child 19979 23da22784b77
--- a/FolderForProjectsDefinition.st	Fri Dec 19 15:18:43 2014 +0100
+++ b/FolderForProjectsDefinition.st	Fri Dec 19 15:24:05 2014 +0100
@@ -211,7 +211,7 @@
 %(MAKE_PREREQUISITES)
 
 # build all packages containing referenced classes for this package
-# they are nor needed to compile the package
+# they are not needed to compile the package (but later, to load it)
 references:
 %(MAKE_REFERENCES)
 
@@ -282,10 +282,10 @@
 !FolderForProjectsDefinition class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic/FolderForProjectsDefinition.st,v 1.2 2014-11-11 16:00:20 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/FolderForProjectsDefinition.st,v 1.3 2014-12-19 14:24:05 cg Exp $'
 !
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libbasic/FolderForProjectsDefinition.st,v 1.2 2014-11-11 16:00:20 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/FolderForProjectsDefinition.st,v 1.3 2014-12-19 14:24:05 cg Exp $'
 ! !