Moving back :)

git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/collections/trunk@560658 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Henri Yandell 2007-07-29 03:42:15 +00:00
commit 867b5bc637
3 changed files with 25 additions and 25 deletions

View File

@ -1,14 +1,14 @@
<?xml version="1.0"?> <?xml version="1.0"?>
<rdf:RDF xmlns="http://usefulinc.com/ns/doap#" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:asfext="http://projects.apache.org/ns/asfext#" xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#" xmlns:doap="http://usefulinc.com/ns/doap#" xml:lang="en"> <rdf:RDF xmlns="http://usefulinc.com/ns/doap#" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:asfext="http://projects.apache.org/ns/asfext#" xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#" xmlns:doap="http://usefulinc.com/ns/doap#" xml:lang="en">
<Project rdf:about="http://jakarta.apache.org/commons/collections/"> <Project rdf:about="http://commons.apache.org/collections/">
<name>Apache Jakarta Commons Collections</name> <name>Apache Apache Commons Collections</name>
<homepage rdf:resource="http://jakarta.apache.org/commons/collections/"/> <homepage rdf:resource="http://commons.apache.org/collections/"/>
<programming-language>Java</programming-language> <programming-language>Java</programming-language>
<category rdf:resource="http://projects.apache.org/category/library"/> <category rdf:resource="http://projects.apache.org/category/library"/>
<license rdf:resource="http://usefulinc.com/doap/licenses/asl20"/> <license rdf:resource="http://usefulinc.com/doap/licenses/asl20"/>
<bug-database rdf:resource="http://issues.apache.org/jira/browse/COLLECTIONS"/> <bug-database rdf:resource="http://issues.apache.org/jira/browse/COLLECTIONS"/>
<download-page rdf:resource="http://jakarta.apache.org/site/downloads/downloads_commons-collections.cgi"/> <download-page rdf:resource="http://jakarta.apache.org/site/downloads/downloads_commons-collections.cgi"/>
<asfext:pmc rdf:resource="http://jakarta.apache.org/"/> <asfext:pmc rdf:resource="http://commons.apache.org/"/>
<shortdesc xml:lang="en">Commons Collections</shortdesc> <shortdesc xml:lang="en">Commons Collections</shortdesc>
<description xml:lang="en">Types that extend and augment the Java Collections Framework.</description> <description xml:lang="en">Types that extend and augment the Java Collections Framework.</description>
<repository> <repository>
@ -34,6 +34,6 @@
<version>2.1.1</version> <version>2.1.1</version>
</revision> </revision>
</release> </release>
<mailing-list rdf:resource="http://jakarta.apache.org/site/mail2.html#Commons"/> <mailing-list rdf:resource="http://commons.apache.org/mail-lists.html"/>
</Project> </Project>
</rdf:RDF> </rdf:RDF>

10
pom.xml
View File

@ -22,7 +22,7 @@
<parent> <parent>
<groupId>org.apache.commons</groupId> <groupId>org.apache.commons</groupId>
<artifactId>commons-parent</artifactId> <artifactId>commons-parent</artifactId>
<version>1</version> <version>3</version>
</parent> </parent>
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>
<groupId>commons-collections</groupId> <groupId>commons-collections</groupId>
@ -33,7 +33,7 @@
<inceptionYear>2001</inceptionYear> <inceptionYear>2001</inceptionYear>
<description>Types that extend and augment the Java Collections Framework.</description> <description>Types that extend and augment the Java Collections Framework.</description>
<url>http://jakarta.apache.org/commons/collections/</url> <url>http://commons.apache.org/collections/</url>
<issueManagement> <issueManagement>
<system>jira</system> <system>jira</system>
@ -41,9 +41,9 @@
</issueManagement> </issueManagement>
<scm> <scm>
<connection>scm:svn:scm:svn:https://svn.apache.org/repos/asf/jakarta/commons/proper/collections/trunk</connection> <connection>scm:svn:https://svn.apache.org/repos/asf/commons/proper/collections/trunk</connection>
<developerConnection>scm:svn:scm:svn:https://svn.apache.org/repos/asf/jakarta/commons/proper/collections/trunk</developerConnection> <developerConnection>scm:svn:https://svn.apache.org/repos/asf/commons/proper/collections/trunk</developerConnection>
<url>http://svn.apache.org/viewvc/jakarta/commons/proper/collections/trunk</url> <url>http://svn.apache.org/viewvc/commons/proper/collections/trunk</url>
</scm> </scm>
<developers> <developers>

View File

@ -26,13 +26,13 @@
<description>Types that extend and augment the Java Collections Framework.</description> <description>Types that extend and augment the Java Collections Framework.</description>
<logo>/images/logo.png</logo> <logo>/images/logo.png</logo>
<url>http://jakarta.apache.org/commons/collections/</url> <url>http://commons.apache.org/collections/</url>
<package>org.apache.commons.collections</package> <package>org.apache.commons.collections</package>
<organization> <organization>
<name>The Apache Software Foundation</name> <name>The Apache Software Foundation</name>
<url>http://jakarta.apache.org</url> <url>http://commons.apache.org/</url>
<logo>http://jakarta.apache.org/images/original-jakarta-logo.gif</logo> <logo>http://commons.apache.org/images/logo.png</logo>
</organization> </organization>
<licenses> <licenses>
@ -43,29 +43,29 @@
</license> </license>
</licenses> </licenses>
<gumpRepositoryId>jakarta</gumpRepositoryId> <gumpRepositoryId>commons</gumpRepositoryId>
<issueTrackingUrl>http://issues.apache.org/jira/</issueTrackingUrl> <issueTrackingUrl>http://issues.apache.org/jira/</issueTrackingUrl>
<siteAddress>people.apache.org</siteAddress> <siteAddress>people.apache.org</siteAddress>
<siteDirectory>/www/jakarta.apache.org/commons/collections/</siteDirectory> <siteDirectory>/www/commons.apache.org/collections/</siteDirectory>
<distributionDirectory>/www/jakarta.apache.org/builds/jakarta-commons/collections/</distributionDirectory> <distributionDirectory>/www/people.apache.org/builds/commons/collections/</distributionDirectory>
<repository> <repository>
<connection>scm:svn:http://svn.apache.org/repos/asf/jakarta/commons/proper/collections/trunk</connection> <connection>scm:svn:http://svn.apache.org/repos/asf/commons/proper/collections/trunk</connection>
<url>http://svn.apache.org/repos/asf/jakarta/commons/proper/collections/trunk</url> <url>http://svn.apache.org/repos/asf/commons/proper/collections/trunk</url>
</repository> </repository>
<mailingLists> <mailingLists>
<mailingList> <mailingList>
<name>Commons Dev List</name> <name>Commons Dev List</name>
<subscribe>commons-dev-subscribe@jakarta.apache.org</subscribe> <subscribe>dev-subscribe@commons.apache.org</subscribe>
<unsubscribe>commons-dev-unsubscribe@jakarta.apache.org</unsubscribe> <unsubscribe>dev-unsubscribe@commons.apache.org</unsubscribe>
<archive>http://mail-archives.apache.org/eyebrowse/SummarizeList?listName=commons-dev@jakarta.apache.org</archive> <archive>http://mail-archives.apache.org/mod_mbox/commons-dev/</archive>
</mailingList> </mailingList>
<mailingList> <mailingList>
<name>Commons User List</name> <name>Commons User List</name>
<subscribe>commons-user-subscribe@jakarta.apache.org</subscribe> <subscribe>user-subscribe@commons.apache.org</subscribe>
<unsubscribe>commons-user-unsubscribe@jakarta.apache.org</unsubscribe> <unsubscribe>user-unsubscribe@commons.apache.org</unsubscribe>
<archive>http://mail-archives.apache.org/eyebrowse/SummarizeList?listName=commons-user@jakarta.apache.org</archive> <archive>http://mail-archives.apache.org/mod_mbox/commons-user/</archive>
</mailingList> </mailingList>
</mailingLists> </mailingLists>
@ -457,7 +457,7 @@
</dependencies> </dependencies>
<build> <build>
<nagEmailAddress>commons-dev@jakarta.apache.org</nagEmailAddress> <nagEmailAddress>dev@commons.apache.org</nagEmailAddress>
<sourceDirectory>src/java</sourceDirectory> <sourceDirectory>src/java</sourceDirectory>
<unitTestSourceDirectory>src/test</unitTestSourceDirectory> <unitTestSourceDirectory>src/test</unitTestSourceDirectory>
<integrationUnitTestSourceDirectory/> <integrationUnitTestSourceDirectory/>