diff options
Diffstat (limited to 'dev-java/bcel/files/bcel-5.2-build.xml.patch')
-rw-r--r-- | dev-java/bcel/files/bcel-5.2-build.xml.patch | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/dev-java/bcel/files/bcel-5.2-build.xml.patch b/dev-java/bcel/files/bcel-5.2-build.xml.patch new file mode 100644 index 000000000000..2f365afb6b78 --- /dev/null +++ b/dev-java/bcel/files/bcel-5.2-build.xml.patch @@ -0,0 +1,29 @@ +Remove test from jar target and set the encoding for javadocs. + +--- build.xml 2006-06-03 05:48:22.000000000 +0200 ++++ build.xml 2011-04-20 17:04:49.000000000 +0200 +@@ -56,7 +56,7 @@ + </fileset> + </copy> + </target> +- <target name="jar" description="o Create the jar" depends="compile,test"> ++ <target name="jar" description="o Create the jar" depends="compile"> + <jar jarfile="${defaulttargetdir}/${final.name}.jar" excludes="**/package.html" basedir="${classesdir}"> + </jar> + </target> +@@ -100,7 +100,7 @@ + </property> + <property name="title" value="jakarta-bcel 5.2 API"> + </property> +- <javadoc use="true" private="true" destdir="${javadocdir}" author="true" version="true" sourcepath="src/java" packagenames="org.apache.bcel.*"> ++ <javadoc use="true" private="true" destdir="${javadocdir}" author="true" version="true" sourcepath="src/java" packagenames="org.apache.bcel.*" encoding="ISO-8859-1"> + <classpath> + <path refid="build.classpath"> + </path> +@@ -121,4 +121,4 @@ + <unjar dest="${maven.home}" src="${user.home}/maven-install-latest.jar"> + </unjar> + </target> +-</project> +\ No newline at end of file ++</project> |