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"
|
||||
dest="${dist}/java-web-start/">
|
||||
<patternset>
|
||||
<include name="${my.app}*.jar"/>
|
||||
<exclude name="**/*"/>
|
||||
<include name="${my.app}*.jar"/>
|
||||
</patternset>
|
||||
</unwar>
|
||||
</target>
|
||||
|
|
Loading…
Reference in a new issue