*** empty log message ***
authorClaus Gittinger <cg@exept.de>
Mon, 21 Aug 2006 15:50:04 +0200
changeset 9612 450e2a5676da
parent 9611 855d919d5040
child 9613 b61c0a447008
*** empty log message ***
LibraryDefinition.st
--- a/LibraryDefinition.st	Mon Aug 21 15:49:36 2006 +0200
+++ b/LibraryDefinition.st	Mon Aug 21 15:50:04 2006 +0200
@@ -867,8 +867,13 @@
 isProjectDefinition
     ^ self ~~ LibraryDefinition
 
+    "
+     stx_libboss isProjectDefinition
+     ProjectDefinition isProjectDefinition
+    "
+
     "Created: / 17-08-2006 / 14:11:46 / cg"
-    "Modified: / 21-08-2006 / 15:49:42 / cg"
+    "Modified: / 21-08-2006 / 15:50:13 / cg"
 ! !
 
 !LibraryDefinition class methodsFor:'update description'!
@@ -947,5 +952,5 @@
 !LibraryDefinition class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic/LibraryDefinition.st,v 1.33 2006-08-21 13:49:36 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/LibraryDefinition.st,v 1.34 2006-08-21 13:50:04 cg Exp $'
 ! !