class: ProjectDefinition
authorClaus Gittinger <cg@exept.de>
Fri, 21 Jun 2013 00:45:30 +0200
changeset 15415 ff36f42342a7
parent 15414 d5fb5ac0d992
child 15416 0d02e659675b
class: ProjectDefinition changed: #allPreRequisitesSorted:
ProjectDefinition.st
--- a/ProjectDefinition.st	Fri Jun 21 00:33:31 2013 +0200
+++ b/ProjectDefinition.st	Fri Jun 21 00:45:30 2013 +0200
@@ -2545,7 +2545,6 @@
     "Created: / 18-08-2006 / 12:51:38 / cg"
 ! !
 
-
 !ProjectDefinition class methodsFor:'description - project information'!
 
 applicationAdditionalIconFileNames
@@ -6586,7 +6585,7 @@
     ].
 
     (orderedTuples includes:[:el | el first = el second]) ifTrue:[
-        self halt
+        self halt:'oops - something seems to depend upon itself'
     ].
     sortedPackages := orderedTuples topologicalSort.
 
@@ -7459,11 +7458,11 @@
 !ProjectDefinition class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic/ProjectDefinition.st,v 1.478 2013-06-10 18:17:39 stefan Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/ProjectDefinition.st,v 1.479 2013-06-20 22:45:30 cg Exp $'
 !
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libbasic/ProjectDefinition.st,v 1.478 2013-06-10 18:17:39 stefan Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/ProjectDefinition.st,v 1.479 2013-06-20 22:45:30 cg Exp $'
 !
 
 version_SVN