Update of /usr/local/cvs-repository/maven/commons-collections
In directory eng.werken.com:/tmp/cvs-serv18479/commons-collections
Modified Files:
project.xml
Log Message:
Added initial project xml's for these projects. Collections currently has
a unit test problem, so unable to be too sure this one works.
I'm checking them against the current CVS of Maven.
Index: project.xml
===================================================================
RCS file: /usr/local/cvs-repository/maven/commons-collections/project.xml,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** project.xml 24 Jun 2002 23:45:39 -0000 1.4
--- project.xml 25 Jun 2002 02:24:27 -0000 1.5
***************
*** 1,86 ****
<project>
<pomVersion>3</pomVersion>
- <name>commons-collections</name>
<id>commons-collections</id>
! <currentVersion></currentVersion>
<organization>
! <name></name>
! <url></url>
! <logo></logo>
</organization>
! <description>
! Collections
! </description>
! <shortDescription></shortDescription>
<package>org.apache.commons.collections</package>
! <inceptionYear></inceptionYear>
! <url>http://jakarta.apache.org/commons/collections.html</url>
! <issueTrackingUrl></issueTrackingUrl>
! <siteAddress></siteAddress>
! <siteDirectory></siteDirectory>
! <distributionDirectory></distributionDirectory>
<repository>
! <url></url>
!
<connection>:pserver:[email protected]:/home/cvspublic:jakarta-commons/collections</connection>
<password>anoncvs</password>
</repository>
! <versions>
! <version>
! <id>dev</id>
! <name>dev</name>
! <tag>HEAD</tag>
! </version>
! </versions>
!
! <branches/>
!
<mailingLists>
<mailingList>
! <name></name>
! <subscribe></subscribe>
! <unsubscribe></unsubscribe>
! <archive></archive>
</mailingList>
</mailingLists>
! <developers>
!
<developer>
! <name></name>
<id></id>
<email></email>
<organization></organization>
</developer>
! </developers>
!
! <dependencies/>
<build>
!
<sourceDirectory>src/java</sourceDirectory>
<unitTestSourceDirectory>src/test</unitTestSourceDirectory>
<integrationUnitTestSourceDirectory/>
<aspectSourceDirectory></aspectSourceDirectory>
!
<!-- Unit test classes -->
<unitTestPatterns>
! <unitTestPattern>include = **/*Test*.java</unitTestPattern>
</unitTestPatterns>
!
<!-- Integration unit test classes -->
<integrationUnitTestPatterns>
</integrationUnitTestPatterns>
!
<jarResources>
</jarResources>
!
<jars>
</jars>
-
</build>
-
</project>
--- 1,156 ----
+ <?xml version="1.0"?>
<project>
+
<pomVersion>3</pomVersion>
<id>commons-collections</id>
! <name>commons-collections</name>
! <currentVersion>2.0</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.collections</package>
! <logo>http://jakarta.apache.org/commons/images/logo.jpg</logo>
! <!-- Gump integration -->
! <gumpRepositoryId>jakarta</gumpRepositoryId>
!
! <description>
! <p>
! The Java Collections Framework provides a set of abstract data
! type interfaces and implementations that offer both a wealth
! of useful functionality, and a solid foundation for extending
! that functionality.
! </p>
! <p>
! Many Jakarta projects have needs or design criteria that extend
! beyond the core Collections API, such as introducing new abstract
! data types (e.g., Avalon's BinaryHeap) or changing the behaviour of
! existing abstract data types (e.g., Struts' FastHashMap).
! </p>
! <p>
! In keeping with the spirit of the Collections API and of abstract
! data types in general, these components can and should be shared
! assets. A Commons package for abstract data types would provide
! encourage the development and reuse of a robust set of collections
! classes.
! </p></description>
+ <shortDescription>Java Common Components</shortDescription>
+
+ <url>http://jakarta.apache.org/commons/collections/</url>
+
+<issueTrackingUrl>http://nagoya.apache.org/scarab/servlet/scarab/</issueTrackingUrl>
+ <siteAddress>jakarta.apache.org</siteAddress>
+ <siteDirectory>/www/jakarta.apache.org/commons/collections/</siteDirectory>
+
+<distributionDirectory>/www/jakarta.apache.org/builds/jakarta-commons/</distributionDirectory>
+
<repository>
!
<connection>scm:cvs:pserver:[EMAIL PROTECTED]:/home/cvspublic:jakarta-commons</connection>
<password>anoncvs</password>
+ <url>http://cvs.apache.org/viewcvs/jakarta-commons/</url>
</repository>
! <branches>
! </branches>
!
<mailingLists>
<mailingList>
! <name>Commons User List</name>
! <subscribe>[EMAIL PROTECTED]</subscribe>
! <unsubscribe>[EMAIL PROTECTED]</unsubscribe>
! <!-- Using mail-archive until there is something in nagoya's eyebrowse...
!
<archive>http://nagoya.apache.org/eyebrowse/SummarizeList?[EMAIL PROTECTED]</archive>
! -->
! <archive>http://www.mail-archive.com/[email protected]/</archive>
! </mailingList>
! <mailingList>
! <name>Commons Developer List</name>
! <subscribe>[EMAIL PROTECTED]</subscribe>
! <unsubscribe>[EMAIL PROTECTED]</unsubscribe>
! <!-- Using mail-archive until there is something in nagoya's eyebrowse...
!
<archive>http://nagoya.apache.org/eyebrowse/SummarizeList?[EMAIL PROTECTED]</archive>
! -->
! <archive>http://www.mail-archive.com/[email protected]/</archive>
</mailingList>
</mailingLists>
! <developers>
<developer>
! <name>Peter Donald</name>
! <id></id>
! <email></email>
! <organization></organization>
! <roles>
! <role>Java Developer</role>
! </roles>
! </developer>
! <developer>
! <name>Craig McClanahan</name>
<id></id>
<email></email>
<organization></organization>
+ <roles>
+ <role>Java Developer</role>
+ </roles>
</developer>
+ <developer>
+ <name>Rodney Waldhoff</name>
+ <id></id>
+ <email></email>
+ <organization></organization>
+ <roles>
+ <role>Java Developer</role>
+ </roles>
+ </developer>
+ <developer>
+ <name>James Strachan</name>
+ <id>jstrachan</id>
+ <email></email>
+ <organization></organization>
+ <roles>
+ <role>Java Developer</role>
+ </roles>
+ </developer>
+ </developers>
+
+ <contributors>
+ </contributors>
! <!-- Lang should depend on very little -->
! <dependencies>
! </dependencies>
<build>
!
! <nagEmailAddress>[EMAIL PROTECTED]</nagEmailAddress>
!
<sourceDirectory>src/java</sourceDirectory>
+
<unitTestSourceDirectory>src/test</unitTestSourceDirectory>
<integrationUnitTestSourceDirectory/>
+
<aspectSourceDirectory></aspectSourceDirectory>
!
<!-- Unit test classes -->
<unitTestPatterns>
! <unitTestPattern>include = **/*Test.java</unitTestPattern>
</unitTestPatterns>
!
<!-- Integration unit test classes -->
<integrationUnitTestPatterns>
</integrationUnitTestPatterns>
!
! <!-- J A R R E S O U R C E S -->
! <!-- Resources that are packaged up inside the JAR file -->
!
<jarResources>
+ <jarResource>include = log4j.properties</jarResource>
</jarResources>
!
<jars>
</jars>
</build>
</project>
+
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>