* 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

@ -19,7 +19,7 @@
<target name="jar" depends="compile, war" />
<target name="war" depends="compile">
<war destfile="susimail.war" webxml="src/WEB-INF/web.xml"
basedir="src/" excludes="WEB-INF/web.xml">
basedir="src/" excludes="WEB-INF/web.xml LICENSE src/**/*">
</war>
</target>
<target name="javadoc">