ProjectDefinition.st
changeset 15415 ff36f42342a7
parent 15395 780b606d17c0
child 15526 6feb63107e17
child 18067 27352a7171ab
--- 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