diff options
author | Joshua Nichols <nichoj@gentoo.org> | 2006-10-25 20:30:51 +0000 |
---|---|---|
committer | Joshua Nichols <nichoj@gentoo.org> | 2006-10-25 20:30:51 +0000 |
commit | d092bbe388fe833ab52b1b052d6791a1cc7d1d1c (patch) | |
tree | 1d66ba2cff2e81a322205f970d733d5df238bbcc /dev-java/commons-logging/files | |
parent | Version bump to fix the KSpell2 debacle, bug #152417. Keywording on 3.5.4-r4 ... (diff) | |
download | historical-d092bbe388fe833ab52b1b052d6791a1cc7d1d1c.tar.gz historical-d092bbe388fe833ab52b1b052d6791a1cc7d1d1c.tar.bz2 historical-d092bbe388fe833ab52b1b052d6791a1cc7d1d1c.zip |
Forgot to include other patch...
Package-Manager: portage-2.1.2_pre3-r4
Diffstat (limited to 'dev-java/commons-logging/files')
-rw-r--r-- | dev-java/commons-logging/files/commons-logging-1.1-gentoo.patch | 27 |
1 files changed, 27 insertions, 0 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 new file mode 100644 index 000000000000..06ac54cdb79f --- /dev/null +++ b/dev-java/commons-logging/files/commons-logging-1.1-gentoo.patch @@ -0,0 +1,27 @@ +--- 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 &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> |