ProjectDefinition.st
changeset 10897 6a20c3e54653
parent 10875 ed4bd37a995e
child 10923 cb3e04bc2726
--- a/ProjectDefinition.st	Fri Feb 29 22:32:30 2008 +0100
+++ b/ProjectDefinition.st	Sun Mar 02 17:19:56 2008 +0100
@@ -1076,7 +1076,7 @@
         ].
     ].
 
-    preRequisites removeAll: self excludedFromPreRequisites.
+    preRequisites removeAllFoundIn:self excludedFromPreRequisites.
     preRequisites remove:self package ifAbsent:[].
 
     ^ String streamContents:[:s |
@@ -3967,7 +3967,7 @@
 !ProjectDefinition class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic/ProjectDefinition.st,v 1.176 2008-02-07 17:44:08 stefan Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/ProjectDefinition.st,v 1.177 2008-03-02 16:19:56 stefan Exp $'
 ! !
 
 ProjectDefinition initialize!