I'm swapping these two to see if order matters. This is a speculative

change that I hope will fix the nightly builds on orion.  If it does not,
I'll probably manually call 'jar xf .....'.
This commit is contained in:
dchandler 2005-10-05 18:09:25 +00:00
parent 8d0b1b3afb
commit a5a4d6002e

View file

@ -103,8 +103,8 @@
<unwar src="${dist}/java-web-start/${my.app}-web-start.war" <unwar src="${dist}/java-web-start/${my.app}-web-start.war"
dest="${dist}/java-web-start/"> dest="${dist}/java-web-start/">
<patternset> <patternset>
<include name="${my.app}*.jar"/>
<exclude name="**/*"/> <exclude name="**/*"/>
<include name="${my.app}*.jar"/>
</patternset> </patternset>
</unwar> </unwar>
</target> </target>