ProjectDefinition.st
changeset 20023 c91a69e8f369
parent 19996 7dea0665f414
child 20079 8d884971c2ed
child 20152 53ff3759ee7e
--- a/ProjectDefinition.st	Tue Jun 21 16:01:26 2016 +0200
+++ b/ProjectDefinition.st	Tue Jun 21 16:13:30 2016 +0200
@@ -1,5 +1,3 @@
-"{ Encoding: utf8 }"
-
 "
  COPYRIGHT (c) 2006 by eXept Software AG
               All Rights Reserved
@@ -2719,6 +2717,7 @@
     "Created: / 18-08-2006 / 12:51:38 / cg"
 ! !
 
+
 !ProjectDefinition class methodsFor:'description - project information'!
 
 applicationAdditionalIconFileNames
@@ -3840,7 +3839,7 @@
 
 builder_baseline_dot_rbspec_packages
     ^ String streamContents:[:s |
-        self allPreRequisitesWithMandatorySorted do: [:packageId |
+        self allPreRequisitesSorted do: [:packageId |
             s nextPutLine:('  package "%1"' bindWith:packageId).
         ] 
     ].
@@ -4775,6 +4774,7 @@
     ^ self subProjectMakeCallsUsing:'call vcmake %1 %2'.
 ! !
 
+
 !ProjectDefinition class methodsFor:'file templates'!
 
 autopackage_default_dot_apspec