Moving back :)

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

View File

@ -1,14 +1,14 @@
<?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">
<Project rdf:about="http://jakarta.apache.org/commons/lang/">
<name>Apache Jakarta Commons Lang</name>
<homepage rdf:resource="http://jakarta.apache.org/commons/lang/"/>
<Project rdf:about="http://commons.apache.org/lang/">
<name>Apache Apache Commons Lang</name>
<homepage rdf:resource="http://commons.apache.org/lang/"/>
<programming-language>Java</programming-language>
<category rdf:resource="http://projects.apache.org/category/library"/>
<license rdf:resource="http://usefulinc.com/doap/licenses/asl20"/>
<bug-database rdf:resource="http://issues.apache.org/jira/browse/LANG"/>
<download-page rdf:resource="http://jakarta.apache.org/site/downloads/downloads_commons-lang.cgi"/>
<asfext:pmc rdf:resource="http://jakarta.apache.org/"/>
<asfext:pmc rdf:resource="http://commons.apache.org/"/>
<shortdesc xml:lang="en">Java Common Components</shortdesc>
<description xml:lang="en">
Commons.Lang, a package of Java utility classes for the
@ -33,6 +33,6 @@
<version>2.1</version>
</revision>
</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>
</rdf:RDF>

View File

@ -37,7 +37,7 @@
standard as to justify existence in java.lang.
</description>
<url>http://jakarta.apache.org/commons/lang/</url>
<url>http://commons.apache.org/lang/</url>
<issueManagement>
<system>jira</system>
@ -45,9 +45,9 @@
</issueManagement>
<scm>
<connection>scm:svn:https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk</connection>
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk</developerConnection>
<url>http://svn.apache.org/viewvc/jakarta/commons/proper/lang/trunk</url>
<connection>scm:svn:https://svn.apache.org/repos/asf/commons/proper/lang/trunk</connection>
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/commons/proper/lang/trunk</developerConnection>
<url>http://svn.apache.org/viewvc/commons/proper/lang/trunk</url>
</scm>
<developers>

View File

@ -29,12 +29,12 @@ limitations under the License.
standard as to justify existence in java.lang.
</description>
<logo>/images/logo.png</logo>
<url>http://jakarta.apache.org/commons/lang/</url>
<url>http://commons.apache.org/lang/</url>
<package>org.apache.commons.lang</package>
<organization>
<name>The Apache Software Foundation</name>
<url>http://jakarta.apache.org</url>
<logo>http://jakarta.apache.org/images/original-jakarta-logo.gif</logo>
<url>http://commons.apache.org/</url>
<logo>http://commons.apache.org/images/logo.png</logo>
</organization>
<licenses>
<license>
@ -43,27 +43,27 @@ limitations under the License.
<distribution>repo</distribution>
</license>
</licenses>
<gumpRepositoryId>jakarta</gumpRepositoryId>
<gumpRepositoryId>commons</gumpRepositoryId>
<issueTrackingUrl>http://issues.apache.org/jira/</issueTrackingUrl>
<siteAddress>people.apache.org</siteAddress>
<siteDirectory>/www/jakarta.apache.org/commons/lang/</siteDirectory>
<distributionDirectory>/www/jakarta.apache.org/builds/jakarta-commons/lang/</distributionDirectory>
<siteDirectory>/www/commons.apache.org/lang/</siteDirectory>
<distributionDirectory>/www/people.apache.org/builds/commons/lang/</distributionDirectory>
<repository>
<connection>scm:svn:http://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk</connection>
<url>http://svn.apache.org/viewvc/jakarta/commons/proper/lang/trunk</url>
<connection>scm:svn:http://svn.apache.org/repos/asf/commons/proper/lang/trunk</connection>
<url>http://svn.apache.org/viewvc/commons/proper/lang/trunk</url>
</repository>
<mailingLists>
<mailingList>
<name>Commons Dev List</name>
<subscribe>commons-dev-subscribe@jakarta.apache.org</subscribe>
<unsubscribe>commons-dev-unsubscribe@jakarta.apache.org</unsubscribe>
<archive>http://mail-archives.apache.org/eyebrowse/SummarizeList?listName=commons-dev@jakarta.apache.org</archive>
<subscribe>dev-subscribe@commons.apache.org</subscribe>
<unsubscribe>dev-unsubscribe@commons.apache.org</unsubscribe>
<archive>http://mail-archives.apache.org/mod_mbox/commons-dev/</archive>
</mailingList>
<mailingList>
<name>Commons User List</name>
<subscribe>commons-user-subscribe@jakarta.apache.org</subscribe>
<unsubscribe>commons-user-unsubscribe@jakarta.apache.org</unsubscribe>
<archive>http://mail-archives.apache.org/eyebrowse/SummarizeList?listName=commons-user@jakarta.apache.org</archive>
<subscribe>user-subscribe@commons.apache.org</subscribe>
<unsubscribe>user-unsubscribe@commons.apache.org</unsubscribe>
<archive>http://mail-archives.apache.org/mod_mbox/commons-user/</archive>
</mailingList>
</mailingLists>
<developers>
@ -397,7 +397,7 @@ limitations under the License.
</dependency>
</dependencies>
<build>
<nagEmailAddress>commons-dev@jakarta.apache.org</nagEmailAddress>
<nagEmailAddress>dev@commons.apache.org</nagEmailAddress>
<sourceDirectory>src/java</sourceDirectory>
<unitTestSourceDirectory>src/test</unitTestSourceDirectory>
<resources>