summaryrefslogtreecommitdiff
blob: 7f47103e2ae97d03fcc53b0d856f1422e594f7e4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-java/sun-jaxp-bin/sun-jaxp-bin-1.3.1.01.ebuild,v 1.2 2006/09/10 15:25:33 nelchael Exp $

JWSDP_VERSION="2.0"
JWSDP_DESC="Java API for XML Processing"

inherit java-wsdp

KEYWORDS="~ppc ~x86"
IUSE="${IUSE} dom4j"

DEPEND="${DEPEND}
	dev-java/sun-jwsdp-shared-bin
	dom4j? ( dev-java/dom4j )"