#OTHER by cg cvs_MAIN
authorClaus Gittinger <cg@exept.de>
Mon, 15 Jul 2019 15:39:20 +0200
branchcvs_MAIN
changeset 3923 0bf55988ea11
parent 3922 5e743d31adf7
child 3924 8aa1dab14fb7
#OTHER by cg unneeded subProjects method removed (already inherited)
tools/stx_libjava_tools.st
--- a/tools/stx_libjava_tools.st	Tue Jul 09 20:09:49 2019 +0200
+++ b/tools/stx_libjava_tools.st	Mon Jul 15 15:39:20 2019 +0200
@@ -1,5 +1,3 @@
-"{ Encoding: utf8 }"
-
 "{ Package: 'stx:libjava/tools' }"
 
 "{ NameSpace: Smalltalk }"
@@ -75,16 +73,6 @@
         #'stx:libbasic2'    "BackgroundQueueProcessingJob - referenced by JavaSourceDocument class>>initialize"
         #'stx:libcomp'    "ParseError - referenced by JavaScannerBase>>syntaxError:position:to:"
     )
-!
-
-subProjects
-    "list packages which are known as subprojects.
-     The generated makefile will enter those and make there as well.
-     However: they are not forced to be loaded when a package is loaded;
-     for those, redefine requiredPrerequisites"
-
-    ^ #(
-    )
 ! !
 
 !stx_libjava_tools class methodsFor:'description - compilation'!