TLP related blanket changes:

s:jakarta.apache.org/commons:commons.apache.org:
s/commons-user@jakarta.apache.org/user@commons.apache.org/
s/commons-dev@jakarta.apache.org/dev@commons.apache.org/
s/Jakarta Commons/Apache Commons/
s:svn.apache.org/viewcvs/jakarta/commons:svn.apache.org/viewvc/commons:
s:svn.apache.org/viewcvs.cgi/jakarta/commons:svn.apache.org/viewvc/commons:
s:svn.apache.org/viewvc/jakarta/commons:svn.apache.org/viewvc/commons:
s:svn.apache.org/repos/asf/jakarta/commons:svn.apache.org/repos/asf/commons:

I'd appreciate another pair of eyes on this. There are some categories we probably don't want to change ATM (hopefully, none of these snuck in):
 * Historicals (proposals etc.)
 * URLs that shouldn't change (DOCTYPE fragments etc.)
 * Test cases where namespace URLs matter etc. (I'll track any related nightly failures)


git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@561230 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Rahul Akolkar 2007-07-31 04:17:09 +00:00
parent 6bee60e63a
commit 9e66e1f2c9
7 changed files with 19 additions and 19 deletions

View File

@ -39,11 +39,11 @@ maven.junit.fork=true
maven.xdoc.date=left maven.xdoc.date=left
maven.xdoc.version=${pom.currentVersion} maven.xdoc.version=${pom.currentVersion}
maven.xdoc.developmentProcessUrl=http://jakarta.apache.org/commons/charter.html maven.xdoc.developmentProcessUrl=http://commons.apache.org/charter.html
maven.javadoc.links = http://java.sun.com/j2se/1.4.2/docs/api/,\ maven.javadoc.links = http://java.sun.com/j2se/1.4.2/docs/api/,\
http://jakarta.apache.org/commons/collections/api/,\ http://commons.apache.org/collections/api/,\
http://jakarta.apache.org/commons/discovery/apidocs/ http://commons.apache.org/discovery/apidocs/
maven.changes.issue.template=http://issues.apache.org/jira/browse/%ISSUE% maven.changes.issue.template=http://issues.apache.org/jira/browse/%ISSUE%

View File

@ -37,7 +37,7 @@ import org.apache.commons.discovery.tools.DiscoverClass;
* BrentSolver solver = factory.newBrentSolver(f); * BrentSolver solver = factory.newBrentSolver(f);
* </pre> * </pre>
* *
* <a href="http://jakarta.apache.org/commons/discovery/">Jakarta Commons Discovery</a> * <a href="http://commons.apache.org/discovery/">Apache Commons Discovery</a>
* is used to determine the concrete factory returned by * is used to determine the concrete factory returned by
* <code>UnivariateRealSolverFactory.newInstance().</code> The default is * <code>UnivariateRealSolverFactory.newInstance().</code> The default is
* {@link UnivariateRealSolverFactoryImpl}. * {@link UnivariateRealSolverFactoryImpl}.

View File

@ -54,7 +54,7 @@ import org.apache.commons.discovery.tools.DiscoverClass;
* scalRelativeTolerance); * scalRelativeTolerance);
* </pre> * </pre>
* *
* <a href="http://jakarta.apache.org/commons/discovery/">Jakarta Commons Discovery</a> * <a href="http://commons.apache.org/discovery/">Apache Commons Discovery</a>
* is used to determine the concrete factory returned by * is used to determine the concrete factory returned by
* <code>FirstOrderIntegratorFactory.newInstance().</code> The default is * <code>FirstOrderIntegratorFactory.newInstance().</code> The default is
* {@link FirstOrderIntegratorFactoryImpl} * {@link FirstOrderIntegratorFactoryImpl}

View File

@ -28,12 +28,12 @@
<item name="Proposal" href="/proposal.html"/> <item name="Proposal" href="/proposal.html"/>
<item name="Developers Guide" href="/developers.html"/> <item name="Developers Guide" href="/developers.html"/>
<item name="Javadoc (1.0 release)" <item name="Javadoc (1.0 release)"
href="http://jakarta.apache.org/commons/math/api-1.0/index.html"/> href="http://commons.apache.org/math/api-1.0/index.html"/>
<item name="Javadoc (1.1 release)" <item name="Javadoc (1.1 release)"
href="http://jakarta.apache.org/commons/math/api-1.1/index.html"/> href="http://commons.apache.org/math/api-1.1/index.html"/>
<item name="Javadoc (1.2-SNAPSHOT)" href="apidocs/index.html"/> <item name="Javadoc (1.2-SNAPSHOT)" href="apidocs/index.html"/>
<item name="Source Repository (current)" <item name="Source Repository (current)"
href="http://svn.apache.org/viewcvs.cgi/jakarta/commons/proper/math/trunk"/> href="http://svn.apache.org/viewvc/commons/proper/math/trunk"/>
<item name="Issue Tracking" href="/issue-tracking.html"/> <item name="Issue Tracking" href="/issue-tracking.html"/>
<item name="Wiki" <item name="Wiki"
href="http://wiki.apache.org/jakarta-commons/Math"/> href="http://wiki.apache.org/jakarta-commons/Math"/>

View File

@ -237,7 +237,7 @@ Commons Math Release Notes</title>
</action> </action>
</release> </release>
<release version="1.0" date="2004-12-06" <release version="1.0" date="2004-12-06"
description="Jakarta Commons Math 1.0 - General Availability Release"> description="Apache Commons Math 1.0 - General Availability Release">
<action dev="psteitz" type="fix" due-to="Hans van der Heijden" <action dev="psteitz" type="fix" due-to="Hans van der Heijden"
issue="MATH-24"> issue="MATH-24">
Fixed error in ChiSquareTestImpl. Tables containing zeros were Fixed error in ChiSquareTestImpl. Tables containing zeros were
@ -250,7 +250,7 @@ Commons Math Release Notes</title>
</action> </action>
</release> </release>
<release version="1.0-RC2" date="2004-11-07" <release version="1.0-RC2" date="2004-11-07"
description="Jakarta Commons Math 1.0 - Release Candidate 2"> description="Apache Commons Math 1.0 - Release Candidate 2">
<action dev="psteitz" type="fix"> <action dev="psteitz" type="fix">
Fixed cumulative frequency and cumulative percentage problem reported Fixed cumulative frequency and cumulative percentage problem reported
to the commons-dev list by Jon Langlois on 9/14. Integer arguments to to the commons-dev list by Jon Langlois on 9/14. Integer arguments to
@ -317,7 +317,7 @@ Commons Math Release Notes</title>
</release> </release>
<release version="1.0-RC1" date="2004-09-07" <release version="1.0-RC1" date="2004-09-07"
description="Jakarta Commons Math 1.0 - Release Candidate 1 description="Apache Commons Math 1.0 - Release Candidate 1
This is the first release of Commons Math. Commons Math is a library This is the first release of Commons Math. Commons Math is a library
of lightweight, self-contained mathematics and statistics components. of lightweight, self-contained mathematics and statistics components.
The release candidate is being made available so that users can test The release candidate is being made available so that users can test

View File

@ -57,11 +57,11 @@
svn page </a>) to check out the commons math code base from Subversion. svn page </a>) to check out the commons math code base from Subversion.
The svn url for the current development sources of commons-math The svn url for the current development sources of commons-math
is is
<source>https://svn.apache.org/repos/asf/jakarta/commons/proper/math/trunk</source> <source>https://svn.apache.org/repos/asf/commons/proper/math/trunk</source>
</li> </li>
<li>Like most commons components, commons-math uses maven as our build <li>Like most commons components, commons-math uses maven as our build
tool. Follow the tool. Follow the
<a href="http://jakarta.apache.org/commons/building.html">building <a href="http://commons.apache.org/building.html">building
components</a> instructions to get set up with maven so that you components</a> instructions to get set up with maven so that you
can build commons-math from source. can build commons-math from source.
</li> </li>

View File

@ -16,7 +16,7 @@
See the License for the specific language governing permissions and See the License for the specific language governing permissions and
limitations under the License. limitations under the License.
--> -->
<!DOCTYPE org.apache.commons.menus SYSTEM 'http://jakarta.apache.org/commons/build/maven-build.dtd'> <!DOCTYPE org.apache.commons.menus SYSTEM 'http://commons.apache.org/build/maven-build.dtd'>
<project name="Math"> <project name="Math">
@ -29,19 +29,19 @@
<links> <links>
<item name="Jakarta" <item name="Jakarta"
href="http://jakarta.apache.org"/> href="http://jakarta.apache.org"/>
<item name="Jakarta Commons" <item name="Apache Commons"
href="http://jakarta.apache.org/commons/"/> href="http://commons.apache.org/"/>
</links> </links>
<menu name="Math"> <menu name="Math">
<item name="Overview" href="/index.html"/> <item name="Overview" href="/index.html"/>
<item name="Proposal" href="/proposal.html"/> <item name="Proposal" href="/proposal.html"/>
<item name="Developers Guide" href="/developers.html"/> <item name="Developers Guide" href="/developers.html"/>
<item name="Javadoc (1.0 release)" href="http://jakarta.apache.org/commons/math/api-1.0/index.html"/> <item name="Javadoc (1.0 release)" href="http://commons.apache.org/math/api-1.0/index.html"/>
<item name="Javadoc (1.1 release)" href="http://jakarta.apache.org/commons/math/api-1.1/index.html"/> <item name="Javadoc (1.1 release)" href="http://commons.apache.org/math/api-1.1/index.html"/>
<item name="Javadoc (1.2-SNAPSHOT)" href="apidocs/index.html"/> <item name="Javadoc (1.2-SNAPSHOT)" href="apidocs/index.html"/>
<item name="Source Repository (current)" <item name="Source Repository (current)"
href="http://svn.apache.org/viewcvs.cgi/jakarta/commons/proper/math/trunk"/> href="http://svn.apache.org/viewvc/commons/proper/math/trunk"/>
<item name="Wiki" <item name="Wiki"
href="http://wiki.apache.org/jakarta-commons/Math"/> href="http://wiki.apache.org/jakarta-commons/Math"/>
</menu> </menu>