tools/stx_libjava_tools.st
changeset 3036 66e0970661db
parent 3028 3bc512cb6649
child 3040 ff90519ce3ac
--- a/tools/stx_libjava_tools.st	Tue Mar 04 13:36:38 2014 +0000
+++ b/tools/stx_libjava_tools.st	Tue Mar 04 17:03:25 2014 +0000
@@ -15,7 +15,10 @@
      preRequisites scan. See #preRequisites for more."
 
     ^ #(
+        #'jv:smallsense'    "SmallSense::ParseTreeIndex - referenced by JavaSourceHighlighter>>formatClassDefinition:in: "
     )
+
+    "Modified: / 04-03-2014 / 16:40:41 / Jan Vrany <jan.vrany@fit.cvut.cz>"
 !
 
 mandatoryPreRequisites
@@ -37,29 +40,6 @@
     )
 !
 
-preRequisites
-    "list all required packages.
-     This list can be maintained manually or (better) generated and
-     updated by scanning the superclass hierarchies and looking for
-     global variable accesses. (the browser has a menu function for that)
-     Howevery, often too much is found, and you may want to explicitely
-     exclude individual packages in the #excludedFromPrerequisites method."
-
-    ^ #(
-        #'squeak:petitparser'
-        #'stx:goodies/petitparser'    "PPCompositeParser - superclass of JavaSyntaxHighlighter::Parser "
-        #'stx:goodies/sunit'
-        #'stx:libbasic'    "Stream - superclass of JavaParser_Old::LineNumberStream "
-        #'stx:libbasic2'    "CacheDictionary - referenced by JavaParser_Eclipse class>>initialize "
-        #'stx:libcomp'    "ParseNode - superclass of JavaCharTypeNode "
-        #'stx:libjava'    "JavaBehavior - superclass of extended JavaClass "
-        #'stx:libtool'    "SetInspectorView - superclass of JavaSetInspectorView "
-        #'stx:libview'    "GraphicsMedium - superclass of JavaMapInspectorView "
-        #'stx:libview2'    "ApplicationModel - superclass of JavaSettingsApplication "
-        #'stx:libwidg'    "GenericToolbarIconLibrary - extended "
-    )
-!
-
 referencedPreRequisites
     "list all packages containing classes referenced by the packages's members.
      This list can be maintained manually or (better) generated and
@@ -69,10 +49,11 @@
      exclude individual packages in the #excludedFromPreRequisites method."
 
     ^ #(
-        #'jv:smallsense'    "SmallSense::ParseTreeIndex - referenced by JavaSourceHighlighter>>formatClassDefinition:in: "
         #'stx:libbasic2'    "BackgroundQueueProcessingJob - referenced by JavaSourceDocument class>>initialize "
         #'stx:libcomp'    "ParseError - referenced by JavaScannerBase>>syntaxError:position:to: "
     )
+
+    "Modified: / 04-03-2014 / 16:40:36 / Jan Vrany <jan.vrany@fit.cvut.cz>"
 !
 
 subProjects