ProjectDefinition.st
branchjv
changeset 17765 e3ee4a675abc
parent 17763 019bb9c842c5
child 17767 a4a32df3aa5e
--- a/ProjectDefinition.st	Thu May 06 12:27:45 2010 +0100
+++ b/ProjectDefinition.st	Tue May 18 14:31:21 2010 +0100
@@ -4898,7 +4898,7 @@
 
 update:anAspectSymbol with:argument from:changedObject
     "when any of my class methods is changed, we mark the project as unloaded.
-     May be some mor classes have to be loaded"
+     May be some more classes have to be loaded"
 
     (changedObject == self class and:[anAspectSymbol == #methodDictionary]) ifTrue:[
         self projectIsLoaded:false.
@@ -5378,15 +5378,15 @@
 !ProjectDefinition class methodsFor:'documentation'!
 
 version
-    ^ '$Id: ProjectDefinition.st 10520 2010-05-04 11:50:05Z vranyj1 $'
+    ^ '$Id: ProjectDefinition.st 10523 2010-05-18 13:31:21Z vranyj1 $'
 !
 
 version_CVS
-    ^ 'Header: /cvs/stx/stx/libbasic/ProjectDefinition.st,v 1.312 2010/04/07 17:51:24 cg Exp §'
+    ^ 'Header: /cvs/stx/stx/libbasic/ProjectDefinition.st,v 1.313 2010/05/12 08:55:22 stefan Exp §'
 !
 
 version_SVN
-    ^ '$Id: ProjectDefinition.st 10520 2010-05-04 11:50:05Z vranyj1 $'
+    ^ '$Id: ProjectDefinition.st 10523 2010-05-18 13:31:21Z vranyj1 $'
 ! !
 
 ProjectDefinition initialize!
@@ -5394,3 +5394,4 @@
 
 
 
+