src/stx_libjava.st
branchjk_new_structure
changeset 869 314c2f46efb0
parent 868 76ac320a889b
child 872 c48fb6d0d21c
--- a/src/stx_libjava.st	Mon Jul 18 14:36:12 2011 +0000
+++ b/src/stx_libjava.st	Mon Jul 18 17:12:03 2011 +0000
@@ -114,17 +114,17 @@
 
     ^ #(
         #'squeak:petitparser'    "PPParser - superclass of JavaParser::BlockParser "
-        #'stx:goodies/sunit'    "TestAsserter - superclass of JavaByteCodeProcessorTests "
+        #'stx:goodies/sunit'    "TestResource - superclass of JavaInitializedResource "
         #'stx:libbasic'    "Object - superclass of JavaUnresolvedFieldrefConstant "
         #'stx:libbasic2'    "ZipArchive - referenced by Java class>>classSource:package:in: "
         #'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'    "DeviceGraphicsContext - superclass of JavaEmbeddedFrameView "
+        #'stx:libview'    "DisplaySurface - superclass of JavaView "
         #'stx:libview2'    "Plug - referenced by JavaSourceCodeCache>>findMethodLine:inMethods: "
         #'stx:libwidg'    "Label - referenced by JavaVM class>>processEvent: "
-        #'stx:libwidg2'    "MenuPanel - referenced by JavaVM class>>processEvent: "
+        #'stx:libwidg2'    "ComboBoxView - referenced by JavaVM class>>processEvent: "
     )
 ! !
 
@@ -147,8 +147,11 @@
         JavaAnnotationDefault
         JavaAnnotationDictionary
         JavaAnnotationValue
+        (JavaAntProjectResource autoload)
         JavaArray
         JavaBehavior
+        (JavaByteCodeDisassemblerTests autoload)
+        (JavaByteCodeInterpreterTests autoload)
         JavaByteCodeProcessor
         (JavaByteCodeProcessorTests autoload)
         JavaClassReader
@@ -163,7 +166,6 @@
         JavaExceptionTableEntry
         (JavaExceptionThrowerMock autoload)
         (JavaFieldRefTests autoload)
-        (JavaInitializedResource autoload)
         (JavaInterfaceMethodRefTests autoload)
         (JavaJUnitTests autoload)
         JavaJavadocNode
@@ -183,7 +185,9 @@
         JavaObject
         JavaObjectDictionary
         JavaParseResult
+        (JavaParserNavigationTests autoload)
         (JavaParserTestCase autoload)
+        (JavaParserTests autoload)
         JavaPopUpView
         JavaProcess
         JavaRef
@@ -199,7 +203,6 @@
         JavaStartup
         (JavaTestCaseProxy autoload)
         JavaTestsLoader
-        (JavaTestsResource autoload)
         JavaTopView
         (JavaUTF8Tests autoload)
         JavaUnresolvedConstant
@@ -218,10 +221,8 @@
         JavaAnnotationNestedAnnotationValue
         JavaAnnotationPrimitiveValue
         JavaByteCodeDisassembler
-        (JavaByteCodeDisassemblerTests autoload)
         JavaByteCodeEnumerator
         JavaByteCodeInterpreter
-        (JavaByteCodeInterpreterTests autoload)
         JavaClass
         JavaClassAnnotationContainer
         JavaClassContentRef2
@@ -234,6 +235,7 @@
         JavaFieldDescriptor
         JavaFieldref
         JavaFormalParameterNode
+        (JavaInitializedResource autoload)
         JavaMethodAnnotationContainer
         JavaMethodDeclarationNode
         JavaMethodDeclaratorNode
@@ -242,9 +244,8 @@
         JavaMethodWithException
         JavaMethodref
         JavaParser
-        (JavaParserNavigationTests autoload)
-        (JavaParserTests autoload)
         JavaStringRef2
+        (JavaTestsResource autoload)
         JavaTypeNode
         JavaUnhandledExceptionError
         JavaUnresolvedClassConstant
@@ -410,7 +411,7 @@
     "Return a SVN revision number of myself.
      This number is updated after a commit"
 
-    ^ "$SVN-Revision:"'1211'"$"
+    ^ "$SVN-Revision:"'1213'"$"
 ! !
 
 !stx_libjava class methodsFor:'file generation'!