Added swap-red-blue option, excluding META-INF from war (in case generated by an IDE, etc).

This commit is contained in:
Michael Jumper
2010-07-01 21:53:13 -07:00
parent b35d9cda32
commit 54bff43e56
5 changed files with 28 additions and 11 deletions

View File

@@ -33,7 +33,9 @@
depends="compile">
<war destfile="${dist.dir}/guacamole.war"
webxml="${build.dir}/WEB-INF/web.xml">
<fileset dir="${build.dir}"/>
<fileset dir="${build.dir}">
<exclude name="META-INF/**"/>
</fileset>
</war>
</target>