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:
parent
8d0b1b3afb
commit
a5a4d6002e
1 changed files with 1 additions and 1 deletions
|
@ -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>
|
||||||
|
|
Loading…
Reference in a new issue