ProjectDefinition.st
changeset 14583 266314c7fbfc
parent 14580 b9514d8a5211
child 14585 186421233efa
--- a/ProjectDefinition.st	Thu Dec 13 15:42:25 2012 +0100
+++ b/ProjectDefinition.st	Thu Dec 13 15:47:31 2012 +0100
@@ -467,13 +467,13 @@
     "if I was loaded from a directory (as oposed to loaded via a dll or from a scm),
      return that directory. Otherwise return nil."
 
-    ^ self getAttribute:#loadDirectory
+    ^ self getAttribute:#projectDirectory
 !
 
 loadDirectory:aDirectory
     "remember the directory from which I was loaded from"
 
-    self setAttribute:#loadDirectory to:aDirectory
+    self setAttribute:#projectDirectory to:aDirectory
 !
 
 module
@@ -6741,11 +6741,11 @@
 !ProjectDefinition class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic/ProjectDefinition.st,v 1.400 2012-12-13 14:29:36 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/ProjectDefinition.st,v 1.401 2012-12-13 14:47:31 cg Exp $'
 !
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libbasic/ProjectDefinition.st,v 1.400 2012-12-13 14:29:36 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/ProjectDefinition.st,v 1.401 2012-12-13 14:47:31 cg Exp $'
 !
 
 version_SVN