Changeset b611d023
- Timestamp:
- Jun 22, 2014 12:45:50 AM (7 years ago)
- Branches:
- master
- Children:
- 0305274, 69e56f8f, 888ef37
- Parents:
- 2dcc9b7a
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
build.xml
r2dcc9b7a rb611d023 934 934 <copy file="apps/susidns/src/WEB-INF/lib/standard.jar" todir="pkg-temp/lib/" /> 935 935 <copy file="build/i2psnark.war" todir="pkg-temp/webapps/" /> 936 <!--937 Disabling per zzz's statement on IRC: jetty-i2psnark.xml is for an obscure feature that is broken anyway,938 you can remove the file, the link, and the patch from the package939 940 So I'm going one further: I'm disabling it in build.xml941 +++kytv942 -->943 <!--944 <copy file="apps/i2psnark/jetty-i2psnark.xml" todir="pkg-temp/" />945 -->946 936 <copy file="apps/i2psnark/i2psnark.config" todir="pkg-temp/" /> 947 937 <copy file="installer/resources/blocklist.txt" todir="pkg-temp/" /> … … 1004 994 1005 995 <!-- this is no longer required, izpack 4.3.0 supports headless installs with java -jar i2pinstall.exe -console --> 996 <!-- and this is no longer used by the SlackBuild --> 1006 997 <target name="tarball" depends="preppkg"> 1007 998 <tar compression="bzip2" destfile="i2p.tar.bz2"> … … 1380 1371 <ant dir="core/java/" target="clover.report" /> 1381 1372 <ant dir="router/java/" target="clover.report" /> 1382 1373 <ant dir="apps/streaming/java" target="clover.report" /> 1383 1374 </target> 1384 1375 <target name="cobertura.report" depends="buildProperties" if="with.cobertura"> 1385 1376 <ant dir="core/java/" target="cobertura.report" /> 1386 1377 <ant dir="router/java/" target="cobertura.report" /> 1387 1378 <ant dir="apps/streaming/java" target="cobertura.report" /> 1388 1379 </target> 1389 1380 <target name="test.report" depends="junit.report, scalatest.report, clover.report, cobertura.report"/> … … 1655 1646 <arg value="i2pupdate.su3" /> 1656 1647 </java> 1657 <!-- will this use the monotonerc file in the current workspace?-->1648 <!-- this will use the monotonerc file in the current workspace --> 1658 1649 <echo message="Checking out fresh copy into ../i2p-${release.number} for tarballing:" /> 1659 1650 <delete dir="../i2p-${release.number}" /> … … 1834 1825 1835 1826 <target name="debian-tarball" depends="getExtendedVersion"> 1836 <!-- will this use the monotonerc file in the current workspace?-->1827 <!-- this will use the monotonerc file in the current workspace --> 1837 1828 <fail message="This target cannot be used without Monotone! Use "fakeroot debian/rules get-orig-source" instead."> 1838 1829 <condition>
Note: See TracChangeset
for help on using the changeset viewer.