forked from I2P_Developers/i2p.i2p
build.xml: minor tweaks to comments, indentation
This commit is contained in:
15
build.xml
15
build.xml
@@ -933,16 +933,6 @@
|
|||||||
<copy file="apps/susidns/src/WEB-INF/lib/jstl.jar" todir="pkg-temp/lib/" />
|
<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="apps/susidns/src/WEB-INF/lib/standard.jar" todir="pkg-temp/lib/" />
|
||||||
<copy file="build/i2psnark.war" todir="pkg-temp/webapps/" />
|
<copy file="build/i2psnark.war" todir="pkg-temp/webapps/" />
|
||||||
<!--
|
|
||||||
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="apps/i2psnark/i2psnark.config" todir="pkg-temp/" />
|
||||||
<copy file="installer/resources/blocklist.txt" todir="pkg-temp/" />
|
<copy file="installer/resources/blocklist.txt" todir="pkg-temp/" />
|
||||||
<copy file="installer/resources/clients.config" todir="pkg-temp/" />
|
<copy file="installer/resources/clients.config" todir="pkg-temp/" />
|
||||||
@@ -1003,6 +993,7 @@
|
|||||||
</target>
|
</target>
|
||||||
|
|
||||||
<!-- this is no longer required, izpack 4.3.0 supports headless installs with java -jar i2pinstall.exe -console -->
|
<!-- this is no longer required, izpack 4.3.0 supports headless installs with java -jar i2pinstall.exe -console -->
|
||||||
|
<!-- and this is no longer used by the SlackBuild -->
|
||||||
<target name="tarball" depends="preppkg">
|
<target name="tarball" depends="preppkg">
|
||||||
<tar compression="bzip2" destfile="i2p.tar.bz2">
|
<tar compression="bzip2" destfile="i2p.tar.bz2">
|
||||||
<tarfileset dir="pkg-temp" includes="**/*" prefix="i2p" />
|
<tarfileset dir="pkg-temp" includes="**/*" prefix="i2p" />
|
||||||
@@ -1654,7 +1645,7 @@
|
|||||||
<arg value="showversion" />
|
<arg value="showversion" />
|
||||||
<arg value="i2pupdate.su3" />
|
<arg value="i2pupdate.su3" />
|
||||||
</java>
|
</java>
|
||||||
<!-- will this use the monotonerc file in the current workspace? -->
|
<!-- this will use the monotonerc file in the current workspace -->
|
||||||
<echo message="Checking out fresh copy into ../i2p-${release.number} for tarballing:" />
|
<echo message="Checking out fresh copy into ../i2p-${release.number} for tarballing:" />
|
||||||
<delete dir="../i2p-${release.number}" />
|
<delete dir="../i2p-${release.number}" />
|
||||||
<exec executable="mtn" failonerror="true">
|
<exec executable="mtn" failonerror="true">
|
||||||
@@ -1833,7 +1824,7 @@
|
|||||||
</target>
|
</target>
|
||||||
|
|
||||||
<target name="debian-tarball" depends="getExtendedVersion">
|
<target name="debian-tarball" depends="getExtendedVersion">
|
||||||
<!-- will this use the monotonerc file in the current workspace? -->
|
<!-- this will use the monotonerc file in the current workspace -->
|
||||||
<fail message="This target cannot be used without Monotone! Use "fakeroot debian/rules get-orig-source" instead.">
|
<fail message="This target cannot be used without Monotone! Use "fakeroot debian/rules get-orig-source" instead.">
|
||||||
<condition>
|
<condition>
|
||||||
<not>
|
<not>
|
||||||
|
Reference in New Issue
Block a user