'./build.sh dist' creates now a war-file
authoridfx <idfx>
Mon, 17 Sep 2001 17:45:36 +0000 (17:45 +0000)
committeridfx <idfx>
Mon, 17 Sep 2001 17:45:36 +0000 (17:45 +0000)
build.xml

index 71db9e8..350492c 100755 (executable)
--- a/build.xml
+++ b/build.xml
      the source code for this application, if you wish to distribute
      that separately.
 -->
-
   <target name="dist" depends="prepare,compile">
-    <jar jarfile="${dist.home}/${dist.src}"
+    <jar jarfile="${dist.src}"
          basedir="./source"/>
-    <jar jarfile="${dist.home}/${dist.war}"
+    <jar jarfile="${dist.war}"
          basedir="${deploy.home}"/>
   </target>
-</project>
+
+</project>
\ No newline at end of file