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"> depends="compile">
<war destfile="${dist.dir}/guacamole.war" <war destfile="${dist.dir}/guacamole.war"
webxml="${build.dir}/WEB-INF/web.xml"> webxml="${build.dir}/WEB-INF/web.xml">
<fileset dir="${build.dir}"> <fileset dir="${build.dir}"/>
<exclude name="META-INF/**"/>
</fileset>
</war> </war>
</target> </target>