LibraryDefinition.st
changeset 13287 f59520cfb701
parent 13179 f7307b5736ca
child 13685 069f722252d9
--- a/LibraryDefinition.st	Tue Feb 08 10:04:05 2011 +0100
+++ b/LibraryDefinition.st	Tue Feb 08 10:04:09 2011 +0100
@@ -676,7 +676,7 @@
 !
 
 isProjectDefinition
-    ^ self ~~ LibraryDefinition
+    ^ self ~~ LibraryDefinition "/ skip myself - I am abstract
 
     "
      stx_libboss isProjectDefinition
@@ -684,15 +684,15 @@
     "
 
     "Created: / 17-08-2006 / 14:11:46 / cg"
-    "Modified: / 21-08-2006 / 15:50:13 / cg"
+    "Modified: / 08-02-2011 / 10:03:42 / cg"
 ! !
 
 !LibraryDefinition class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic/LibraryDefinition.st,v 1.99 2010-12-21 10:38:23 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/LibraryDefinition.st,v 1.100 2011-02-08 09:04:09 cg Exp $'
 !
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libbasic/LibraryDefinition.st,v 1.99 2010-12-21 10:38:23 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/LibraryDefinition.st,v 1.100 2011-02-08 09:04:09 cg Exp $'
 ! !