* Remove source from susimail.war, susidns.war, i2ptunnel.war (85KB)

This commit is contained in:
zzz
2009-01-29 02:12:02 +00:00
parent 6235b49300
commit 37f9d3afe1
3 changed files with 2 additions and 4 deletions

View File

@@ -42,7 +42,7 @@
</target>
<target name="war" depends="precompilejsp">
<war destfile="build/i2ptunnel.war" webxml="../jsp/web-out.xml"
basedir="../jsp/" excludes="web.xml, *.java, *.jsp">
basedir="../jsp/" excludes="web.xml, **/*.java, *.jsp">
</war>
</target>
<target name="precompilejsp" unless="precompilejsp.uptodate">