jdom stable port information

Package: jdom
Version: 1.1.1
Revision: 2
Epoch: 1
Description: Alternative DOM processing API for java
Type: java(1.5)
License: BSD
Maintainer: Benjamin Reed

Depends: <<
xerces-j,
xalan-j,
system-java (>= 1.5-1)
<<
BuildDepends: <<
ant-base,
system-java-dev (>= 1.5-1)
<<

Source: http://jdom.org/dist/source/%n-%v.tar.gz
Source-MD5: 0ad116194e3101fb08fab8f6f00cc58f
SourceDirectory: %n

UseMaxBuildJobs: true
CompileScript: ant package javadoc-link

InstallScript: <<
install -d -m 755 %i/share/doc/%n
cp -r build/apidocs %i/share/doc/%n/javadoc
cp -r samples %i/share/doc/%n/samples
<<
JarFiles: build/jdom.jar
DocFiles: CHANGES.txt COMMITTERS.txt LICENSE.txt README.txt TODO.txt

Homepage: http://www.jdom.org/
DescDetail: <<
A complete, Java-based solution for accessing, manipulating, and
outputting XML data from Java code.
<<
DescPackaging: <<
- Taken over from Bill Bumgarner
- Chose the BSD license since the Apache license falls under
BSD and the JDOM license is simply a less restrictive apache license.
<<