forked from I2P_Developers/i2p.i2p
build.xml: Don't copy jetty-i2psnark.xml to pkg-temp
This commit is contained in:
11
build.xml
11
build.xml
@@ -514,7 +514,16 @@
|
||||
<copy file="apps/susidns/src/WEB-INF/lib/jstl.jar" todir="pkg-temp/lib/" />
|
||||
<copy file="apps/susidns/src/WEB-INF/lib/standard.jar" todir="pkg-temp/lib/" />
|
||||
<copy file="build/i2psnark.war" todir="pkg-temp/webapps/" />
|
||||
<copy file="apps/i2psnark/jetty-i2psnark.xml" todir="pkg-temp/" />
|
||||
<!--
|
||||
Disabling per zzz's statement on IRC: jetty-i2psnark.xml is for an obscure feature that is broken anyway,
|
||||
you can remove the file, the link, and the patch from the package
|
||||
|
||||
So I'm going one further: I'm disabling it in build.xml
|
||||
+++kytv
|
||||
-->
|
||||
<!--
|
||||
<copy file="apps/i2psnark/jetty-i2psnark.xml" todir="pkg-temp/" />
|
||||
-->
|
||||
<copy file="apps/i2psnark/i2psnark.config" todir="pkg-temp/" />
|
||||
<copy file="installer/resources/blocklist.txt" todir="pkg-temp/" />
|
||||
<copy file="installer/resources/clients.config" todir="pkg-temp/" />
|
||||
|
Reference in New Issue
Block a user