Author: luc
Date: Wed Aug 15 09:43:31 2007
New Revision: 566257
URL: http://svn.apache.org/viewvc?view=rev&rev=566257
Log:
replaced some references to Jakarta after commons switched as TLP
Modified:
commons/proper/math/trunk/doap_math.rdf
commons/proper/math/trunk/src/test/R/README.txt
commons/proper/math/trunk/xdocs/userguide/overview.xml
Modified: commons/proper/math/trunk/doap_math.rdf
URL:
http://svn.apache.org/viewvc/commons/proper/math/trunk/doap_math.rdf?view=diff&rev=566257&r1=566256&r2=566257
==============================================================================
--- commons/proper/math/trunk/doap_math.rdf (original)
+++ commons/proper/math/trunk/doap_math.rdf Wed Aug 15 09:43:31 2007
@@ -7,7 +7,7 @@
<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/MATH"/>
- <download-page
rdf:resource="http://jakarta.apache.org/site/downloads/downloads_commons-math.cgi"/>
+ <download-page
rdf:resource="http://commons.apache.org/downloads/download_math.cgi"/>
<asfext:pmc rdf:resource="http://commons.apache.org/"/>
<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>
Modified: commons/proper/math/trunk/src/test/R/README.txt
URL:
http://svn.apache.org/viewvc/commons/proper/math/trunk/src/test/R/README.txt?view=diff&rev=566257&r1=566256&r2=566257
==============================================================================
--- commons/proper/math/trunk/src/test/R/README.txt (original)
+++ commons/proper/math/trunk/src/test/R/README.txt Wed Aug 15 09:43:31 2007
@@ -18,7 +18,7 @@
INTRODUCTION
The purpose of the R programs included in this directory is to validate
-the target values used in jakarta commons math unit tests. Success running the
+the target values used in Apache commons math unit tests. Success running the
R and commons-math tests on a platform (OS and R version) means that R and
commons-math give results for the test cases that are close in value. The
tests include configurable tolerance levels; but care must be taken in
changing
Modified: commons/proper/math/trunk/xdocs/userguide/overview.xml
URL:
http://svn.apache.org/viewvc/commons/proper/math/trunk/xdocs/userguide/overview.xml?view=diff&rev=566257&r1=566256&r2=566257
==============================================================================
--- commons/proper/math/trunk/xdocs/userguide/overview.xml (original)
+++ commons/proper/math/trunk/xdocs/userguide/overview.xml Wed Aug 15 09:43:31
2007
@@ -64,7 +64,7 @@
self-contained math/stat components useful for solving common programming
problems.
Suggestions for new components or enhancements to existing functionality
are always welcome!
All feedback/suggestions for improvement should be sent to the
- <a href="http://jakarta.apache.org/site/mail.html">commons-dev mailing
list</a> with
+ <a href="http://commons.apache.org/mail-lists.html">commons-dev mailing
list</a> with
[math] at the beginning of the subject line.
</p>
</subsection>