diff options
Diffstat (limited to 'dev-java/commons-logging/files/commons-logging-1.1.1-gentoo.patch')
-rw-r--r-- | dev-java/commons-logging/files/commons-logging-1.1.1-gentoo.patch | 26 |
1 files changed, 0 insertions, 26 deletions
diff --git a/dev-java/commons-logging/files/commons-logging-1.1.1-gentoo.patch b/dev-java/commons-logging/files/commons-logging-1.1.1-gentoo.patch deleted file mode 100644 index 6d468735d0e7..000000000000 --- a/dev-java/commons-logging/files/commons-logging-1.1.1-gentoo.patch +++ /dev/null @@ -1,26 +0,0 @@ ---- build.xml.orig 2008-02-06 16:09:59.000000000 +0100 -+++ build.xml 2008-02-06 16:10:48.000000000 +0100 -@@ -785,4 +785,23 @@ - </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 &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>
|