stx_libjava.st
branchdevelopment
changeset 1853 0adc17571595
parent 1850 57d1aafbf884
child 1856 f2e8307a717f
--- a/stx_libjava.st	Sun Dec 02 10:43:34 2012 +0000
+++ b/stx_libjava.st	Sun Dec 02 13:39:54 2012 +0000
@@ -155,17 +155,17 @@
      exclude individual packages in the #excludedFromPrerequisites method."
 
     ^ #(
-        #'stx:goodies/sunit'    "TestResource - superclass of JavaLibrariesResource "
+        #'stx:goodies/sunit'    "TestResource - superclass of JavaInitializedResource "
         #'stx:libbasic'    "Error - superclass of JavaInvalidRefError "
-        #'stx:libbasic2'    "BitArray - superclass of extended BooleanArray "
+        #'stx:libbasic2'    "Socket - superclass of JavaSocket "
         #'stx:libbasic3'    "MessageTracer - referenced by JavaMethod>>setBreakPoint "
-        #'stx:libcomp'    "SourceFileLoader - referenced by GroovyCompiler class>>compile:forClass:inCategory:notifying:install:skipIfSame:silent: "
+        #'stx:libcomp'    "VariableNode - referenced by ProxyMethodCompiler>>compile:arguments:selector: "
         #'stx:libhtml'    "URL - referenced by JavaEmbeddedFrameView>>setupAppletFrameIn:initializeJava: "
         #'stx:libtool'    "WorkspaceApplication - referenced by GroovyEvaluator>>evaluate:in:receiver:notifying:logged:ifFail: "
-        #'stx:libview'    "TopView - superclass of JavaPopUpView "
+        #'stx:libview'    "DeviceGraphicsContext - superclass of JavaView "
         #'stx:libview2'    "Plug - referenced by JavaSourceCodeCache>>findMethodLine:inMethods: "
-        #'stx:libwidg'    "ScrollableView - referenced by JavaVM class>>_MComponentPeer_pSetForeground: "
-        #'stx:libwidg2'    "ComboListView - referenced by JavaVM class>>_WChoicePeer_create: "
+        #'stx:libwidg'    "Button - referenced by JavaVM class>>_WButtonPeer_create: "
+        #'stx:libwidg2'    "MenuPanel - referenced by JavaVM class>>processEvent: "
     )
 ! !