blob: ab445ce33809f4a6d3bc2d7530f8c0fed56f51ec (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-java/sun-jaxrpc-bin/sun-jaxrpc-bin-1.1.3.01.ebuild,v 1.1 2006/07/06 17:58:21 nelchael Exp $
JWSDP_VERSION="2.0"
JWSDP_DESC="Java API for XML-based RPC"
inherit java-wsdp
KEYWORDS="~x86"
DEPEND="${DEPEND}
dev-java/sun-saaj-bin"
|