diff options
Diffstat (limited to 'dev-java/jtidy/files/jtidy-1.0-build.xml.patch')
-rw-r--r-- | dev-java/jtidy/files/jtidy-1.0-build.xml.patch | 31 |
1 files changed, 0 insertions, 31 deletions
diff --git a/dev-java/jtidy/files/jtidy-1.0-build.xml.patch b/dev-java/jtidy/files/jtidy-1.0-build.xml.patch deleted file mode 100644 index ba5e04a7f976..000000000000 --- a/dev-java/jtidy/files/jtidy-1.0-build.xml.patch +++ /dev/null @@ -1,31 +0,0 @@ ---- a/build.xml.orig 2015-12-01 21:10:36.689000000 +0000 -+++ b/build.xml 2015-12-01 21:11:05.642000000 +0000 -@@ -9,11 +9,7 @@ - <property name="srczip" value="jtidy-${version}-sources.zip"/> - <property name="allzip" value="jtidy-${version}.zip"/> - -- <target name="clean"> -- <delete dir="${target}"/> -- </target> -- -- <target name="jar" depends="clean"> -+ <target name="jar"> - <mkdir dir="${target}"/> - <mkdir dir="${bin}"/> - <javac srcdir="${src}" destdir="${bin}" source="1.4" target="1.4"/> -@@ -30,13 +26,13 @@ - </jar> - </target> - -- <target name="javadoc" depends="clean"> -+ <target name="javadoc"> - <javadoc sourcepath="${src}" destdir="${target}/${doc}" windowtitle=" JTidy ${version} " doctitle="JTidy ${version} API documentation"> - <tag name="todo" scope="all" description="To do:"/> - </javadoc> - </target> - -- <target name="src" depends="clean"> -+ <target name="src"> - <zip destfile="${target}/${srczip}"> - <fileset dir="."> - <include name="${src}/**"/> |