Files
commons-graph/project.xml
2002-04-30 02:47:08 +00:00

94 lines
2.4 KiB
XML

<?xml version="1.0"?>
<project>
<name>jakarta-commons-graph</name>
<id>graph</id>
<currentVersion>0.1</currentVersion>
<organization>Apache Software Foundation</organization>
<inceptionYear>2001</inceptionYear>
<package>org.apache.commons.graph</package>
<shortDescription>Graph Manipulation Tools</shortDescription>
<description>
Jakarta Graph is an API which assists in dealing with Graphs,
and graph based structures. It is currently Sandboxed meaning
special care must be taken in usage of it.
</description>
<url>http://jakarta.apache.org/commons/graph/</url>
<cvsWebUrl>
http://cvs.apache.org/viewcvs/jakarta-commons-sandbox/graph
</cvsWebUrl>
<siteAddress>jakarta.apache.org</siteAddress>
<siteDirectory>/www/jakarta.apache.org/commons/graph/</siteDirectory>
<developers>
<developer>
<name>David Dixon-Peugh</name>
<id>dpeugh</id>
<email>dpeugh@mindspring.com</email>
<organization>Ultra*Log Project</organization>
</developer>
<developer>
<name>Jason van Zyl</name>
<id>jvanzyl</id>
<email>jason@zenplex.com</email>
<organization>Zenplex</organization>
</developer>
</developers>
<dependencies>
<dependency>
<name>jakarta-commons-collection</name>
<type>required</type>
<version>1.0</version>
<jar>commons-collections.jar</jar>
</dependency>
<dependency>
<name>nsuml</name>
<type>required</type>
<version>1.0</version>
<jar>nsuml.jar</jar>
</dependency>
<dependency>
<name>log4j</name>
<type>required</type>
<version>1.1.3</version>
<jar>log4j-1.1.3.jar</jar>
</dependency>
</dependencies>
<build>
<sourceDirectories>
<sourceDirectory>src/java</sourceDirectory>
</sourceDirectories>
<testSourceDirectories>
<testSourceDirectory>src/test</testSourceDirectory>
<testSourceDirectory>src/java</testSourceDirectory>
</testSourceDirectories>
<aspectSourceDirectories>
</aspectSourceDirectories>
<unitTestClassEntries>
<unitTestClassEntry>include = **/*Test*.class</unitTestClassEntry>
<unitTestClassEntry>exclude = **/*$*.class</unitTestClassEntry>
</unitTestClassEntries>
<runtimeTestClassEntries>
</runtimeTestClassEntries>
<jarResources>
</jarResources>
<jars>
</jars>
</build>
</project>