Updated build.xml to include META-INF

This commit is contained in:
Michael Jumper
2010-12-05 16:39:30 -08:00
parent a94947c222
commit 5845bc853a

View File

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