ProjectDefinition.st
changeset 11383 18f253d8f9a5
parent 11380 ac50ce4321b5
child 11386 5e4e1acf7242
--- a/ProjectDefinition.st	Tue Dec 02 14:28:49 2008 +0100
+++ b/ProjectDefinition.st	Tue Dec 02 14:29:05 2008 +0100
@@ -4024,15 +4024,6 @@
     ^ self hasAllCompiledClassesFullyLoaded and:[self hasAllClassesLoaded and:[self hasAllExtensionsLoaded]]
 
     "Created: / 24-10-2006 / 23:52:23 / cg"
-!
-
-packageDirectory
-    ^ Smalltalk getPackageDirectoryForPackage:self package.
-
-    "
-      self packageDirectory
-      stx_libbasic3 packageDirectory
-    "
 ! !
 
 !ProjectDefinition class methodsFor:'queries-privacy'!
@@ -4113,7 +4104,7 @@
 !ProjectDefinition class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic/ProjectDefinition.st,v 1.206 2008-12-02 11:25:31 stefan Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/ProjectDefinition.st,v 1.207 2008-12-02 13:29:05 cg Exp $'
 ! !
 
 ProjectDefinition initialize!