tools/stx_libjava_tools.st
changeset 3055 10b7a8f2e23c
parent 3040 ff90519ce3ac
child 3069 a29506c02dcc
--- a/tools/stx_libjava_tools.st	Thu Apr 03 12:38:47 2014 +0200
+++ b/tools/stx_libjava_tools.st	Thu Apr 03 21:00:13 2014 +0200
@@ -30,7 +30,8 @@
      by searching along the inheritance chain of all of my classes."
 
     ^ #(
-        #'stx:libbasic'    "Autoload - superclass of JavaCompilerTests "
+        #'stx:goodies/sunit'    "TestAsserter - superclass of JavaCompilerTests "
+        #'stx:libbasic'    "ConfigurableFeatures - extended "
         #'stx:libjava'    "JavaObject - extended "
         #'stx:libtool'    "AbstractSettingsApplication - superclass of JavaSettingsApplication "
         #'stx:libview'    "DeviceGraphicsContext - superclass of JavaListInspectorView "
@@ -124,6 +125,7 @@
         JavaCodeBundleEditor
         JavaCodeLibraryEditor
         JavaCompiler
+        (JavaCompilerTests autoload)
         JavaLintAnnotation
         JavaLintHighlighter
         JavaLintPopupWindow
@@ -141,7 +143,6 @@
         GroovyScanner
         JavaSourceHighlighter
         GroovySourceHighlighter
-        (JavaCompilerTests autoload)
     )
 !