git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/sandbox/graph2/trunk@144641 13f79535-47bb-0310-9956-ffa450edef68
123 lines
3.2 KiB
XML
123 lines
3.2 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<project>
|
|
<pomVersion>3</pomVersion>
|
|
<id>commons-graph</id>
|
|
<name>Graph</name>
|
|
<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>
|
|
|
|
<package>org.apache.commons.graph</package>
|
|
|
|
<shortDescription>Graph Representation and Manipulation Library</shortDescription>
|
|
|
|
<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>
|
|
|
|
<developer>
|
|
<name>David Dixon-Peugh</name>
|
|
<id>dpeugh</id>
|
|
<email>dpeugh@mindspring.com</email>
|
|
<organization>UltraLog At DARPA</organization>
|
|
</developer>
|
|
|
|
<developer>
|
|
<name>Jason van Zyl</name>
|
|
<id>jvanzyl</id>
|
|
<email>jason@zenplex.com</email>
|
|
<organization>Zenplex</organization>
|
|
</developer>
|
|
</developers>
|
|
|
|
<dependencies>
|
|
|
|
<dependency>
|
|
<id>log4j</id>
|
|
<version>1.1.3</version>
|
|
</dependency>
|
|
|
|
<dependency>
|
|
<id>jdepend</id>
|
|
<version>2.2</version>
|
|
<url>http://www.clarkware.com/software/JDepend.html</url>
|
|
</dependency>
|
|
|
|
<dependency>
|
|
<id>commons-collections</id>
|
|
<version>2.1</version>
|
|
</dependency>
|
|
<!--
|
|
<dependency>
|
|
<id>xerces</id>
|
|
<version>1.2.3</version>
|
|
<url>http://xml.apache.org/xerces/</url>
|
|
</dependency>
|
|
-->
|
|
|
|
<dependency>
|
|
<id>junit</id>
|
|
<version>3.8.1</version>
|
|
</dependency>
|
|
|
|
<dependency>
|
|
<id>xml-apis</id>
|
|
<version>1.0.b2</version>
|
|
</dependency>
|
|
|
|
</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>
|