Fixing email addresses
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@560800 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
5597cc3196
commit
7bc5735273
|
@ -65,7 +65,7 @@ several existing components in the open source world.</p>
|
|||
<li>CVS Repository - New directory <code>lang</code> in the
|
||||
<code>jakarta-commons</code> CVS repository.</li>
|
||||
<li>Mailing List - Discussions will take place on the general
|
||||
<em>commons-dev@jakarta.apache.org</em> mailing list. To help
|
||||
<em>dev@commons.apache.org</em> mailing list. To help
|
||||
list subscribers identify messages of interest, it is suggested that
|
||||
the message subject of messages about this component be prefixed with
|
||||
[lang].</li>
|
||||
|
|
|
@ -890,7 +890,7 @@ public class SystemUtils {
|
|||
// These MUST be declared after those above as they depend on the
|
||||
// values being set up
|
||||
// OS names from http://www.vamphq.com/os.html
|
||||
// Selected ones included - please advise commons-dev@jakarta.apache.org
|
||||
// Selected ones included - please advise dev@commons.apache.org
|
||||
// if you want another added or a mistake corrected
|
||||
|
||||
/**
|
||||
|
|
|
@ -18,7 +18,7 @@ limitations under the License.
|
|||
<document>
|
||||
<properties>
|
||||
<title>Building</title>
|
||||
<author email="commons-dev@jakarta.apache.org">Commons Documentation Team</author>
|
||||
<author email="dev@commons.apache.org">Commons Documentation Team</author>
|
||||
</properties>
|
||||
<body>
|
||||
<!-- ================================================== -->
|
||||
|
|
|
@ -18,7 +18,7 @@ limitations under the License.
|
|||
<document>
|
||||
<properties>
|
||||
<title>Source repository</title>
|
||||
<author email="commons-dev@jakarta.apache.org">Commons Documentation Team</author>
|
||||
<author email="dev@commons.apache.org">Commons Documentation Team</author>
|
||||
</properties>
|
||||
<body>
|
||||
<!-- ================================================== -->
|
||||
|
|
|
@ -18,7 +18,7 @@ limitations under the License.
|
|||
<document>
|
||||
<properties>
|
||||
<title>Home</title>
|
||||
<author email="commons-dev@jakarta.apache.org">Commons Documentation Team</author>
|
||||
<author email="dev@commons.apache.org">Commons Documentation Team</author>
|
||||
</properties>
|
||||
<body>
|
||||
<!-- ================================================== -->
|
||||
|
|
|
@ -18,7 +18,7 @@ limitations under the License.
|
|||
<document>
|
||||
<properties>
|
||||
<title>Issue tracking</title>
|
||||
<author email="commons-dev@jakarta.apache.org">Commons Documentation Team</author>
|
||||
<author email="dev@commons.apache.org">Commons Documentation Team</author>
|
||||
</properties>
|
||||
<body>
|
||||
<!-- ================================================== -->
|
||||
|
|
|
@ -70,7 +70,7 @@ several existing components in the open source world.</p>
|
|||
<li>CVS Repository - New directory <code>lang</code> in the
|
||||
<code>jakarta-commons</code> CVS repository.</li>
|
||||
<li>Mailing List - Discussions will take place on the general
|
||||
<em>commons-dev@jakarta.apache.org</em> mailing list. To help
|
||||
<em>dev@commons.apache.org</em> mailing list. To help
|
||||
list subscribers identify messages of interest, it is suggested that
|
||||
the message subject of messages about this component be prefixed with
|
||||
[lang].</li>
|
||||
|
|
|
@ -18,7 +18,7 @@ limitations under the License.
|
|||
<document>
|
||||
<properties>
|
||||
<title>Home</title>
|
||||
<author email="commons-dev@jakarta.apache.org">Commons Documentation Team</author>
|
||||
<author email="dev@commons.apache.org">Commons Documentation Team</author>
|
||||
</properties>
|
||||
<body>
|
||||
<!-- ================================================== -->
|
||||
|
|
|
@ -18,7 +18,7 @@ limitations under the License.
|
|||
<document>
|
||||
<properties>
|
||||
<title>Upgrade from 1.0 to 2.0</title>
|
||||
<author email="commons-dev@jakarta.apache.org">Commons Documentation Team</author>
|
||||
<author email="dev@commons.apache.org">Commons Documentation Team</author>
|
||||
</properties>
|
||||
<body>
|
||||
|
||||
|
|
|
@ -18,7 +18,7 @@ limitations under the License.
|
|||
<document>
|
||||
<properties>
|
||||
<title>Upgrade from 2.0 to 2.1</title>
|
||||
<author email="commons-dev@jakarta.apache.org">Commons Documentation Team</author>
|
||||
<author email="dev@commons.apache.org">Commons Documentation Team</author>
|
||||
</properties>
|
||||
<body>
|
||||
|
||||
|
|
|
@ -18,7 +18,7 @@ limitations under the License.
|
|||
<document>
|
||||
<properties>
|
||||
<title>Upgrade from 2.1 to 2.2</title>
|
||||
<author email="commons-dev@jakarta.apache.org">Commons Documentation Team</author>
|
||||
<author email="dev@commons.apache.org">Commons Documentation Team</author>
|
||||
</properties>
|
||||
<body>
|
||||
|
||||
|
|
|
@ -18,7 +18,7 @@ limitations under the License.
|
|||
<document>
|
||||
<properties>
|
||||
<title>Upgrade from 2.2 to 2.3</title>
|
||||
<author email="commons-dev@jakarta.apache.org">Commons Documentation Team</author>
|
||||
<author email="dev@commons.apache.org">Commons Documentation Team</author>
|
||||
</properties>
|
||||
<body>
|
||||
|
||||
|
|
|
@ -20,7 +20,7 @@ limitations under the License.
|
|||
|
||||
<properties>
|
||||
<title>Commons Lang - User guide</title>
|
||||
<author email="commons-dev@jakarta.apache.org">Commons Documentation Team</author>
|
||||
<author email="dev@commons.apache.org">Commons Documentation Team</author>
|
||||
</properties>
|
||||
|
||||
<body>
|
||||
|
|
Loading…
Reference in New Issue