Moving back :)

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

View File

@ -1,15 +1,15 @@
<?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/math/"> <Project rdf:about="http://commons.apache.org/math/">
<name>Apache Jakarta Commons Math</name> <name>Apache Apache Commons Math</name>
<homepage rdf:resource="http://jakarta.apache.org/commons/math/"/> <homepage rdf:resource="http://commons.apache.org/math/"/>
<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/MATH"/> <bug-database rdf:resource="http://issues.apache.org/jira/browse/MATH"/>
<download-page rdf:resource="http://jakarta.apache.org/site/downloads/downloads_commons-math.cgi"/> <download-page rdf:resource="http://jakarta.apache.org/site/downloads/downloads_commons-math.cgi"/>
<asfext:pmc rdf:resource="http://jakarta.apache.org/"/> <asfext:pmc rdf:resource="http://commons.apache.org/"/>
<shortdesc xml:lang="en">Jakarta Commons Math</shortdesc> <shortdesc xml:lang="en">Apache Commons Math</shortdesc>
<description xml:lang="en">The Math project is a library of lightweight, self-contained mathematics and statistics components addressing the most common practical problems not immediately available in the Java programming language or commons-lang.</description> <description xml:lang="en">The Math project is a library of lightweight, self-contained mathematics and statistics components addressing the most common practical problems not immediately available in the Java programming language or commons-lang.</description>
<repository> <repository>
<SVNRepository> <SVNRepository>
@ -24,6 +24,6 @@
<version>1.1</version> <version>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

@ -33,7 +33,7 @@
<inceptionYear>2003</inceptionYear> <inceptionYear>2003</inceptionYear>
<description>The Math project is a library of lightweight, self-contained mathematics and statistics components addressing the most common practical problems not immediately available in the Java programming language or commons-lang.</description> <description>The Math project is a library of lightweight, self-contained mathematics and statistics components addressing the most common practical problems not immediately available in the Java programming language or commons-lang.</description>
<url>http://jakarta.apache.org/commons/math/</url> <url>http://commons.apache.org/math/</url>
<issueManagement> <issueManagement>
<system>jira</system> <system>jira</system>
@ -41,16 +41,16 @@
</issueManagement> </issueManagement>
<scm> <scm>
<connection>scm:svn:https://svn.apache.org/repos/asf/jakarta/commons/proper/math/trunk</connection> <connection>scm:svn:https://svn.apache.org/repos/asf/commons/proper/math/trunk</connection>
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/jakarta/commons/proper/math/trunk</developerConnection> <developerConnection>scm:svn:https://svn.apache.org/repos/asf/commons/proper/math/trunk</developerConnection>
<url>http://svn.apache.org/viewvc/jakarta/commons/proper/math/trunk</url> <url>http://svn.apache.org/viewvc/commons/proper/math/trunk</url>
</scm> </scm>
<distributionManagement> <distributionManagement>
<site> <site>
<id>people.apache.org</id> <id>people.apache.org</id>
<name>Commons Math</name> <name>Commons Math</name>
<url>scp://people.apache.org/www/jakarta.apache.org/commons/math</url> <url>scp://people.apache.org/www/commons.apache.org/math</url>
</site> </site>
</distributionManagement> </distributionManagement>

View File

@ -1,4 +1,4 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<!-- <!--
Licensed to the Apache Software Foundation (ASF) under one or more Licensed to the Apache Software Foundation (ASF) under one or more
@ -25,15 +25,15 @@
<artifactId>commons-math</artifactId> <artifactId>commons-math</artifactId>
<currentVersion>1.2-SNAPSHOT</currentVersion> <currentVersion>1.2-SNAPSHOT</currentVersion>
<inceptionYear>2003</inceptionYear> <inceptionYear>2003</inceptionYear>
<shortDescription>Jakarta Commons Math</shortDescription> <shortDescription>Commons Math</shortDescription>
<description>The Math project is a library of lightweight, self-contained mathematics and statistics components addressing the most common practical problems not immediately available in the Java programming language or commons-lang.</description> <description>The Math project is a library of lightweight, self-contained mathematics and statistics components addressing the most common practical problems not immediately available in the Java programming language or commons-lang.</description>
<logo>/images/math.gif</logo> <logo>/images/math.gif</logo>
<url>http://jakarta.apache.org/commons/${pom.artifactId.substring(8)}/</url> <url>http://commons.apache.org/${pom.artifactId.substring(8)}/</url>
<package>org.apache.commons.${pom.artifactId.substring(8)}</package> <package>org.apache.commons.${pom.artifactId.substring(8)}</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>
<license> <license>
@ -42,27 +42,27 @@
<distribution>repo</distribution> <distribution>repo</distribution>
</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/${pom.artifactId.substring(8)}/</siteDirectory> <siteDirectory>/www/commons.apache.org/${pom.artifactId.substring(8)}/</siteDirectory>
<distributionDirectory>/www/jakarta.apache.org/builds/jakarta-commons/${pom.artifactId.substring(8)}/</distributionDirectory> <distributionDirectory>/www/people.apache.org/builds/commons/${pom.artifactId.substring(8)}/</distributionDirectory>
<repository> <repository>
<connection>scm:svn:http://svn.apache.org/repos/asf/jakarta/commons/proper/${pom.artifactId.substring(8)}/trunk</connection> <connection>scm:svn:http://svn.apache.org/repos/asf/commons/proper/${pom.artifactId.substring(8)}/trunk</connection>
<url>http://svn.apache.org/viewvc/jakarta/commons/proper/math/trunk/</url> <url>http://svn.apache.org/viewvc/commons/proper/math/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/mod_mbox/jakarta-commons-dev/</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/mod_mbox/jakarta-commons-user/</archive> <archive>http://mail-archives.apache.org/mod_mbox/commons-user/</archive>
</mailingList> </mailingList>
</mailingLists> </mailingLists>
<versions> <versions>
@ -195,7 +195,7 @@
<name>Kim van der Linde</name> <name>Kim van der Linde</name>
</contributor> </contributor>
<contributor> <contributor>
<name>Jörg Weimar</name> <name>Jörg Weimar</name>
</contributor> </contributor>
<contributor> <contributor>
<name>Xiaogang Zhang</name> <name>Xiaogang Zhang</name>
@ -206,7 +206,7 @@
<groupId>commons-logging</groupId> <groupId>commons-logging</groupId>
<artifactId>commons-logging</artifactId> <artifactId>commons-logging</artifactId>
<version>1.0.4</version> <version>1.0.4</version>
<url>http://jakarta.apache.org/commons/logging</url> <url>http://commons.apache.org/logging</url>
<properties> <properties>
<comment> <comment>
Only required when commons-discovery is used for class factory Only required when commons-discovery is used for class factory
@ -219,7 +219,7 @@
<groupId>commons-discovery</groupId> <groupId>commons-discovery</groupId>
<artifactId>commons-discovery</artifactId> <artifactId>commons-discovery</artifactId>
<version>0.2</version> <version>0.2</version>
<url>http://jakarta.apache.org/commons/discovery</url> <url>http://commons.apache.org/discovery</url>
<properties> <properties>
<comment> <comment>
Only required when commons-discovery is used for class Only required when commons-discovery is used for class
@ -256,7 +256,7 @@
</dependency> </dependency>
</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>
<unitTest> <unitTest>