comment
authorClaus Gittinger <cg@exept.de>
Tue, 08 Feb 2011 10:04:05 +0100
changeset 13286 425d094bfc72
parent 13285 bd6b2a49c8af
child 13287 f59520cfb701
comment
ApplicationDefinition.st
--- a/ApplicationDefinition.st	Tue Feb 08 10:04:01 2011 +0100
+++ b/ApplicationDefinition.st	Tue Feb 08 10:04:05 2011 +0100
@@ -2725,17 +2725,18 @@
 !
 
 isProjectDefinition
-    ^ self ~~ ApplicationDefinition
+    ^ self ~~ ApplicationDefinition "/ skip myself - I am abstract
 
     "Created: / 17-08-2006 / 14:11:56 / cg"
+    "Modified: / 08-02-2011 / 10:03:34 / cg"
 ! !
 
 !ApplicationDefinition class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic/ApplicationDefinition.st,v 1.171 2011-02-01 17:33:28 stefan Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/ApplicationDefinition.st,v 1.172 2011-02-08 09:04:05 cg Exp $'
 !
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libbasic/ApplicationDefinition.st,v 1.171 2011-02-01 17:33:28 stefan Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/ApplicationDefinition.st,v 1.172 2011-02-08 09:04:05 cg Exp $'
 ! !