LibraryDefinition.st
changeset 9666 cdcff7e1794f
parent 9633 71846fd994e9
child 9671 cb20763db715
--- a/LibraryDefinition.st	Wed Aug 23 16:07:27 2006 +0200
+++ b/LibraryDefinition.st	Wed Aug 23 16:08:50 2006 +0200
@@ -901,6 +901,18 @@
 
 !LibraryDefinition class methodsFor:'testing'!
 
+isLibraryDefinition
+    ^ self ~~ LibraryDefinition
+
+    "
+     stx_libboss isLibraryDefinition
+     ProjectDefinition isLibraryDefinition
+     LibraryDefinition isLibraryDefinition
+    "
+
+    "Created: / 23-08-2006 / 15:17:50 / cg"
+!
+
 isProjectDefinition
     ^ self ~~ LibraryDefinition
 
@@ -994,5 +1006,5 @@
 !LibraryDefinition class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic/LibraryDefinition.st,v 1.44 2006-08-23 09:50:31 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/LibraryDefinition.st,v 1.45 2006-08-23 14:08:50 cg Exp $'
 ! !