#BUGFIX by stefan
authorStefan Vogel <sv@exept.de>
Fri, 22 Jun 2018 11:54:27 +0200
changeset 23128 bbd3f21e2fef
parent 23127 399ea1a6c384
child 23129 53cee4c20659
#BUGFIX by stefan class: ProjectDefinition class added: #isPluginDefinition
ProjectDefinition.st
--- a/ProjectDefinition.st	Fri Jun 22 10:49:37 2018 +0200
+++ b/ProjectDefinition.st	Fri Jun 22 11:54:27 2018 +0200
@@ -1,3 +1,5 @@
+"{ Encoding: utf8 }"
+
 "
  COPYRIGHT (c) 2006 by eXept Software AG
 	      All Rights Reserved
@@ -2916,7 +2918,6 @@
     "Created: / 23-01-2007 / 19:08:27 / cg"
 ! !
 
-
 !ProjectDefinition class methodsFor:'description - project information'!
 
 applicationAdditionalIconFileNames
@@ -5015,7 +5016,6 @@
     ^ self subProjectMakeCallsUsing:'call vcmake %1 %2'.
 ! !
 
-
 !ProjectDefinition class methodsFor:'file templates'!
 
 autopackage_default_dot_apspec
@@ -8344,6 +8344,14 @@
     "Modified: / 20-09-2006 / 15:00:00 / cg"
 !
 
+isPluginDefinition
+    "is it some definition of a plugin (e.g. for expecco)?"
+
+    ^ false
+
+    "Created: / 22-06-2018 / 11:54:04 / Stefan Vogel"
+!
+
 isProjectDefinition
     "concrete i.e. not abstract"