From 716169c9b3e47728965746bd9292f8b3d042dde1 Mon Sep 17 00:00:00 2001 From: mef Date: Fri, 5 Feb 2010 12:44:20 +0000 Subject: [PATCH] Make sure the pom file is there too --- jdom-1.1.pom | 61 ++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 61 insertions(+) create mode 100644 jdom-1.1.pom diff --git a/jdom-1.1.pom b/jdom-1.1.pom new file mode 100644 index 0000000..4fef21b --- /dev/null +++ b/jdom-1.1.pom @@ -0,0 +1,61 @@ + + + 4.0.0 + + org.jdom + jdom + 1.1 + jar + + JDOM + + JDOM is, quite simply, a Java representation of an XML document. JDOM provides a way to represent that document for + easy and efficient reading, manipulation, and writing. It has a straightforward API, is a lightweight and fast, and + is optimized for the Java programmer. It's an alternative to DOM and SAX, although it integrates well with both DOM + and SAX. + + http://www.jdom.org/ + + + scm:cvs:pserver:anonymous@cvs.jdom.org:/home/cvspublic:jdom + + + + + xerces + xercesImpl + 2.6.1 + true + + + xerces + xmlParserAPIs + 2.6.1 + true + + + org.jdom + jaxen-core + 1.0-FCS + true + + + org.jdom + jaxen-jdom + 1.0-FCS + true + + + org.jdom + saxpath + 1.0-FCS + true + + + xalan + xalan + 2.5.D1 + true + + +