Name: | jakarta-commons-digester |
---|---|
Version: | 1.8 |
Release: | 1jpp |
Architecture: | noarch |
Group: | Development/Libraries/Java |
Size: | 183533 |
License: | Apache Software License 2.0 |
RPM: | jakarta-commons-digester-1.8-1jpp.noarch.rpm |
Source RPM: | jakarta-commons-digester-1.8-1jpp.src.rpm |
Build Date: | Sat Sep 07 2013 |
Build Host: | ca-build7.us.oracle.com |
Vendor: | redhat |
URL: | http://commons.apache.org/digester/ |
Summary: | Jakarta Commons Digester Package |
Description: | Many projects read XML configuration files to provide initialization of various Java objects within the system. There are several ways of doing this, and the Digester component was designed to provide a common implementation that can be used in many different projects. Basically, the Digester package lets you configure an XML -> Java object mapping module, which triggers certain actions called rules whenever a particular pattern of nested XML elements is recognized. A rich set of predefined rules is available for your use, or you can also create your own. Advanced features of Digester include: - Ability to plug in your own pattern matching engine, if the standard one is not sufficient for your requirements. - Optional namespace-aware processing, so that you can define rules that are relevant only to a particular XML namespace. - Encapsulation of Rules into RuleSets that can be easily and conveniently reused in more than one application that requires the same type of processing. |
- 1.8 - Build with maven1 by default - Add pom and depmap frag - Fix gcj_support build
- Remove Vendor and distribution tags - rpmlint cleanup; add versioned provides and obsoletes, remove macro usage in changelog
- Add missing requires for javadoc
- Removed separate definition of name, version and release.
- Added conditional native compiling
- First JPP 1.7 build
- Upgrade to 1.7
- Rebuild so that rss package is included
- Upgrade to 1.6
- Rebuild with ant-1.6.2
- update for JPackage 1.5
- used correct JPP 1.5 spec file
- 1.5
- for jpackage-utils 1.5
- Update to 1.4.1. - No macros in URL and SourceX tags. - Run unit tests during build. - Remove spurious api/ from installed javadoc path. - Some spec file cleanup.
- fix ASF license and add packager tag
- 1.4
- 1.3
- update to meet new jaxp_parser_impl and xml-commons-apis
- use sed instead of bash 2.x extension in link area to make spec compatible with distro using bash 1.1x
- 1.2 - added short names in _javadir, as does jakarta developpers - first jPackage release