src/stx_libjava.st
branchjk_new_structure
changeset 956 a8b9dec12b4d
parent 954 eb58ade0cd7a
child 960 1c7fd32d1f26
--- a/src/stx_libjava.st	Wed Aug 31 19:45:31 2011 +0000
+++ b/src/stx_libjava.st	Wed Aug 31 21:06:09 2011 +0000
@@ -201,17 +201,17 @@
 
     ^ #(
         #'squeak:petitparser'    "PPParser - superclass of JavaParser::BlockParser "
-        #'stx:goodies/sunit'    "TestAsserter - superclass of JavaByteCodeProcessorTests "
+        #'stx:goodies/sunit'    "TestCase - superclass of SmalltalkSelectorParserTests "
         #'stx:libbasic'    "Object - superclass of JavaMethodWithHandler "
         #'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'    "DisplaySurface - superclass of JavaView "
+        #'stx:libview'    "DeviceGraphicsContext - superclass of JavaEmbeddedFrameView "
         #'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: "
     )
 ! !
 
@@ -257,7 +257,6 @@
         (JavaExceptionThrowerMock autoload)
         JavaField
         (JavaFieldRefTests autoload)
-        JavaZipSupport
         (JavaInitializedResource autoload)
         (JavaInterfaceMethodRefTests autoload)
         (JavaJUnitTests autoload)
@@ -297,14 +296,18 @@
         JavaTestsLoader
         (JavaTestsResource autoload)
         JavaTopView
+        JavaTypeBox
+        (JavaTypeBoxTests autoload)
         (JavaUTF8Tests autoload)
         JavaUnresolvedConstant
         JavaVM
         JavaView
+        JavaZipSupport
         (LookupIntegrationTests autoload)
         (LookupIntegrationTestsResource autoload)
         (LookupTests autoload)
         MessageDescription
+        NoOpTypeBox
         PPJavaNode
         SampleHandler
         SelectorParser
@@ -339,6 +342,7 @@
         JavaMethodWithException
         JavaParser
         JavaSelectorParser
+        JavaStringBox
         JavaStringRef2
         JavaTypeNode
         JavaUnhandledExceptionError
@@ -346,6 +350,7 @@
         JavaUnresolvedStringConstant
         JavadocDeclarationNode
         SmalltalkSelectorParser
+        VoidBox
         JavaArrayTypeNode
         JavaBooleanTypeNode
         JavaBothOldAndNewClassRef
@@ -363,8 +368,6 @@
         JavaInterfaceMethodRef2
         JavaNativeMethod
     )
-
-    "Modified: / 31-08-2011 / 14:17:34 / Jan Vrany <jan.vrany@fit.cvut.cz>"
 !
 
 extensionMethodNames
@@ -510,7 +513,7 @@
     "Return a SVN revision number of myself.
      This number is updated after a commit"
 
-    ^ "$SVN-Revision:"'1302M'"$"
+    ^ "$SVN-Revision:"'1303'"$"
 ! !
 
 !stx_libjava class methodsFor:'file generation'!