tools/stx_libjava_tools.st
branchcvs_MAIN
changeset 3346 f202da555d15
parent 2770 3fd116b2a437
child 3360 1a8899091305
--- a/tools/stx_libjava_tools.st	Tue Dec 17 18:36:00 2013 +0100
+++ b/tools/stx_libjava_tools.st	Tue Jan 07 16:32:52 2014 +0100
@@ -39,29 +39,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
@@ -276,7 +253,7 @@
 !stx_libjava_tools class methodsFor:'documentation'!
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libjava/tools/stx_libjava_tools.st,v 1.5 2013-10-03 08:35:08 vrany Exp $'
+    ^ '$Header: /cvs/stx/stx/libjava/tools/stx_libjava_tools.st,v 1.6 2014-01-07 15:32:52 stefan Exp $'
 !
 
 version_HG
@@ -285,6 +262,6 @@
 !
 
 version_SVN
-    ^ '$Id: stx_libjava_tools.st,v 1.5 2013-10-03 08:35:08 vrany Exp $'
+    ^ '$Id: stx_libjava_tools.st,v 1.6 2014-01-07 15:32:52 stefan Exp $'
 ! !