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
|
Source: xml-commons-external
Section: java
Priority: optional
Maintainer: Debian Java Maintainers <pkg-java-maintainers@lists.alioth.debian.org>
Uploaders:
Vincent Fourmond <fourmond@debian.org>,
Onkar Shinde <onkarshinde@ubuntu.com>
Build-Depends:
debhelper (>= 11),
default-jdk,
javahelper,
maven-repo-helper
Standards-Version: 4.1.3
Vcs-Git: https://anonscm.debian.org/git/pkg-java/xml-commons-external.git
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-java/xml-commons-external.git
Homepage: http://xml.apache.org/commons/
Package: libxml-commons-external-java
Architecture: all
Depends: ${misc:Depends}
Description: XML Commons external code - DOM, SAX, and JAXP, etc
xml-commons is focused on common code and guidelines for xml
projects. The first focus will be to organize and have common
packaging for the various externally-defined standards code relating
to XML - things like the DOM, SAX, and JAXP interfaces.
Package: libxml-commons-external-java-doc
Section: doc
Architecture: all
Depends: ${misc:Depends}
Description: Documentation of XML Commons external API
xml-commons is focussed on common code and guidelines for xml
projects. The first focus will be to organize and have common
packaging for the various externally-defined standards code relating
to XML - things like the DOM, SAX, and JAXP interfaces.
.
This package contains class API documentation for XML Commons
external API.
|