stx_libjava.st
branchdevelopment
changeset 1834 7d86400124ea
parent 1833 e943f214b868
child 1835 764f75cfd4d0
--- a/stx_libjava.st	Sun Nov 18 17:20:16 2012 +0000
+++ b/stx_libjava.st	Sun Nov 18 17:28:07 2012 +0000
@@ -155,7 +155,7 @@
      exclude individual packages in the #excludedFromPrerequisites method."
 
     ^ #(
-        #'stx:goodies/sunit'    "TestCase - superclass of JavaExceptionTests "
+        #'stx:goodies/sunit'    "TestCase - superclass of JavaRefsAndConstantPoolTestCase "
         #'stx:libbasic'    "Error - superclass of JavaInvalidRefError "
         #'stx:libbasic2'    "Socket - superclass of JavaSocket "
         #'stx:libbasic3'    "WrappedMethod - extended "
@@ -673,7 +673,7 @@
     "Return a SVN revision number of myself.
      This number is updated after a commit"
 
-    ^ "$SVN-Revision:"'2208            '"$"
+    ^ "$SVN-Revision:"'2211            '"$"
 ! !
 
 !stx_libjava class methodsFor:'file generation'!