# HG changeset patch # User Claus Gittinger # Date 1540490191 -7200 # Node ID 0ccbaca37529f1d0ca60e639bc53320f8a9165d4 # Parent 0d331f0447b20b7fb6bedb04ce8019be47f811e6 #OTHER by cg ant clean rule diff -r 0d331f0447b2 -r 0ccbaca37529 tools/stx_libjava_tools.st --- a/tools/stx_libjava_tools.st Wed Oct 10 21:33:13 2018 +0200 +++ b/tools/stx_libjava_tools.st Thu Oct 25 19:56:31 2018 +0200 @@ -1,3 +1,5 @@ +"{ Encoding: utf8 }" + "{ Package: 'stx:libjava/tools' }" "{ NameSpace: Smalltalk }" @@ -17,6 +19,12 @@ Additional support classes, especially to support syntax highlighting, parsing and compiling of Java code in the system browser, etc. + + [author:] + jv + + [primary maintainer:] + jv " ! ! @@ -91,10 +99,14 @@ antIfPossible: -ant -f java\build.xml +clean:: + -ant -f java\build.xml clean + full:: ant ' "Modified: / 17-04-2013 / 19:15:47 / Jan Vrany " + "Modified: / 25-10-2018 / 19:55:58 / Claus Gittinger" ! additionalRules_make_dot_proto @@ -107,10 +119,14 @@ antIfPossible: -ant -f java/build.xml +clean:: + -ant -f java/build.xml clean + full:: ant ' "Modified: / 17-04-2013 / 19:16:08 / Jan Vrany " + "Modified: / 25-10-2018 / 19:56:04 / Claus Gittinger" ! additionalTargets_bc_dot_mak