stx_libjava.st
branchdevelopment
changeset 1845 7aacc508afc7
parent 1843 eff50e345dff
child 1846 7819e76e5b48
equal deleted inserted replaced
1844:7f4dd9a13c2c 1845:7aacc508afc7
   153      global variable accesses. (the browser has a menu function for that)
   153      global variable accesses. (the browser has a menu function for that)
   154      Howevery, often too much is found, and you may want to explicitely
   154      Howevery, often too much is found, and you may want to explicitely
   155      exclude individual packages in the #excludedFromPrerequisites method."
   155      exclude individual packages in the #excludedFromPrerequisites method."
   156 
   156 
   157     ^ #(
   157     ^ #(
   158         #'stx:goodies/sunit'    "TestResource - superclass of JavaAntProjectResource "
   158         #'stx:goodies/sunit'    "TestResource - superclass of JavaLookupTestsResource "
   159         #'stx:libbasic'    "Error - superclass of JavaInvalidRefError "
   159         #'stx:libbasic'    "Error - superclass of JavaInvalidRefError "
   160         #'stx:libbasic2'    "Socket - superclass of JavaSocket "
   160         #'stx:libbasic2'    "Socket - superclass of JavaSocket "
   161         #'stx:libbasic3'    "WrappedMethod - extended "
   161         #'stx:libbasic3'    "WrappedMethod - extended "
   162         #'stx:libcomp'    "BlockNode - referenced by ProxyMethodTypeCheckNode>>generate: "
   162         #'stx:libcomp'    "BlockNode - referenced by ProxyMethodTypeCheckNode>>generate: "
   163         #'stx:libhtml'    "URL - referenced by JavaEmbeddedFrameView>>setupAppletFrameIn:initializeJava: "
   163         #'stx:libhtml'    "URL - referenced by JavaEmbeddedFrameView>>setupAppletFrameIn:initializeJava: "
   658 
   658 
   659 svnRevisionNr
   659 svnRevisionNr
   660     "Return a SVN revision number of myself.
   660     "Return a SVN revision number of myself.
   661      This number is updated after a commit"
   661      This number is updated after a commit"
   662 
   662 
   663     ^ "$SVN-Revision:"'2216            '"$"
   663     ^ "$SVN-Revision:"'2222            '"$"
   664 ! !
   664 ! !
   665 
   665 
   666 !stx_libjava class methodsFor:'file generation'!
   666 !stx_libjava class methodsFor:'file generation'!
   667 
   667 
   668 basicFileNamesToGenerat
   668 basicFileNamesToGenerat