From 6646b360fb001a4a97c40436709a5dea68484c84 Mon Sep 17 00:00:00 2001 From: dchandler Date: Sat, 5 Oct 2002 06:36:23 +0000 Subject: [PATCH] Now builds the translation tool, both with and without servlets. Puts all JARs in extensions on the CLASSPATH. Manifest files from manifests/ are now used when building the distributions. --- build.xml | 121 ++++++++++++++++++++++++++++++++++++++++++++++-------- 1 file changed, 105 insertions(+), 16 deletions(-) diff --git a/build.xml b/build.xml index f468d3a..324f774 100644 --- a/build.xml +++ b/build.xml @@ -15,21 +15,24 @@ + - + - - - - - + + + + + + + @@ -37,13 +40,13 @@ - + @@ -80,7 +83,7 @@ - + @@ -93,13 +96,18 @@ + + + + + - + @@ -112,6 +120,58 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -188,14 +248,45 @@ + + - - + + + + + + + + + + + + + + + + + + + + + + + @@ -216,11 +307,8 @@ basedir="${jskadbin}" includes="org/thdl/tib/**,org/thdl/util/**,netscape/**" index="true" - update="no"> - - - - + update="no" + manifest="manifests/jskad_manifest.txt"/> @@ -372,4 +460,5 @@ +