parent
7f370edaef
commit
56c0a7a04b
@ -1,96 +0,0 @@
|
|||||||
<project>
|
|
||||||
<modelVersion>4.0.0</modelVersion>
|
|
||||||
<groupId>org.jdom</groupId>
|
|
||||||
<artifactId>@artifactID@-contrib</artifactId>
|
|
||||||
<packaging>jar</packaging>
|
|
||||||
|
|
||||||
<name>JDOM Contrib</name>
|
|
||||||
<version>@version@</version>
|
|
||||||
|
|
||||||
<description>
|
|
||||||
A complete, Java-based solution for accessing, manipulating,
|
|
||||||
and outputting XML data
|
|
||||||
</description>
|
|
||||||
<url>http://www.jdom.org</url>
|
|
||||||
|
|
||||||
<organization>
|
|
||||||
<name>JDOM</name>
|
|
||||||
<url>http://www.jdom.org</url>
|
|
||||||
</organization>
|
|
||||||
|
|
||||||
<mailingLists>
|
|
||||||
<mailingList>
|
|
||||||
<name>JDOM-interest Mailing List</name>
|
|
||||||
<post>jdom-interest@jdom.org</post>
|
|
||||||
<archive>http://jdom.markmail.org/</archive>
|
|
||||||
</mailingList>
|
|
||||||
</mailingLists>
|
|
||||||
|
|
||||||
<licenses>
|
|
||||||
<license>
|
|
||||||
<name>Similar to Apache License but with the acknowledgment clause removed</name>
|
|
||||||
<url>https://raw.github.com/hunterhacker/jdom/master/LICENSE.txt</url>
|
|
||||||
<distribution>repo</distribution>
|
|
||||||
<comments xml:space="preserve"><![CDATA[
|
|
||||||
|
|
||||||
@license@
|
|
||||||
|
|
||||||
]]></comments>
|
|
||||||
</license>
|
|
||||||
</licenses>
|
|
||||||
|
|
||||||
<scm>
|
|
||||||
<url>git@github.com:/hunterhacker/jdom</url>
|
|
||||||
<connection>scm:git:git@github.com:hunterhacker/jdom</connection>
|
|
||||||
<developerConnection>scm:git:git@github.com:hunterhacker/jdom</developerConnection>
|
|
||||||
</scm>
|
|
||||||
|
|
||||||
<developers>
|
|
||||||
<developer>
|
|
||||||
<id>hunterhacker</id>
|
|
||||||
<name>Jason Hunter</name>
|
|
||||||
<email>jhunter@servlets.com</email>
|
|
||||||
</developer>
|
|
||||||
<developer>
|
|
||||||
<id>rolfl</id>
|
|
||||||
<name>Rolf Lear</name>
|
|
||||||
<email>jdom@tuis.net</email>
|
|
||||||
</developer>
|
|
||||||
</developers>
|
|
||||||
|
|
||||||
<dependencies>
|
|
||||||
<dependency>
|
|
||||||
<groupId>org.jdom</groupId>
|
|
||||||
<artifactId>@artifactID@</artifactId>
|
|
||||||
<version>@version@</version>
|
|
||||||
</dependency>
|
|
||||||
<dependency>
|
|
||||||
<groupId>jaxen</groupId>
|
|
||||||
<artifactId>jaxen</artifactId>
|
|
||||||
<version>1.1.4</version>
|
|
||||||
<optional>true</optional>
|
|
||||||
</dependency>
|
|
||||||
<dependency>
|
|
||||||
<groupId>xerces</groupId>
|
|
||||||
<artifactId>xercesImpl</artifactId>
|
|
||||||
<version>2.10.0</version>
|
|
||||||
<optional>true</optional>
|
|
||||||
</dependency>
|
|
||||||
<dependency>
|
|
||||||
<groupId>isorelax</groupId>
|
|
||||||
<artifactId>isorelax</artifactId>
|
|
||||||
<version>20030108</version>
|
|
||||||
<optional>true</optional>
|
|
||||||
</dependency>
|
|
||||||
<dependency>
|
|
||||||
<groupId>stax</groupId>
|
|
||||||
<artifactId>stax-api</artifactId>
|
|
||||||
<version>1.0.1</version>
|
|
||||||
<optional>true</optional>
|
|
||||||
</dependency>
|
|
||||||
</dependencies>
|
|
||||||
|
|
||||||
<properties>
|
|
||||||
<jdk.version>@jdk@</jdk.version>
|
|
||||||
</properties>
|
|
||||||
</project>
|
|
@ -1,120 +0,0 @@
|
|||||||
<project>
|
|
||||||
<modelVersion>4.0.0</modelVersion>
|
|
||||||
<groupId>org.jdom</groupId>
|
|
||||||
<artifactId>@artifactID@-junit</artifactId>
|
|
||||||
<packaging>jar</packaging>
|
|
||||||
|
|
||||||
<name>JDOM Junit</name>
|
|
||||||
<version>@version@</version>
|
|
||||||
|
|
||||||
<description>
|
|
||||||
A complete, Java-based solution for accessing, manipulating,
|
|
||||||
and outputting XML data
|
|
||||||
</description>
|
|
||||||
<url>http://www.jdom.org</url>
|
|
||||||
|
|
||||||
<organization>
|
|
||||||
<name>JDOM</name>
|
|
||||||
<url>http://www.jdom.org</url>
|
|
||||||
</organization>
|
|
||||||
|
|
||||||
<mailingLists>
|
|
||||||
<mailingList>
|
|
||||||
<name>JDOM-interest Mailing List</name>
|
|
||||||
<post>jdom-interest@jdom.org</post>
|
|
||||||
<archive>http://jdom.markmail.org/</archive>
|
|
||||||
</mailingList>
|
|
||||||
</mailingLists>
|
|
||||||
|
|
||||||
<licenses>
|
|
||||||
<license>
|
|
||||||
<name>Similar to Apache License but with the acknowledgment clause removed</name>
|
|
||||||
<url>https://raw.github.com/hunterhacker/jdom/master/LICENSE.txt</url>
|
|
||||||
<distribution>repo</distribution>
|
|
||||||
<comments xml:space="preserve"><![CDATA[
|
|
||||||
|
|
||||||
@license@
|
|
||||||
|
|
||||||
]]></comments>
|
|
||||||
</license>
|
|
||||||
</licenses>
|
|
||||||
|
|
||||||
<scm>
|
|
||||||
<url>git@github.com:/hunterhacker/jdom</url>
|
|
||||||
<connection>scm:git:git@github.com:hunterhacker/jdom</connection>
|
|
||||||
<developerConnection>scm:git:git@github.com:hunterhacker/jdom</developerConnection>
|
|
||||||
</scm>
|
|
||||||
|
|
||||||
<developers>
|
|
||||||
<developer>
|
|
||||||
<id>hunterhacker</id>
|
|
||||||
<name>Jason Hunter</name>
|
|
||||||
<email>jhunter@servlets.com</email>
|
|
||||||
</developer>
|
|
||||||
<developer>
|
|
||||||
<id>rolfl</id>
|
|
||||||
<name>Rolf Lear</name>
|
|
||||||
<email>jdom@tuis.net</email>
|
|
||||||
</developer>
|
|
||||||
</developers>
|
|
||||||
|
|
||||||
<dependencies>
|
|
||||||
<dependency>
|
|
||||||
<groupId>org.jdom</groupId>
|
|
||||||
<artifactId>@artifactID@</artifactId>
|
|
||||||
<version>@version@</version>
|
|
||||||
</dependency>
|
|
||||||
<dependency>
|
|
||||||
<groupId>jaxen</groupId>
|
|
||||||
<artifactId>jaxen</artifactId>
|
|
||||||
<version>1.1.4</version>
|
|
||||||
<optional>true</optional>
|
|
||||||
</dependency>
|
|
||||||
<dependency>
|
|
||||||
<groupId>xerces</groupId>
|
|
||||||
<artifactId>xercesImpl</artifactId>
|
|
||||||
<version>2.10.0</version>
|
|
||||||
<optional>true</optional>
|
|
||||||
</dependency>
|
|
||||||
<dependency>
|
|
||||||
<groupId>junit</groupId>
|
|
||||||
<artifactId>junit</artifactId>
|
|
||||||
<version>4.11</version>
|
|
||||||
<optional>true</optional>
|
|
||||||
</dependency>
|
|
||||||
<dependency>
|
|
||||||
<groupId>asm</groupId>
|
|
||||||
<artifactId>asm</artifactId>
|
|
||||||
<version>3.3.1</version>
|
|
||||||
<optional>true</optional>
|
|
||||||
</dependency>
|
|
||||||
<dependency>
|
|
||||||
<groupId>asm</groupId>
|
|
||||||
<artifactId>asm-tree</artifactId>
|
|
||||||
<version>3.3.1</version>
|
|
||||||
<optional>true</optional>
|
|
||||||
</dependency>
|
|
||||||
<dependency>
|
|
||||||
<groupId>log4j</groupId>
|
|
||||||
<artifactId>log4j</artifactId>
|
|
||||||
<version>1.2.17</version>
|
|
||||||
<optional>true</optional>
|
|
||||||
</dependency>
|
|
||||||
<dependency>
|
|
||||||
<groupId>net.sourceforge.cobertura</groupId>
|
|
||||||
<artifactId>cobertura</artifactId>
|
|
||||||
<version>1.9.4.1</version>
|
|
||||||
<optional>true</optional>
|
|
||||||
</dependency>
|
|
||||||
<dependency>
|
|
||||||
<groupId>net.sourceforge.cobertura</groupId>
|
|
||||||
<artifactId>cobertura-runtime</artifactId>
|
|
||||||
<version>1.9.4.1</version>
|
|
||||||
<optional>true</optional>
|
|
||||||
</dependency>
|
|
||||||
</dependencies>
|
|
||||||
|
|
||||||
<properties>
|
|
||||||
<jdk.version>@jdk@</jdk.version>
|
|
||||||
</properties>
|
|
||||||
</project>
|
|
Loading…
Reference in new issue