switched to use super-pom
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/sandbox/graph2/trunk@144650 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
de4042a8da
commit
c437f16769
53
project.xml
53
project.xml
@ -1,17 +1,11 @@
|
|||||||
<?xml version="1.0" encoding="UTF-8"?>
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
|
||||||
<project>
|
<project>
|
||||||
<pomVersion>3</pomVersion>
|
<extend>../sandbox-build/project.xml</extend>
|
||||||
<id>commons-graph</id>
|
<id>commons-graph</id>
|
||||||
<name>Graph</name>
|
<name>Graph</name>
|
||||||
<currentVersion>0.8.2</currentVersion>
|
<currentVersion>0.8.2</currentVersion>
|
||||||
|
|
||||||
<organization>
|
|
||||||
<name>Apache Software Foundation</name>
|
|
||||||
<url>http://jakarta.apache.org/</url>
|
|
||||||
<logo>/images/jakarta-logo-blue.gif</logo>
|
|
||||||
</organization>
|
|
||||||
|
|
||||||
<inceptionYear>2001</inceptionYear>
|
<inceptionYear>2001</inceptionYear>
|
||||||
|
|
||||||
<package>org.apache.commons.graph</package>
|
<package>org.apache.commons.graph</package>
|
||||||
@ -20,36 +14,6 @@
|
|||||||
|
|
||||||
<description>Jakarta Graph is a toolkit for managing graphs and graph based data structures.</description>
|
<description>Jakarta Graph is a toolkit for managing graphs and graph based data structures.</description>
|
||||||
|
|
||||||
<url>http://jakarta.apache.org/commons/graph/</url>
|
|
||||||
|
|
||||||
<repository>
|
|
||||||
<connection>scm:cvs:pserver:anoncvs@cvs.apache.org:/home/cvspublic:jakarta-commons-sandbox/graph2</connection>
|
|
||||||
<url>http://cvs.apache.org/viewcvs/jakarta-commons-sandbox/graph2</url>
|
|
||||||
</repository>
|
|
||||||
|
|
||||||
<siteAddress>jakarta.apache.org</siteAddress>
|
|
||||||
<siteDirectory>/www/jakarta.apache.org/commons/graph/</siteDirectory>
|
|
||||||
|
|
||||||
<distributionDirectory>/www/jakarta.apache.org/builds/jakarta-commons-graph/</distributionDirectory>
|
|
||||||
|
|
||||||
<mailingLists>
|
|
||||||
|
|
||||||
<mailingList>
|
|
||||||
<name>Turbine User List</name>
|
|
||||||
<subscribe>turbine-user-subscribe@jakarta.apache.org</subscribe>
|
|
||||||
<unsubscribe>turbine-user-unsubscribe@jakarta.apache.org</unsubscribe>
|
|
||||||
<archive>http://www.mail-archive.com/turbine-user@jakarta.apache.org/</archive>
|
|
||||||
</mailingList>
|
|
||||||
|
|
||||||
<mailingList>
|
|
||||||
<name>Turbine Developer List</name>
|
|
||||||
<subscribe>mailto:turbine-dev-subscribe@jakarta.apache.org</subscribe>
|
|
||||||
<unsubscribe>mailto:turbine-dev-unsubscribe@jakarta.apache.org</unsubscribe>
|
|
||||||
<archive>http://www.mail-archive.com/turbine-dev@jakarta.apache.org/</archive>
|
|
||||||
</mailingList>
|
|
||||||
|
|
||||||
</mailingLists>
|
|
||||||
|
|
||||||
<developers>
|
<developers>
|
||||||
|
|
||||||
<developer>
|
<developer>
|
||||||
@ -104,19 +68,4 @@
|
|||||||
|
|
||||||
</dependencies>
|
</dependencies>
|
||||||
|
|
||||||
<build>
|
|
||||||
<nagEmailAddress>commons-dev@jakarta.apache.org</nagEmailAddress>
|
|
||||||
|
|
||||||
<sourceDirectory>src/java</sourceDirectory>
|
|
||||||
<unitTestSourceDirectory>src/test</unitTestSourceDirectory>
|
|
||||||
|
|
||||||
<unitTest>
|
|
||||||
<includes>
|
|
||||||
<include>**/*Test.java</include>
|
|
||||||
</includes>
|
|
||||||
</unitTest>
|
|
||||||
|
|
||||||
<resources/>
|
|
||||||
|
|
||||||
</build>
|
|
||||||
</project>
|
</project>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user