blob: 4a090af9379b3f6f1f4810bb5f1e6e1a6ddd912b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-java/sun-jwsdp-shared-bin/sun-jwsdp-shared-bin-2.0-r1.ebuild,v 1.4 2007/01/21 18:20:27 flameeyes Exp $
JWSDP_VERSION="2.0"
JWSDP_DESC="Shared components for JWSDP"
inherit java-wsdp
KEYWORDS="~amd64 ~ppc ~x86 ~x86-fbsd"
DEPEND="dev-java/jta
dev-java/xsdlib
dev-java/relaxng-datatype
dev-java/xml-commons-resolver
dev-java/sun-javamail
dev-java/sun-jaf"
REMOVE_JARS="xsdlib relaxngDatatype jta-spec1_0_1 resolver activation mail"
|