src/stx_libjava.st
branchjk_new_structure
changeset 1515 f4ebf5cf3f89
parent 1512 96a1223f511c
child 1516 f9d1fe69852a
--- a/src/stx_libjava.st	Fri Jul 06 12:13:27 2012 +0000
+++ b/src/stx_libjava.st	Fri Jul 06 20:58:09 2012 +0000
@@ -156,17 +156,17 @@
 
     ^ #(
         #'squeak:petitparser'
-        #'stx:goodies/sunit'    "TestAsserter - superclass of JavaRuntimeConstantPoolTests "
-        #'stx:libbasic'    "PeekableStream - superclass of JavaSocket "
-        #'stx:libbasic2'    "Socket - superclass of JavaSocket "
-        #'stx:libbasic3'    "WrappedMethod - extended "
-        #'stx:libcomp'    "ByteCodeCompiler - referenced by ProxyMethodCompiler>>compile "
+        #'stx:goodies/sunit'    "TestResource - superclass of JavaAntProjectResource "
+        #'stx:libbasic'    "NonPositionableExternalStream - superclass of JavaSocket "
+        #'stx:libbasic2'    "BitArray - superclass of extended BooleanArray "
+        #'stx:libbasic3'    "MessageTracer - referenced by JavaMethod>>setBreakPoint "
+        #'stx:libcomp'    "ObjectFileLoader - referenced by JavaVM class>>_Runtime_loadFileInternalI: "
         #'stx:libhtml'    "URL - referenced by JavaEmbeddedFrameView>>setupAppletFrameIn:initializeJava: "
         #'stx:libtool'    "DebugView - referenced by Java class>>flushClasses "
-        #'stx:libview'    "PopUpView - superclass of JavaPopUpView "
+        #'stx:libview'    "DeviceGraphicsContext - superclass of JavaTopView "
         #'stx:libview2'    "Plug - referenced by JavaSourceCodeCache>>findMethodLine:inMethods: "
-        #'stx:libwidg'    "Label - referenced by JavaVM class>>_WLabelPeer_create: "
-        #'stx:libwidg2'    "ComboBoxView - referenced by JavaVM class>>processEvent: "
+        #'stx:libwidg'    "SelectionInListView - referenced by JavaVM class>>_WListPeer_create: "
+        #'stx:libwidg2'    "ComboListView - referenced by JavaVM class>>_WChoicePeer_create: "
     )
 ! !
 
@@ -253,7 +253,6 @@
 
     ^ #(
         "<className> or (<className> attributes...) in load order"
-        (AbstractJavaTestCase autoload)
         GroovyCompiler
         GroovyEvaluator
         GroovyLanguage
@@ -283,7 +282,6 @@
         JavaDescriptor
         JavaError
         JavaExceptionTableEntry
-        (JavaExceptionThrowerMock autoload)
         JavaField
         (JavaFieldRefTests autoload)
         (JavaFreshlyInitializedResource autoload)
@@ -391,6 +389,7 @@
         GroovyMetaclass
         (JavaExamples autoload)
         (JavaClassReaderTests autoload)
+        (JavaRefsAndConstantPoolTestCase autoload)
     )
 !
 
@@ -613,7 +612,7 @@
     "Return a SVN revision number of myself.
      This number is updated after a commit"
 
-    ^ "$SVN-Revision:"'1863            '"$"
+    ^ "$SVN-Revision:"'1868M           '"$"
 ! !
 
 !stx_libjava class methodsFor:'file generation'!