Author: varun-guest Date: 2007-11-01 23:55:02 +0000 (Thu, 01 Nov 2007) New Revision: 4564
Modified: trunk/libjboss-xb-java/debian/control Log: * Add description and fix Depends Modified: trunk/libjboss-xb-java/debian/control =================================================================== --- trunk/libjboss-xb-java/debian/control 2007-11-01 23:45:13 UTC (rev 4563) +++ trunk/libjboss-xb-java/debian/control 2007-11-01 23:55:02 UTC (rev 4564) @@ -6,9 +6,9 @@ Build-Depends: cdbs, debhelper (>= 5) Build-Depends-Indep: ant-optional, java-gcj-compat-dev, libjboss-common-java, libdtdparser-java, glassfish-activation, junit, - libjboss-profiler-java, liblog4j1.2-java, libxerces2-java + libjboss-test-java, libxerces2-java Standards-Version: 3.7.2 -Homepage: http://labs.jboss.com/ +Homepage: http://wiki.jboss.org/wiki/Wiki.jsp?page=JBossXB Vcs-Svn: svn://svn.debian.org/svn/pkg-java/trunk/libjboss-xb-java Vcs-Browser: http://svn.debian.org/wsvn/pkg-java/trunk/libjboss-xb-java @@ -16,3 +16,15 @@ Architecture: all Depends: ${shlibs:Depends}, ${misc:Depends}, java-gcj-compat | java1-runtime | java2-runtime Description: JBoss XML Binding + This package ships the JBoss XML binding framework. The + advantages of which are: + * no special interfaces or any other enforments for Java classes + used for object models; + * almost arbitrary class hierarchy loosely coupled with the XML + schema structure; + * the ability to populate the same object model with data from + different XML files; + * the ability to avoid representation of XML elements that are not + useful in the object model (while still supporting marshalling where + possible); + * support of DTDs and XML schemas. _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/mailman/listinfo/pkg-java-commits

