stx_libjava.st
branchdevelopment
changeset 1843 eff50e345dff
parent 1841 d3b31b2d5b75
child 1845 7aacc508afc7
--- a/stx_libjava.st	Fri Nov 30 11:25:07 2012 +0000
+++ b/stx_libjava.st	Fri Nov 30 19:39:54 2012 +0000
@@ -155,17 +155,17 @@
      exclude individual packages in the #excludedFromPrerequisites method."
 
     ^ #(
-        #'stx:goodies/sunit'    "TestAsserter - superclass of JavaLookupResolutionAlgorithmTests "
-        #'stx:libbasic'    "Number - superclass of JavaShort "
+        #'stx:goodies/sunit'    "TestResource - superclass of JavaAntProjectResource "
+        #'stx:libbasic'    "Error - superclass of JavaInvalidRefError "
         #'stx:libbasic2'    "Socket - superclass of JavaSocket "
         #'stx:libbasic3'    "WrappedMethod - extended "
-        #'stx:libcomp'    "ConstantNode - referenced by ProxyMethodCompiler>>argsArray "
+        #'stx:libcomp'    "BlockNode - referenced by ProxyMethodTypeCheckNode>>generate: "
         #'stx:libhtml'    "URL - referenced by JavaEmbeddedFrameView>>setupAppletFrameIn:initializeJava: "
-        #'stx:libtool'    "DebugView - referenced by Java class>>flushClasses "
-        #'stx:libview'    "GraphicsMedium - superclass of JavaView "
-        #'stx:libview2'    "GIFReader - referenced by JavaVM class>>_GifImageDecoder_parseImage: "
-        #'stx:libwidg'    "FileSelectionBox - referenced by Java class>>javaProcessForMainOf:argumentString: "
-        #'stx:libwidg2'    "ComboListView - referenced by JavaVM class>>_WChoicePeer_create: "
+        #'stx:libtool'    "WorkspaceApplication - referenced by GroovyEvaluator>>evaluate:in:receiver:notifying:logged:ifFail: "
+        #'stx:libview'    "GraphicsMedium - superclass of JavaPopUpView "
+        #'stx:libview2'    "Plug - referenced by JavaSourceCodeCache>>findMethodLine:inMethods: "
+        #'stx:libwidg'    "HorizontalScrollBar - referenced by JavaVM class>>_WScrollPanePeer__getHScrollbarHeight: "
+        #'stx:libwidg2'    "MenuPanel - referenced by JavaVM class>>processEvent: "
     )
 ! !