#BUGFIX by cg
authorClaus Gittinger <cg@exept.de>
Sat, 22 Sep 2018 11:01:46 +0200
changeset 23374 b6a74e001e1a
parent 23373 9d9354d2634d
child 23375 cda7be7645a8
#BUGFIX by cg class: ProjectDefinition class added: #isPluginDefinition
ProjectDefinition.st
--- a/ProjectDefinition.st	Sat Sep 22 11:00:04 2018 +0200
+++ b/ProjectDefinition.st	Sat Sep 22 11:01:46 2018 +0200
@@ -921,7 +921,6 @@
 
 
 
-
 !ProjectDefinition class methodsFor:'accessing - packaging'!
 
 classNames:aCollectionOfClassNames
@@ -2924,7 +2923,6 @@
     "Created: / 23-01-2007 / 19:08:27 / cg"
 ! !
 
-
 !ProjectDefinition class methodsFor:'description - project information'!
 
 applicationAdditionalIconFileNames
@@ -5023,7 +5021,6 @@
     ^ self subProjectMakeCallsUsing:'call vcmake %1 %2'.
 ! !
 
-
 !ProjectDefinition class methodsFor:'file templates'!
 
 autopackage_default_dot_apspec
@@ -8365,6 +8362,14 @@
     "Modified: / 20-09-2006 / 15:00:00 / cg"
 !
 
+isPluginDefinition
+    "is this a plugin (only used by deployed applications)"
+
+    ^ false
+
+    "Created: / 22-09-2018 / 11:01:33 / Claus Gittinger"
+!
+
 isProjectDefinition
     "concrete i.e. not abstract"