Name: | xmlbeans |
---|---|
Version: | 2.3.0 |
Release: | 2.jpp5 |
Architecture: | noarch |
Group: | Development/Libraries/Java |
Size: | 3130994 |
License: | ASL 2.0 |
RPM: | xmlbeans-2.3.0-2.jpp5.noarch.rpm |
Source RPM: | xmlbeans-2.3.0-2.jpp5.src.rpm |
Build Date: | Sat Sep 07 2013 |
Build Host: | ca-build7.us.oracle.com |
Vendor: | Oracle America |
URL: | http://xmlbeans.apache.org |
Summary: | XML-Java binding tool |
Description: | XMLBeans is a tool that allows you to access the full power of XML in a Java friendly way. It is an XML-Java binding tool. The idea is that you can take advantage the richness and features of XML and XML Schema and have these features mapped as naturally as possible to the equivalent Java language and typing constructs. XMLBeans uses XML Schema to compile Java interfaces and classes that you can then use to access and modify XML instance data. Using XMLBeans is similar to using any other Java interface/class, you will see things like getFoo or setFoo just as you would expect when working with Java. While a major use of XMLBeans is to access your XML instance data with strongly typed Java classes there are also API's that allow you access to the full XML infoset (XMLBeans keeps full XML Infoset fidelity) as well as to allow you to reflect into the XML schema itself through an XML Schema Object model. |
- spec cleanup - stop xcresolver.zip from downloading
- 2.3.0 - Drop ant-contrib BR - Add saxon8-dom BR
- Optionally omit build of maven plugin while bootstrapping
- BuildRequire saxon8 instead of saxonb8 - (B)Require bea-stax-api instead of bea-stax - Patch maven-plugin's project.xml for bea-stax-api instead of stax-bea-api - Patch XbeanXQuery to saxon 8.7 - Add gcj_support option - Add post/postun Requires for javadoc
- Install plugin to /usr/share/maven/repository/JPP/plugins
- Upgrade to 2.1.0 - Add -maven-plugin subpackage
- Add missing build requires for jaxen
- Upgrade to 1.0.4
- First JPackage build