xmlbeans 2.6.0-2 source package in Ubuntu RTM

Changelog

xmlbeans (2.6.0-2) unstable; urgency=medium


  * Upload to unstable
  * Standards-Version updated to 3.9.5 (no changes)
  * Switch to debhelper level 9

 -- Emmanuel Bourg <email address hidden>  Tue, 25 Feb 2014 23:49:37 +0100

Upload details

Uploaded by:
Debian Java Maintainers
Uploaded to:
Sid
Original maintainer:
Debian Java Maintainers
Architectures:
all
Section:
java
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
14.09-factory release main libs
14.09 release main libs

Builds

Utopic: [FULLYBUILT] i386

Downloads

File Size SHA-256 Checksum
xmlbeans_2.6.0-2.dsc 2.1 KiB 84f5d48d29b4746129816798a697dda6eac85697ede4dfd561cf419305892265
xmlbeans_2.6.0.orig.tar.gz 8.1 MiB ddc6a7e817d34fb6efc74645d104387ef93c8e69e7d6186bbca0250f5b7b3ac0
xmlbeans_2.6.0-2.debian.tar.xz 7.1 KiB 1815a4306c7c555d5e49748ad26af203245c807ec6746df1b42be2abb22a6743

No changes file available.

Binary packages built by this source

libxmlbeans-java: Java library for accessing XML by binding it to Java types

 XMLBeans is a technology for accessing XML by binding it to Java types.
 .
 XMLBeans provides several ways to get at the XML, including:
  * Through XML schema that has been compiled to generate Java types that
    represent schema types. In this way, you can access instances of the
    schema through JavaBeans-style accessors after the fashion of "getFoo"
    and "setFoo". The XMLBeans API also allows you to reflect into the XML
    schema itself through an XML Schema Object model.
  * A cursor model through which you can traverse the full XML infoset.
  * Support for XML DOM.

xmlbeans: Java library for accessing XML by binding it to Java types - tools

 XMLBeans is a technology for accessing XML by binding it to Java types.
 .
 XMLBeans provides several ways to get at the XML, including:
  * Through XML schema that has been compiled to generate Java types that
    represent schema types. In this way, you can access instances of the
    schema through JavaBeans-style accessors after the fashion of "getFoo"
    and "setFoo". The XMLBeans API also allows you to reflect into the XML
    schema itself through an XML Schema Object model.
  * A cursor model through which you can traverse the full XML infoset.
  * Support for XML DOM.
 .
 This package provide some command-line tools:
  * dumpxsb: XSB File Dumper
  * inst2xsd: Instance to Schema Tool
  * scomp: Schema Compiler
  * sdownload: Schema Downloader
  * sfactor: Schema Factoring Tool
  * svalidate: Streaming Instance Validator
  * xsdvalidate: Instance Validator
  * xpretty: XML Pretty Printer
  * xsd2inst: Schema to Instance Tool
  * xsdtree: Schema Type Hierarchy Printer
  * xstc: Invoke XSTC