stx_libjava.st
branchdevelopment
changeset 2965 bac7022ca26a
parent 2960 d133d35e293b
parent 2625 a91a1db9718e
child 2966 afd174546057
equal deleted inserted replaced
2964:7c3b2a89f173 2965:bac7022ca26a
   158      This list can be maintained manually or (better) generated and
   158      This list can be maintained manually or (better) generated and
   159      updated by scanning the superclass hierarchies
   159      updated by scanning the superclass hierarchies
   160      (the browser has a menu function for that)"
   160      (the browser has a menu function for that)"
   161 
   161 
   162     ^ #(
   162     ^ #(
   163         #'stx:goodies/sunit'    "TestAsserter - superclass of JUnitTestCaseProxy "
       
   164         #'stx:libbasic'    "AbstractNumberVector - extended "
   163         #'stx:libbasic'    "AbstractNumberVector - extended "
   165         #'stx:libbasic2'    "BitArray - extended "
   164         #'stx:libbasic2'    "BitArray - extended "
   166         #'stx:libbasic3'    "WrappedMethod - extended "
   165         #'stx:libbasic3'    "WrappedMethod - extended "
   167         #'stx:libview'    "DeviceGraphicsContext - superclass of JavaEmbeddedFrameView "
   166         #'stx:libview'    "DeviceGraphicsContext - superclass of JavaEmbeddedFrameView "
   168     )
   167     )
   175      (the browser has a menu function for that)
   174      (the browser has a menu function for that)
   176      However, often too much is found, and you may want to explicitely
   175      However, often too much is found, and you may want to explicitely
   177      exclude individual packages in the #excludedFromPreRequisites method."
   176      exclude individual packages in the #excludedFromPreRequisites method."
   178 
   177 
   179     ^ #(
   178     ^ #(
       
   179         #'stx:goodies/sunit'    "TestSuite - referenced by JavaTestsLoader class>>buildSuiteFrom: "
   180         #'stx:libcomp'    "BlockNode - referenced by JavaNativeMethod>>numberOfArgs: "
   180         #'stx:libcomp'    "BlockNode - referenced by JavaNativeMethod>>numberOfArgs: "
   181         #'stx:libhtml'    "URL - referenced by JavaEmbeddedFrameView>>setupAppletFrameIn:initializeJava: "
   181         #'stx:libhtml'    "URL - referenced by JavaEmbeddedFrameView>>setupAppletFrameIn:initializeJava: "
   182         #'stx:libtool'    "DebugView - referenced by Java class>>flushClasses "
   182         #'stx:libtool'    "DebugView - referenced by Java class>>flushClasses "
   183         #'stx:libview2'    "GIFReader - referenced by JavaNativeMethodImpl_OpenJDK6 class>>_GifImageDecoder_parseImage: "
   183         #'stx:libview2'    "GIFReader - referenced by JavaNativeMethodImpl_OpenJDK6 class>>_GifImageDecoder_parseImage: "
   184         #'stx:libwidg'    "Button - referenced by JavaNativeMethodImpl_OpenJDK6 class>>_WButtonPeer_create: "
   184         #'stx:libwidg'    "Button - referenced by JavaNativeMethodImpl_OpenJDK6 class>>_WButtonPeer_create: "
   743 ! !
   743 ! !
   744 
   744 
   745 !stx_libjava class methodsFor:'documentation'!
   745 !stx_libjava class methodsFor:'documentation'!
   746 
   746 
   747 version
   747 version
   748     ^ '$Header: /cvs/stx/stx/libjava/stx_libjava.st,v 1.19 2013-09-09 10:59:06 mb Exp $'
   748     ^ '$Header: /cvs/stx/stx/libjava/stx_libjava.st,v 1.12 2013-02-25 13:43:08 cg Exp $'
   749 !
   749 !
   750 
   750 
   751 version_CVS
   751 version_CVS
   752     ^ '$Header: /cvs/stx/stx/libjava/stx_libjava.st,v 1.19 2013-09-09 10:59:06 mb Exp $'
   752     ^ '$Header: /cvs/stx/stx/libjava/stx_libjava.st,v 1.12 2013-02-25 13:43:08 cg Exp $'
   753 !
   753 !
   754 
   754 
   755 version_SVN
   755 version_SVN
   756     ^ '$Id: stx_libjava.st,v 1.19 2013-09-09 10:59:06 mb Exp $'
   756     ^ 'Id'
   757 ! !
   757 ! !
   758 
   758