LibraryDefinition.st
changeset 9611 855d919d5040
parent 9608 9dbec800d20e
child 9612 450e2a5676da
--- a/LibraryDefinition.st	Mon Aug 21 14:58:26 2006 +0200
+++ b/LibraryDefinition.st	Mon Aug 21 15:49:36 2006 +0200
@@ -865,9 +865,10 @@
 !LibraryDefinition class methodsFor:'testing'!
 
 isProjectDefinition
-    ^ self ~~ ProjectDefinition
+    ^ self ~~ LibraryDefinition
 
     "Created: / 17-08-2006 / 14:11:46 / cg"
+    "Modified: / 21-08-2006 / 15:49:42 / cg"
 ! !
 
 !LibraryDefinition class methodsFor:'update description'!
@@ -946,5 +947,5 @@
 !LibraryDefinition class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic/LibraryDefinition.st,v 1.32 2006-08-21 12:57:15 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/LibraryDefinition.st,v 1.33 2006-08-21 13:49:36 cg Exp $'
 ! !