ProjectDefinition.st
changeset 13090 827d5322948f
parent 13088 fd588a4030f2
child 13118 06c6d0c09bb2
--- a/ProjectDefinition.st	Wed Oct 06 09:54:45 2010 +0200
+++ b/ProjectDefinition.st	Mon Oct 11 12:13:01 2010 +0200
@@ -4166,7 +4166,7 @@
                 cls isBehavior ifFalse:[
                     self warn:('Missing/invalid class: %1\\%2' 
                                 bindWith:eachName
-                                with:('Warning: The class is skipped in the list of compiled classes.' allBold)).
+                                with:('Warning: The class is skipped in the list of compiled classes.' allBold)) withCRs.
                     cls := nil.
                 ].
                 cls
@@ -4175,7 +4175,7 @@
 
     "Created: / 09-08-2006 / 16:28:15 / fm"
     "Modified: / 09-08-2006 / 18:02:28 / fm"
-    "Modified: / 26-07-2010 / 12:00:10 / cg"
+    "Modified: / 11-10-2010 / 12:11:06 / cg"
 !
 
 cvsRevision
@@ -5428,11 +5428,11 @@
 !ProjectDefinition class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic/ProjectDefinition.st,v 1.320 2010-10-05 16:05:30 stefan Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/ProjectDefinition.st,v 1.321 2010-10-11 10:13:01 cg Exp $'
 !
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libbasic/ProjectDefinition.st,v 1.320 2010-10-05 16:05:30 stefan Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/ProjectDefinition.st,v 1.321 2010-10-11 10:13:01 cg Exp $'
 ! !
 
 ProjectDefinition initialize!