forked from I2P_Developers/i2p.i2p
remove unused web-*.xml files from wars
This commit is contained in:
@ -81,7 +81,7 @@
|
|||||||
|
|
||||||
<target name="war" depends="precompilejsp, bundle">
|
<target name="war" depends="precompilejsp, bundle">
|
||||||
<war destfile="build/i2ptunnel.war" webxml="../jsp/web-out.xml"
|
<war destfile="build/i2ptunnel.war" webxml="../jsp/web-out.xml"
|
||||||
basedir="../jsp/" excludes="web.xml, **/*.java, *.jsp">
|
basedir="../jsp/" excludes="web.xml, web-fragment.xml, web-out.xml, **/*.java, *.jsp">
|
||||||
</war>
|
</war>
|
||||||
</target>
|
</target>
|
||||||
|
|
||||||
|
@ -113,7 +113,7 @@
|
|||||||
<target name="war" depends="precompilejsp">
|
<target name="war" depends="precompilejsp">
|
||||||
<!-- Don't include the css in the war, the main build.xml will copy it to docs/themes/console/ -->
|
<!-- Don't include the css in the war, the main build.xml will copy it to docs/themes/console/ -->
|
||||||
<war destfile="build/routerconsole.war" webxml="../jsp/web-out.xml"
|
<war destfile="build/routerconsole.war" webxml="../jsp/web-out.xml"
|
||||||
basedir="../jsp/" excludes="web.xml, *.css, **/*.java, *.jsp, *.jsi, web-fragment.xml">
|
basedir="../jsp/" excludes="web.xml, *.css, **/*.java, *.jsp, *.jsi, web-fragment.xml, web-out.xml">
|
||||||
</war>
|
</war>
|
||||||
</target>
|
</target>
|
||||||
<target name="precompilejsp" unless="precompilejsp.uptodate">
|
<target name="precompilejsp" unless="precompilejsp.uptodate">
|
||||||
|
@ -72,7 +72,6 @@
|
|||||||
<include name="images/*.png"/>
|
<include name="images/*.png"/>
|
||||||
<include name="css.css"/>
|
<include name="css.css"/>
|
||||||
<include name="index.html"/>
|
<include name="index.html"/>
|
||||||
<include name="WEB-INF/web-out.xml"/>
|
|
||||||
<include name="WEB-INF/classes/${project}.properties"/>
|
<include name="WEB-INF/classes/${project}.properties"/>
|
||||||
</fileset>
|
</fileset>
|
||||||
</war>
|
</war>
|
||||||
|
Reference in New Issue
Block a user