jskad-all-in-one-dist, and thus jskad-jws, was botched.

nightly-build now cleans only ${bin} so that ${dist}'s files stay
around.

We now unwar all JAR files.
This commit is contained in:
dchandler 2003-02-03 08:21:37 +00:00
parent 541527a54a
commit 56de29cf4f
4 changed files with 25 additions and 20 deletions

View file

@ -27,7 +27,7 @@
<target name="fail-nicely" description="Tells the user to use build.xml, not this subbuildfile.">
<fail message="Do not use this file directly; use build.xml file instead, which then uses this file."/>
<fail message="Do not use this file directly; use build.xml instead, which then uses this file."/>
</target>
@ -103,7 +103,7 @@
<unwar src="${dist}/java-web-start/${my.app}-web-start.war"
dest="${dist}/java-web-start/">
<patternset>
<include name="${my.app}.jar"/>
<include name="${my.app}*.jar"/>
<exclude name="**/*"/>
</patternset>
</unwar>