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/lang/trunk@561230 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
52c3e17888
commit
79e7dcefdb
|
@ -8,7 +8,7 @@ $Id$
|
|||
INTRODUCTION:
|
||||
|
||||
This document contains the release notes for the 2.3 version of Apache
|
||||
Jakarta Commons Lang.
|
||||
Apache Commons Lang.
|
||||
Commons Lang is a set of utility functions and reusable components that
|
||||
should be of use in any Java environment.
|
||||
|
||||
|
|
|
@ -16,13 +16,13 @@ limitations under the License.
|
|||
-->
|
||||
<html>
|
||||
<head>
|
||||
<title>Status File for Jakarta Commons "Lang" Component</title>
|
||||
<title>Status File for Apache Commons "Lang" Component</title>
|
||||
</head>
|
||||
<body bgcolor="white">
|
||||
|
||||
|
||||
<div align="center">
|
||||
<h1>The Jakarta Commons <em>Lang</em> Component</h1>
|
||||
<h1>The Apache Commons <em>Lang</em> Component</h1>
|
||||
$Id$<br />
|
||||
<a href="#Introduction">[Introduction]</a>
|
||||
<a href="#Dependencies">[Dependencies]</a>
|
||||
|
|
|
@ -19,7 +19,7 @@
|
|||
*/
|
||||
-->
|
||||
<!--
|
||||
"Lang" component of the Jakarta Commons Subproject
|
||||
"Lang" component of the Apache Commons Subproject
|
||||
$Id$
|
||||
-->
|
||||
<project name="Lang" default="compile" basedir=".">
|
||||
|
|
|
@ -26,7 +26,7 @@ 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.xdoc.poweredby.image=maven-feather.png
|
||||
|
||||
# Jar Manifest Additional Attributes
|
||||
|
|
|
@ -25,8 +25,8 @@ package org.apache.commons.lang;
|
|||
* <p>A hash map that uses primitive ints for the key rather than objects.</p>
|
||||
*
|
||||
* <p>Note that this class is for internal optimization purposes only, and may
|
||||
* not be supported in future releases of Jakarta Commons Lang. Utilities of
|
||||
* this sort may be included in future releases of Jakarta Commons Collections.</p>
|
||||
* not be supported in future releases of Apache Commons Lang. Utilities of
|
||||
* this sort may be included in future releases of Apache Commons Collections.</p>
|
||||
*
|
||||
* @author Justin Couch
|
||||
* @author Alex Chaffee (alex@apache.org)
|
||||
|
|
|
@ -17,7 +17,7 @@ limitations under the License.
|
|||
<html>
|
||||
<body>
|
||||
<p>
|
||||
This document is the API specification for the Apache Jakarta Commons Lang Library, version 2.3.
|
||||
This document is the API specification for the Apache Apache Commons Lang Library, version 2.3.
|
||||
</p>
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
@ -88,7 +88,7 @@ Please read the instructions carefully to submit a useful bug report or enhancem
|
|||
<ul>
|
||||
<li>
|
||||
Oct 17, 2002 - <a href="http://www.builder.com/">Builder.com</a> has an article on Commons Lang v1.0 entitled
|
||||
<a href="http://builder.com.com/article.jhtml?id=u00320021017yan01.htm&page=1&vf=tt">Jakarta Commons Lang project offers centralized utility functions</a>
|
||||
<a href="http://builder.com.com/article.jhtml?id=u00320021017yan01.htm&page=1&vf=tt">Apache Commons Lang project offers centralized utility functions</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="http://ant.apache.org">Ant</a>,
|
||||
|
|
Loading…
Reference in New Issue