#DOCUMENTATION by mawalch
authormawalch
Wed, 08 Nov 2017 18:03:14 +0100
changeset 22333 3c675c8b5266
parent 22332 0b9d2ed54342
child 22334 8e2e3cb23910
#DOCUMENTATION by mawalch class: ProjectDefinition class comment/format in: #classNamesAndAttributes_code_ignoreOldEntries:ignoreOldDefinition: typo
ProjectDefinition.st
--- a/ProjectDefinition.st	Wed Nov 08 18:02:45 2017 +0100
+++ b/ProjectDefinition.st	Wed Nov 08 18:03:14 2017 +0100
@@ -1,5 +1,3 @@
-"{ Encoding: utf8 }"
-
 "
  COPYRIGHT (c) 2006 by eXept Software AG
               All Rights Reserved
@@ -1534,7 +1532,7 @@
                                 ].
                             ].
                             "JV @ 2010-06-19
-                             Support fo additional class attributes and programming language attribute"
+                             Support for additional class attributes and programming language attribute"
                             attributes := self mergeDefaultClassAttributesFor: eachClass with: attributes.
 
                             newEntry := Array with:className.
@@ -1559,6 +1557,7 @@
     "Created: / 10-10-2006 / 22:00:50 / cg"
     "Modified: / 06-09-2011 / 07:48:52 / cg"
     "Modified: / 30-07-2014 / 20:40:21 / Jan Vrany <jan.vrany@fit.cvut.cz>"
+    "Modified (comment): / 08-11-2017 / 17:59:04 / mawalch"
 !
 
 companyName_code
@@ -2896,6 +2895,7 @@
     "Created: / 18-08-2006 / 12:51:38 / cg"
 ! !
 
+
 !ProjectDefinition class methodsFor:'description - project information'!
 
 applicationAdditionalIconFileNames
@@ -4976,6 +4976,7 @@
     ^ self subProjectMakeCallsUsing:'call vcmake %1 %2'.
 ! !
 
+
 !ProjectDefinition class methodsFor:'file templates'!
 
 autopackage_default_dot_apspec