summaryrefslogtreecommitdiff
blob: 4af927da145cf111f3c2640b76e4636a0eab8f83 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-java/sun-jaxb-bin/sun-jaxb-bin-2.0-r1.ebuild,v 1.2 2006/09/10 15:28:40 nelchael Exp $

JWSDP_VERSION="2.0"
JWSDP_DESC="Java Architecture for XML Binding"

inherit java-wsdp

KEYWORDS="~ppc ~x86"

DEPEND="${DEPEND}
	dev-java/sun-jaxp-bin"

src_install() {

	java-wsdp_src_install
	dosym "/usr/share/${PN}/lib/jaxb-xjc.jar" "/usr/share/ant-core/lib/"

}