1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63
|
Source: axis
Section: java
Priority: optional
Maintainer: Debian Java Maintainers <pkg-java-maintainers@lists.alioth.debian.org>
Uploaders: Michael Koch <konqueror@gmx.de>, Torsten Werner <twerner@debian.org>, Damien Raude-Morvan <drazzib@debian.org>
Build-Depends: debhelper (>= 7), cdbs, ant-optional, default-jdk, libwsdl4j-java, libcommons-logging-java,
libcommons-discovery-java, libgnujaf-java, libgnumail-java, libservlet2.5-java,
maven-repo-helper, gcj-native-helper
Standards-Version: 3.9.0
Vcs-Svn: svn://svn.debian.org/svn/pkg-java/trunk/axis
Vcs-Browser: http://svn.debian.org/wsvn/pkg-java/trunk/axis
Homepage: http://ws.apache.org/axis/
Package: libaxis-java
Architecture: all
Recommends: ant
Suggests: libaxis-java-doc, libaxis-java-gcj
Depends: libwsdl4j-java, libcommons-logging-java, libcommons-discovery-java, libgnujaf-java, libgnumail-java, libservlet2.5-java, ${misc:Depends}
Description: A SOAP implementation in Java
Apache AXIS is an implementation of the SOAP ("Simple Object Access Protocol")
submission to W3C.
.
From the draft W3C specification:
.
SOAP is a lightweight protocol for exchange of information in a decentralized,
distributed environment. It is an XML based protocol that consists of three
parts: an envelope that defines a framework for describing what is in a message
and how to process it, a set of encoding rules for expressing instances of
application-defined datatypes, and a convention for representing remote
procedure calls and responses.
.
This project is a follow-on to the Apache SOAP project.
Package: libaxis-java-gcj
Architecture: any
Depends: libaxis-java (>= ${source:Version}), libservlet2.4-java-gcj, ${misc:Depends}, ${shlibs:Depends}
Description: A SOAP implementation in Java (native code)
Apache AXIS is an implementation of the SOAP ("Simple Object Access Protocol")
submission to W3C.
.
This package contains the natively compiled code for use by gij.
Package: libaxis-java-doc
Architecture: all
Section: doc
Depends: ${misc:Depends}
Suggests: libaxis-java
Description: A SOAP implementation in Java (documentation)
Apache AXIS is an implementation of the SOAP ("Simple Object Access Protocol")
submission to W3C.
.
From the draft W3C specification:
.
SOAP is a lightweight protocol for exchange of information in a decentralized,
distributed environment. It is an XML based protocol that consists of three
parts: an envelope that defines a framework for describing what is in a message
and how to process it, a set of encoding rules for expressing instances of
application-defined datatypes, and a convention for representing remote
procedure calls and responses.
.
This project is a follow-on to the Apache SOAP project.
.
This package contains the Javadoc API documentation.
|