Changing the version and making a little release that has been pushed
into the repository. git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/sandbox/graph2/trunk@144621 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
3c1f826ae6
commit
f79e39c3c5
72
project.xml
72
project.xml
@ -1,27 +1,19 @@
|
|||||||
<?xml version="1.0"?>
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
<project>
|
|
||||||
|
|
||||||
|
<project>
|
||||||
<name>jakarta-commons-graph2</name>
|
<name>jakarta-commons-graph2</name>
|
||||||
<id>graph</id>
|
<id>graph</id>
|
||||||
<currentVersion>0.3</currentVersion>
|
<currentVersion>0.8</currentVersion>
|
||||||
<organization>Apache Software Foundation</organization>
|
<organization>Apache Software Foundation</organization>
|
||||||
<inceptionYear>2001</inceptionYear>
|
<inceptionYear>2001</inceptionYear>
|
||||||
<package>org.apache.commons.graph</package>
|
<package>org.apache.commons.graph</package>
|
||||||
|
|
||||||
<shortDescription>Graph Representation and Manipulation Library</shortDescription>
|
<shortDescription>Graph Representation and Manipulation Library</shortDescription>
|
||||||
|
<description>Jakarta Graph is a toolkit for managing graphs and graph based data structures.</description>
|
||||||
<description>
|
|
||||||
<![CDATA[
|
|
||||||
Jakarta Graph is a toolkit for managing graphs and graph based data structures.
|
|
||||||
]]>
|
|
||||||
</description>
|
|
||||||
|
|
||||||
<url>http://jakarta.apache.org/commons/graph/</url>
|
<url>http://jakarta.apache.org/commons/graph/</url>
|
||||||
<cvsWebUrl>http://cvs.apache.org/viewcvs/jakarta-commons-sandbox/graph2</cvsWebUrl>
|
<cvsWebUrl>http://cvs.apache.org/viewcvs/jakarta-commons-sandbox/graph2</cvsWebUrl>
|
||||||
<siteAddress>jakarta.apache.org</siteAddress>
|
<siteAddress>jakarta.apache.org</siteAddress>
|
||||||
<siteDirectory>/www/jakarta.apache.org/commons/graph/</siteDirectory>
|
<siteDirectory>/www/jakarta.apache.org/commons/graph/</siteDirectory>
|
||||||
<distributionDirectory>/www/jakarta.apache.org/builds/jakarta-commons-graph/</distributionDirectory>
|
<distributionDirectory>/www/jakarta.apache.org/builds/jakarta-commons-graph/</distributionDirectory>
|
||||||
|
|
||||||
<mailingLists>
|
<mailingLists>
|
||||||
<mailingList>
|
<mailingList>
|
||||||
<name>Turbine User List</name>
|
<name>Turbine User List</name>
|
||||||
@ -36,113 +28,67 @@ Jakarta Graph is a toolkit for managing graphs and graph based data structures.
|
|||||||
<archive>http://www.mail-archive.com/turbine-dev@jakarta.apache.org/</archive>
|
<archive>http://www.mail-archive.com/turbine-dev@jakarta.apache.org/</archive>
|
||||||
</mailingList>
|
</mailingList>
|
||||||
</mailingLists>
|
</mailingLists>
|
||||||
|
|
||||||
<developers>
|
<developers>
|
||||||
|
|
||||||
<!-- Eventually this might be a reference to a developer
|
|
||||||
id, but the question is where the individual entries
|
|
||||||
should reside. For the Turbine projects maybe an overall
|
|
||||||
repository of developer entries, but for other projects
|
|
||||||
what do we do. A global repository of Java developer ids?
|
|
||||||
|
|
||||||
I am adding the login for each developer, so maybe this
|
|
||||||
is really a per-project things like password and login
|
|
||||||
may be different for each project but possibly the
|
|
||||||
identity of the developer could be store in some
|
|
||||||
repository. Anyway, suggests tweaks to the model.
|
|
||||||
-->
|
|
||||||
|
|
||||||
<developer>
|
<developer>
|
||||||
<name>David Dixon-Peugh</name>
|
<name>David Dixon-Peugh</name>
|
||||||
<id>dpeugh</id>
|
<id>dpeugh</id>
|
||||||
<email>dpeugh@mindspring.com</email>
|
<email>dpeugh@mindspring.com</email>
|
||||||
<organization>UltraLog At DARPA</organization>
|
<organization>UltraLog At DARPA</organization>
|
||||||
</developer>
|
</developer>
|
||||||
|
|
||||||
<developer>
|
<developer>
|
||||||
<name>Jason van Zyl</name>
|
<name>Jason van Zyl</name>
|
||||||
<id>jvanzyl</id>
|
<id>jvanzyl</id>
|
||||||
<email>jason@zenplex.com</email>
|
<email>jason@zenplex.com</email>
|
||||||
<organization>Zenplex</organization>
|
<organization>Zenplex</organization>
|
||||||
</developer>
|
</developer>
|
||||||
|
|
||||||
</developers>
|
</developers>
|
||||||
|
|
||||||
|
|
||||||
<!-- Need to mark these as compile-time/run-time -->
|
|
||||||
|
|
||||||
<dependencies>
|
<dependencies>
|
||||||
|
|
||||||
<dependency>
|
<dependency>
|
||||||
<name>jakarta-log4j</name>
|
<name>jakarta-log4j</name>
|
||||||
<type>required</type>
|
<type>required</type>
|
||||||
<version>1.1.3</version>
|
<version>1.1.3</version>
|
||||||
<jar>log4j-1.1.3.jar</jar>
|
<jar>log4j-1.1.3.jar</jar>
|
||||||
</dependency>
|
</dependency>
|
||||||
|
|
||||||
<dependency>
|
<dependency>
|
||||||
<name>nsuml</name>
|
<name>nsuml</name>
|
||||||
<type>required</type>
|
<type>required</type>
|
||||||
<version>0.4.20</version>
|
<version>0.4.20</version>
|
||||||
<jar>nsuml.jar</jar>
|
<jar>nsuml.jar</jar>
|
||||||
</dependency>
|
</dependency>
|
||||||
|
|
||||||
<dependency>
|
<dependency>
|
||||||
<name>commons-collections</name>
|
<name>commons-collections</name>
|
||||||
<type>required</type>
|
<type>required</type>
|
||||||
<version>1.0</version>
|
<version>1.0</version>
|
||||||
<jar>commons-collections.jar</jar>
|
<jar>commons-collections.jar</jar>
|
||||||
</dependency>
|
</dependency>
|
||||||
|
|
||||||
<dependency>
|
<dependency>
|
||||||
<name>jdepend</name>
|
<name>jdepend</name>
|
||||||
<type>required</type>
|
<type>required</type>
|
||||||
<version>1.0</version>
|
<version>1.0</version>
|
||||||
<jar>jdepend.jar</jar>
|
<jar>jdepend.jar</jar>
|
||||||
</dependency>
|
</dependency>
|
||||||
|
|
||||||
</dependencies>
|
</dependencies>
|
||||||
|
|
||||||
<build>
|
<build>
|
||||||
|
|
||||||
<sourceDirectories>
|
<sourceDirectories>
|
||||||
<sourceDirectory>src/java</sourceDirectory>
|
<sourceDirectory>src/java</sourceDirectory>
|
||||||
</sourceDirectories>
|
</sourceDirectories>
|
||||||
|
|
||||||
<testSourceDirectories>
|
<testSourceDirectories>
|
||||||
<testSourceDirectory>src/java</testSourceDirectory>
|
<testSourceDirectory>src/java</testSourceDirectory>
|
||||||
<testSourceDirectory>src/test</testSourceDirectory>
|
<testSourceDirectory>src/test</testSourceDirectory>
|
||||||
</testSourceDirectories>
|
</testSourceDirectories>
|
||||||
|
<aspectSourceDirectories/>
|
||||||
<aspectSourceDirectories>
|
|
||||||
</aspectSourceDirectories>
|
|
||||||
|
|
||||||
<!-- Unit test classes -->
|
<!-- Unit test classes -->
|
||||||
|
|
||||||
<unitTestClassEntries>
|
<unitTestClassEntries>
|
||||||
<unitTestClassEntry>include = **/*Test.class</unitTestClassEntry>
|
<unitTestClassEntry>include = **/*Test.class</unitTestClassEntry>
|
||||||
<!--
|
|
||||||
<unitTestClassEntry>exclude = **/AllPathsTest.class</unitTestClassEntry>
|
|
||||||
-->
|
|
||||||
</unitTestClassEntries>
|
</unitTestClassEntries>
|
||||||
|
|
||||||
<!-- Runtime unit test classes -->
|
<!-- Runtime unit test classes -->
|
||||||
<runtimeTestClassEntries>
|
|
||||||
</runtimeTestClassEntries>
|
|
||||||
|
|
||||||
|
<runtimeTestClassEntries/>
|
||||||
<!-- J A R R E S O U R C E S -->
|
<!-- J A R R E S O U R C E S -->
|
||||||
<!-- Resources that are packaged up inside the JAR file -->
|
<!-- Resources that are packaged up inside the JAR file -->
|
||||||
|
|
||||||
<jarResources>
|
<jarResources/>
|
||||||
</jarResources>
|
<jars/>
|
||||||
|
|
||||||
<jars>
|
|
||||||
</jars>
|
|
||||||
</build>
|
</build>
|
||||||
</project>
|
</project>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user