ProjectDefinition.st
branchjv
changeset 17763 019bb9c842c5
parent 17759 ed6ccf3b537d
child 17765 e3ee4a675abc
--- a/ProjectDefinition.st	Thu Apr 29 16:55:35 2010 +0100
+++ b/ProjectDefinition.st	Tue May 04 12:50:05 2010 +0100
@@ -4464,6 +4464,7 @@
         self superclass: ApplicationDefinition.
         ^ self
     ].
+
     typeOrNil = NonGUIApplicationType ifTrue:[
         self compile:
 'isGUIApplication
@@ -4476,6 +4477,7 @@
         self superclass: ApplicationDefinition.
         ^ self
     ].                
+
     self theMetaclass removeSelector: #isGUIApplication.
     self superclass: LibraryDefinition.
     ^ self.
@@ -5376,18 +5378,19 @@
 !ProjectDefinition class methodsFor:'documentation'!
 
 version
-    ^ '$Id: ProjectDefinition.st 10513 2010-04-10 12:06:28Z vranyj1 $'
+    ^ '$Id: ProjectDefinition.st 10520 2010-05-04 11:50:05Z vranyj1 $'
 !
 
 version_CVS
-    ^ 'Header: /cvs/stx/stx/libbasic/ProjectDefinition.st,v 1.311 2010/03/24 11:21:23 sr Exp §'
+    ^ 'Header: /cvs/stx/stx/libbasic/ProjectDefinition.st,v 1.312 2010/04/07 17:51:24 cg Exp §'
 !
 
 version_SVN
-    ^ '$Id: ProjectDefinition.st 10513 2010-04-10 12:06:28Z vranyj1 $'
+    ^ '$Id: ProjectDefinition.st 10520 2010-05-04 11:50:05Z vranyj1 $'
 ! !
 
 ProjectDefinition initialize!
 
 
 
+