Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 131141 | Differences between
and this patch

Collapse All | Expand All

(-)/usr/portage/dev-java/xerces/xerces-2.7.1-r1.ebuild (-1 / +2 lines)
Lines 43-55 Link Here
43
}
43
}
44
44
45
src_compile() {
45
src_compile() {
46
	local antflags="jars"
46
	local antflags="jar"
47
	use doc && antflags="${antflags} javadocs"
47
	use doc && antflags="${antflags} javadocs"
48
	eant ${antflags} || die "Compile failed."
48
	eant ${antflags} || die "Compile failed."
49
}
49
}
50
50
51
src_install() {
51
src_install() {
52
	java-pkg_dojar build/x*.jar
52
	java-pkg_dojar build/x*.jar
53
	java-pkg_dojar tools/xml-apis.jar
53
54
54
	dodoc TODO STATUS README ISSUES
55
	dodoc TODO STATUS README ISSUES
55
	java-pkg_dohtml Readme.html
56
	java-pkg_dohtml Readme.html

Return to bug 131141