I was also wondering,why we had both optional.jar and its subcomponents. Cheers,
Antoine -----Ursprüngliche Nachricht----- Von: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Gesendet: Donnerstag, 25. September 2003 16:42 An: [EMAIL PROTECTED] Betreff: cvs commit: ant build.xml bodewig 2003/09/25 07:42:22 Modified: . build.xml Log: Good bye optional.jar Revision Changes Path 1.395 +1 -8 ant/build.xml Index: build.xml =================================================================== RCS file: /home/cvs/ant/build.xml,v retrieving revision 1.394 retrieving revision 1.395 diff -u -r1.394 -r1.395 --- build.xml 23 Sep 2003 13:14:41 -0000 1.394 +++ build.xml 25 Sep 2003 14:42:21 -0000 1.395 @@ -761,13 +761,6 @@ </fileset> </jar> - <jar destfile="${build.lib}/optional.jar" - basedir="${build.classes}" - manifest="${manifest.tmp}"> - <selector refid="non-core"/> - <metainf dir="${build.dir}" includes="LICENSE.txt"/> - </jar> - <jar destfile="${build.lib}/${bootstrap.jar}" basedir="${build.classes}" manifest="${manifest}"> @@ -775,7 +768,7 @@ <metainf dir="${build.dir}" includes="LICENSE.txt"/> <manifest> <attribute name="Class-Path" - value="ant.jar xml-apis.jar xercesImpl.jar optional.jar xalan.jar"/> + value="ant.jar xml-apis.jar xercesImpl.jar xalan.jar"/> </manifest> </jar> --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]