Project.st
changeset 3973 7065a27b136b
parent 3972 efc25c2863e9
child 3974 8a4238ec9b5f
--- a/Project.st	Tue Feb 09 19:55:48 1999 +0100
+++ b/Project.st	Tue Feb 09 20:03:38 1999 +0100
@@ -487,6 +487,10 @@
     ^ prerequisites ? #()
 !
 
+prerequisites:aCollectionOfProjects
+    prerequisites := aCollectionOfProjects
+!
+
 repositoryDirectory
     "return the projects default repository location.
      This is offered initially, when classes are checked into the
@@ -1243,6 +1247,6 @@
 !Project class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic/Project.st,v 1.60 1999-02-09 18:55:48 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/Project.st,v 1.61 1999-02-09 19:03:38 cg Exp $'
 ! !
 Project initialize!