summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-java/commons-logging/files/commons-logging-1.1-gentoo.patch')
-rw-r--r--dev-java/commons-logging/files/commons-logging-1.1-gentoo.patch27
1 files changed, 0 insertions, 27 deletions
diff --git a/dev-java/commons-logging/files/commons-logging-1.1-gentoo.patch b/dev-java/commons-logging/files/commons-logging-1.1-gentoo.patch
deleted file mode 100644
index 06ac54cdb79f..000000000000
--- a/dev-java/commons-logging/files/commons-logging-1.1-gentoo.patch
+++ /dev/null
@@ -1,27 +0,0 @@
---- build.xml.original 2006-10-01 18:15:11.000000000 +0200
-+++ build.xml 2006-10-01 18:36:46.000000000 +0200
-@@ -772,5 +772,23 @@
- One or more unit tests failed.
- </fail>
- </target>
--
-+ <target name="javadoc" description="o Generate javadoc" depends="">
-+ <mkdir dir="${build.home}/docs">
-+ </mkdir>
-+ <tstamp>
-+ <format pattern="2001-yyyy" property="year">
-+ </format>
-+ </tstamp>
-+ <property name="copyright" value="Copyright &amp;copy; The Apache Software Foundation. All Rights Reserved.">
-+ </property>
-+ <property name="title" value="Logging 1.1 API">
-+ </property>
-+ <javadoc use="true" private="true" destdir="${build.home}/docs" author="true" version="true" sourcepath="src/java" packagenames="org.apache.commons.logging.*">
-+ <classpath>
-+ <path refid="javadoc.classpath">
-+ </path>
-+ </classpath>
-+ </javadoc>
-+ </target>
-+
- </project>