fixed build.xml (buildSvnRevNr)

git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@3183 6c8d7289-2bf4-0310-a012-ef5d649a1542
pull/1/head
borg-0300 18 years ago
parent cc1a7ab717
commit e150c20c53

@ -94,7 +94,7 @@
-->
<target name="buildSvnRevNr">
<delete file="${lib}/svnRevNr.jar" />
<delete file="${lib}/svnRevNr.jar" failonerror="false" />
<javac srcdir="${lib}/svnRevNr" />
<jar destfile="${lib}/svnRevNr.jar" basedir="${lib}/svnRevNr">
<manifest>

Loading…
Cancel
Save