~hudson-ubuntu/+junk/hudson-dom4j

« back to all changes in this revision

Viewing changes to src/conf/xsa.xml

  • Committer: James Page
  • Date: 2010-11-18 13:20:23 UTC
  • Revision ID: james.page@canonical.com-20101118132023-puz3z975327yu8ib
Initial release of hudson variant

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version="1.0"?>
 
2
<!DOCTYPE xsa PUBLIC "-//LM Garshol//DTD XML Software Autoupdate 1.0//EN//XML" 
 
3
                     "http://www.garshol.priv.no/download/xsa/xsa.dtd">
 
4
 
 
5
<xsa>
 
6
  <vendor>
 
7
    <name>MetaStuff Ltd.</name>
 
8
    <email>info@dom4j.org</email>
 
9
    <url>http://dom4j.org</url>
 
10
  </vendor>
 
11
 
 
12
  <product id="dom4j">
 
13
    <name>dom4j</name>
 
14
    <version>1.3</version>
 
15
    <last-release>20020317</last-release>
 
16
    <info-url>http://dom4j.org/</info-url>
 
17
    <changes>
 
18
dom4j is a simple and flexible open source library for working with XML,
 
19
XPath and XSLT on the Java platform using the Java Collections Framework
 
20
with full integration with DOM, SAX and JAXP.
 
21
 
 
22
This release is primarily a bug fix release.
 
23
   </changes>
 
24
  </product>
 
25
</xsa>