stx_libbasic2.st
changeset 2987 6ed226d684ee
parent 2943 3d7b1ff12bc4
child 3036 8c7e3b9d80fa
--- a/stx_libbasic2.st	Thu Apr 25 09:38:01 2013 +0200
+++ b/stx_libbasic2.st	Thu Apr 25 09:38:02 2013 +0200
@@ -65,7 +65,7 @@
      exclude individual packages in the #excludedFromPreRequisites method."
 
     ^ #(
-        #'stx:libbasic'    "NonPositionableExternalStream - superclass of SerialPort "
+        #'stx:libbasic'    "AbstractNumberVector - superclass of IntegerArray "
     )
 !
 
@@ -79,6 +79,16 @@
 
     ^ #(
     )
+!
+
+subProjects
+    "list packages which are known as subprojects.
+     The generated makefile will enter those and make there as well.
+     However: they are not forced to be loaded when a package is loaded;
+     for those, redefine requiredPrerequisites"
+
+    ^ #(
+    )
 ! !
 
 !stx_libbasic2 class methodsFor:'description - compilation'!
@@ -217,8 +227,6 @@
         NameLookupError
         (NumberSet autoload)
         OperationQueue
-        OrderedDictionary
-        OrderedSet
         PhoneticStringUtilities
         Polygon
         (PowerSet autoload)
@@ -400,10 +408,10 @@
 !stx_libbasic2 class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic2/stx_libbasic2.st,v 1.94 2013-03-19 19:49:22 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic2/stx_libbasic2.st,v 1.95 2013-04-25 07:38:02 stefan Exp $'
 !
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libbasic2/stx_libbasic2.st,v 1.94 2013-03-19 19:49:22 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic2/stx_libbasic2.st,v 1.95 2013-04-25 07:38:02 stefan Exp $'
 ! !