ProjectDefinition.st
changeset 15390 0d1f354331ad
parent 15385 2ca0c225509e
child 15395 780b606d17c0
--- a/ProjectDefinition.st	Mon Jun 10 09:57:53 2013 +0000
+++ b/ProjectDefinition.st	Mon Jun 10 13:02:33 2013 +0200
@@ -836,6 +836,7 @@
     "Created: / 14-09-2006 / 14:59:53 / cg"
 ! !
 
+
 !ProjectDefinition class methodsFor:'accessing - packaging'!
 
 classNames:aCollectionOfClassNames
@@ -1735,7 +1736,7 @@
         s nextPutLine:'     or classes which are extended by this package.'.
         s nextPutLine:'     This list can be maintained manually or (better) generated and'.
         s nextPutLine:'     updated by scanning the superclass hierarchies'.
-        s nextPutLine:'     (the browser has a menu function for that)'.
+        s nextPutLine:'     (the browser has a menu function for that)"'.
         s nextPutLine:''.
         s nextPutLine:'    ^ #('.
         preRequisites keys asSortedCollection do:[:eachPackageID |
@@ -1761,6 +1762,7 @@
     "Modified: / 08-08-2006 / 19:24:34 / fm"
     "Created: / 17-08-2006 / 21:28:09 / cg"
     "Modified: / 09-10-2006 / 14:27:20 / cg"
+    "Modified: / 10-06-2013 / 11:50:16 / Jan Vrany <jan.vrany@fit.cvut.cz>"
 !
 
 productInstallDirBaseName_code
@@ -2109,6 +2111,7 @@
     "Modified: / 17-08-2006 / 19:59:26 / cg"
 ! !
 
+
 !ProjectDefinition class methodsFor:'description - classes'!
 
 additionalClassNamesAndAttributes
@@ -7444,11 +7447,11 @@
 !ProjectDefinition class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic/ProjectDefinition.st,v 1.476 2013-06-08 01:00:50 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/ProjectDefinition.st,v 1.477 2013-06-10 11:02:33 vrany Exp $'
 !
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libbasic/ProjectDefinition.st,v 1.476 2013-06-08 01:00:50 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/ProjectDefinition.st,v 1.477 2013-06-10 11:02:33 vrany Exp $'
 !
 
 version_SVN