automatic checkIn
authorMichael Beyl <mb@exept.de>
Tue, 28 May 2013 09:59:49 +0200
changeset 3177 c9bc8a08c5ca
parent 3176 ba587464dd4f
child 3178 ced60e8c83fe
automatic checkIn
stx_libview2.st
--- a/stx_libview2.st	Tue May 28 09:59:37 2013 +0200
+++ b/stx_libview2.st	Tue May 28 09:59:49 2013 +0200
@@ -70,8 +70,9 @@
      exclude individual packages in the #excludedFromPreRequisites method."
 
     ^ #(
-	#'stx:libbasic'    "String - superclass of MIMETypes::MIMEType "
-	#'stx:libview'    "PopUpView - superclass of PopUpBanner "
+        #'stx:libbasic'    "ArrayedCollection - extended "
+        #'stx:libbasic2'    "PrinterStream - superclass of WinPrinterStream "
+        #'stx:libview'    "Color - superclass of ColorValue "
     )
 !
 
@@ -84,8 +85,17 @@
      exclude individual packages in the #excludedFromPreRequisites method."
 
     ^ #(
-	#'stx:libbasic2'    "TextStream - referenced by ApplicationModel>>warn:withArguments: "
-	#'stx:libui'    "SpecCollection - referenced by UIBuilder>>add: "
+        #'stx:libui'    "ComponentSpec - referenced by UIBuilder>>add: "
+    )
+!
+
+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"
+
+    ^ #(
     )
 ! !
 
@@ -345,7 +355,7 @@
      Entries are 2-element array literals, consisting of class-name and selector."
 
     ^ #(
-	CharacterArray asMimeType
+        CharacterArray asMimeType
     )
 ! !
 
@@ -387,10 +397,10 @@
 !stx_libview2 class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libview2/stx_libview2.st,v 1.74 2013-05-27 10:01:33 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libview2/stx_libview2.st,v 1.75 2013-05-28 07:59:49 mb Exp $'
 !
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libview2/stx_libview2.st,v 1.74 2013-05-27 10:01:33 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libview2/stx_libview2.st,v 1.75 2013-05-28 07:59:49 mb Exp $'
 ! !