Source: java-xmlbuilder Section: java Priority: optional Maintainer: Debian Java Maintainers Uploaders: James Page DM-Upload-Allowed: yes Build-Depends: debhelper (>= 7), cdbs, default-jdk, maven-debian-helper (>= 1.4) Build-Depends-Indep: libmaven-javadoc-plugin-java, junit, default-jdk-doc Standards-Version: 3.9.3 Homepage: http://code.google.com/p/java-xmlbuilder/ Vcs-Git: git://git.debian.org/git/pkg-java/java-xmlbuilder.git Vcs-Browser: http://git.debian.org/?p=pkg-java/java-xmlbuilder.git Package: libjava-xmlbuilder-java Architecture: all Depends: ${misc:Depends}, ${maven:Depends} Recommends: ${maven:OptionalDepends} Suggests: libjava-xmlbuilder-java-doc Description: XML Builder Java library for creating XML documents XML Builder is a utility that creates simple XML documents using relatively sparse Java code. . It is intended to allow for quick and painless creation of XML documents where you might otherwise be tempted to use concatenated strings, and where you would rather not face the tedium and verbosity of coding with JAXP. Package: libjava-xmlbuilder-java-doc Architecture: all Section: doc Depends: ${misc:Depends}, ${maven:DocDepends} Recommends: ${maven:DocOptionalDepends} Suggests: libjava-xmlbuilder-java Description: Documentation for XML Builder Java library for creating XML documents XML Builder is a utility that creates simple XML documents using relatively sparse Java code. . It is intended to allow for quick and painless creation of XML documents where you might otherwise be tempted to use concatenated strings, and where you would rather not face the tedium and verbosity of coding with JAXP. . This package contains the API documentation of libjava-xmlbuilder-java.