xmlbeans 2.6.0-3 source package in Ubuntu

Changelog

xmlbeans (2.6.0-3) unstable; urgency=medium

  * Team upload.
  * Fixed a build failure with Java 8 (Closes: #814209)
  * Standards-Version updated to 3.9.7 (no changes)

 -- Emmanuel Bourg <email address hidden>  Wed, 10 Feb 2016 10:53:21 +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
Xenial release universe libs

Builds

Xenial: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
xmlbeans_2.6.0-3.dsc 2.1 KiB 8c08dfe74358e91164a29f42029e583d6267a4a4c4a17262fa5549ceb88ec604
xmlbeans_2.6.0.orig.tar.gz 8.1 MiB ddc6a7e817d34fb6efc74645d104387ef93c8e69e7d6186bbca0250f5b7b3ac0
xmlbeans_2.6.0-3.debian.tar.xz 7.1 KiB 2e3b43d239c63c5751ca05d117ad23e116b673bdac5ce5eab1d34b3ca40511f8

Available diffs

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