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:
parent
6bee60e63a
commit
9e66e1f2c9
|
@ -39,11 +39,11 @@ maven.junit.fork=true
|
|||
|
||||
maven.xdoc.date=left
|
||||
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/,\
|
||||
http://jakarta.apache.org/commons/collections/api/,\
|
||||
http://jakarta.apache.org/commons/discovery/apidocs/
|
||||
http://commons.apache.org/collections/api/,\
|
||||
http://commons.apache.org/discovery/apidocs/
|
||||
|
||||
maven.changes.issue.template=http://issues.apache.org/jira/browse/%ISSUE%
|
||||
|
||||
|
|
|
@ -37,7 +37,7 @@ import org.apache.commons.discovery.tools.DiscoverClass;
|
|||
* BrentSolver solver = factory.newBrentSolver(f);
|
||||
* </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
|
||||
* <code>UnivariateRealSolverFactory.newInstance().</code> The default is
|
||||
* {@link UnivariateRealSolverFactoryImpl}.
|
||||
|
|
|
@ -54,7 +54,7 @@ import org.apache.commons.discovery.tools.DiscoverClass;
|
|||
* scalRelativeTolerance);
|
||||
* </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
|
||||
* <code>FirstOrderIntegratorFactory.newInstance().</code> The default is
|
||||
* {@link FirstOrderIntegratorFactoryImpl}
|
||||
|
|
|
@ -28,12 +28,12 @@
|
|||
<item name="Proposal" href="/proposal.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"/>
|
||||
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"/>
|
||||
href="http://commons.apache.org/math/api-1.1/index.html"/>
|
||||
<item name="Javadoc (1.2-SNAPSHOT)" href="apidocs/index.html"/>
|
||||
<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="Wiki"
|
||||
href="http://wiki.apache.org/jakarta-commons/Math"/>
|
||||
|
|
|
@ -237,7 +237,7 @@ Commons Math Release Notes</title>
|
|||
</action>
|
||||
</release>
|
||||
<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"
|
||||
issue="MATH-24">
|
||||
Fixed error in ChiSquareTestImpl. Tables containing zeros were
|
||||
|
@ -250,7 +250,7 @@ Commons Math Release Notes</title>
|
|||
</action>
|
||||
</release>
|
||||
<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">
|
||||
Fixed cumulative frequency and cumulative percentage problem reported
|
||||
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 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
|
||||
of lightweight, self-contained mathematics and statistics components.
|
||||
The release candidate is being made available so that users can test
|
||||
|
|
|
@ -57,11 +57,11 @@
|
|||
svn page </a>) to check out the commons math code base from Subversion.
|
||||
The svn url for the current development sources of commons-math
|
||||
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>Like most commons components, commons-math uses maven as our build
|
||||
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
|
||||
can build commons-math from source.
|
||||
</li>
|
||||
|
|
|
@ -16,7 +16,7 @@
|
|||
See the License for the specific language governing permissions and
|
||||
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">
|
||||
|
||||
|
@ -29,19 +29,19 @@
|
|||
<links>
|
||||
<item name="Jakarta"
|
||||
href="http://jakarta.apache.org"/>
|
||||
<item name="Jakarta Commons"
|
||||
href="http://jakarta.apache.org/commons/"/>
|
||||
<item name="Apache Commons"
|
||||
href="http://commons.apache.org/"/>
|
||||
</links>
|
||||
|
||||
<menu name="Math">
|
||||
<item name="Overview" href="/index.html"/>
|
||||
<item name="Proposal" href="/proposal.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.1 release)" href="http://jakarta.apache.org/commons/math/api-1.1/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://commons.apache.org/math/api-1.1/index.html"/>
|
||||
<item name="Javadoc (1.2-SNAPSHOT)" href="apidocs/index.html"/>
|
||||
<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"
|
||||
href="http://wiki.apache.org/jakarta-commons/Math"/>
|
||||
</menu>
|
||||
|
|
Loading…
Reference in New Issue