diff options
author | Petteri Räty <betelgeuse@gentoo.org> | 2007-02-12 20:14:05 +0000 |
---|---|---|
committer | Petteri Räty <betelgeuse@gentoo.org> | 2007-02-12 20:14:05 +0000 |
commit | 9ef925fa0116f980db88c7da11d99b244f2641ee (patch) | |
tree | 32002f2d28ebb83a17485234c95316ddc9d1e51e /dev-java/xmldb/xmldb-20011111-r1.ebuild | |
parent | Add note for 2.4 kernel only by jakub, bug 72485 (diff) | |
download | historical-9ef925fa0116f980db88c7da11d99b244f2641ee.tar.gz historical-9ef925fa0116f980db88c7da11d99b244f2641ee.tar.bz2 historical-9ef925fa0116f980db88c7da11d99b244f2641ee.zip |
Use java-pkg_dojavadoc instead of dohtml.
Package-Manager: portage-2.1.2-r9
Diffstat (limited to 'dev-java/xmldb/xmldb-20011111-r1.ebuild')
-rw-r--r-- | dev-java/xmldb/xmldb-20011111-r1.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/dev-java/xmldb/xmldb-20011111-r1.ebuild b/dev-java/xmldb/xmldb-20011111-r1.ebuild index cd985280f8a2..5656c464e0cd 100644 --- a/dev-java/xmldb/xmldb-20011111-r1.ebuild +++ b/dev-java/xmldb/xmldb-20011111-r1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2006 Gentoo Foundation +# Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-java/xmldb/xmldb-20011111-r1.ebuild,v 1.5 2006/12/09 09:26:20 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-java/xmldb/xmldb-20011111-r1.ebuild,v 1.6 2007/02/12 20:14:05 betelgeuse Exp $ inherit java-pkg-2 eutils java-ant-2 @@ -46,6 +46,6 @@ src_compile() { src_install() { java-pkg_dojar dist/*.jar - use doc && java-pkg_dohtml -r dist/doc/api + use doc && java-pkg_dojavadoc dist/doc/api use source && java-pkg_dosrc src/* } |