stx_libjava.st
branchdevelopment
changeset 2866 d92f88db7514
parent 2865 916f3eedc505
child 2868 90724c4fa7f8
--- a/stx_libjava.st	Wed Oct 16 09:09:38 2013 +0100
+++ b/stx_libjava.st	Wed Oct 16 10:05:31 2013 +0100
@@ -160,6 +160,7 @@
      (the browser has a menu function for that)"
 
     ^ #(
+        #'stx:goodies/sunit'    "TestAsserter - superclass of JavaAntProjectResource "
         #'stx:libbasic'    "AbstractNumberVector - extended "
         #'stx:libbasic2'    "BitArray - extended "
         #'stx:libbasic3'    "WrappedMethod - extended "
@@ -176,7 +177,6 @@
      exclude individual packages in the #excludedFromPreRequisites method."
 
     ^ #(
-        #'stx:goodies/sunit'    "TestSuite - referenced by JavaTestsLoader class>>buildSuiteFrom: "
         #'stx:libcomp'    "BlockNode - referenced by JavaNativeMethod>>numberOfArgs: "
         #'stx:libhtml'    "URL - referenced by JavaEmbeddedFrameView>>setupAppletFrameIn:initializeJava: "
         #'stx:libtool'    "DebugView - referenced by Java class>>flushClasses "
@@ -344,6 +344,7 @@
         JavaFinalizationRegistry
         (JavaFreshlyInitializedResource autoload)
         (JavaInitializedResource autoload)
+        JavaInnerClasses
         (JavaInterfaceMethodRefTests autoload)
         (JavaJUnitTests autoload)
         JavaLanguage