git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/sandbox/graph2/trunk@149171 13f79535-47bb-0310-9956-ffa450edef68
72 lines
1.5 KiB
XML
72 lines
1.5 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<project>
|
|
<extend>../commons-build/sandbox-project.xml</extend>
|
|
<id>commons-graph</id>
|
|
<name>Graph</name>
|
|
<currentVersion>0.8.2</currentVersion>
|
|
|
|
<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>
|
|
|
|
<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>
|
|
|
|
</project>
|