aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHenri Yandell <bayard@apache.org>2007-07-29 20:14:22 +0000
committerHenri Yandell <bayard@apache.org>2007-07-29 20:14:22 +0000
commit742c51feeaf75542ab9db6782ad3d2ad506fb871 (patch)
tree3984051ccccd8e6593fc31313fbbb0389ce11a18
parentbebeffd9d2fa9b8d6c323924e3c258c7c7800e9a (diff)
downloadapache-commons-io-742c51feeaf75542ab9db6782ad3d2ad506fb871.tar.gz
Fixing the mailing list addresses
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/io/trunk@560804 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r--PROPOSAL.html2
-rw-r--r--src/test/org/apache/commons/io/FileDeleteStrategyTestCase.java2
-rw-r--r--xdocs/bestpractices.xml2
-rw-r--r--xdocs/building.xml2
-rw-r--r--xdocs/cvs-usage.xml2
-rwxr-xr-xxdocs/description.xml2
-rwxr-xr-xxdocs/index.xml2
-rw-r--r--xdocs/issue-tracking.xml2
-rw-r--r--xdocs/proposal.xml4
-rw-r--r--xdocs/tasks.xml2
-rw-r--r--xdocs/upgradeto1_1.xml2
-rw-r--r--xdocs/upgradeto1_2.xml2
-rw-r--r--xdocs/upgradeto1_3.xml2
-rw-r--r--xdocs/upgradeto1_3_1.xml2
-rw-r--r--xdocs/upgradeto1_3_2.xml2
-rw-r--r--xdocs/upgradeto1_4.xml2
16 files changed, 17 insertions, 17 deletions
diff --git a/PROPOSAL.html b/PROPOSAL.html
index df16576d..a96b3e68 100644
--- a/PROPOSAL.html
+++ b/PROPOSAL.html
@@ -59,7 +59,7 @@ open source world.</p>
<ul>
<li>CVS Repository - New directory <code>io</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>
+ <li>Mailing List - Discussions will take place on the general <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 [IO].</li>
diff --git a/src/test/org/apache/commons/io/FileDeleteStrategyTestCase.java b/src/test/org/apache/commons/io/FileDeleteStrategyTestCase.java
index 3cf76d33..4eaac087 100644
--- a/src/test/org/apache/commons/io/FileDeleteStrategyTestCase.java
+++ b/src/test/org/apache/commons/io/FileDeleteStrategyTestCase.java
@@ -27,7 +27,7 @@ import org.apache.commons.io.testtools.FileBasedTestCase;
/**
* Test for FileDeleteStrategy.
*
- * @version $Id: DirectoryWalkerTestCase.java 438218 2006-08-29 21:15:11 +0000 (Tue, 29 Aug 2006) scolebourne $
+ * @version $Id$
* @see FileDeleteStrategy
*/
public class FileDeleteStrategyTestCase extends FileBasedTestCase {
diff --git a/xdocs/bestpractices.xml b/xdocs/bestpractices.xml
index 708ac413..24e2b7f9 100644
--- a/xdocs/bestpractices.xml
+++ b/xdocs/bestpractices.xml
@@ -18,7 +18,7 @@ limitations under the License.
<document>
<properties>
<title>Best practices</title>
- <author email="commons-dev@jakarta.apache.org">Commons Documentation Team</author>
+ <author email="dev@commons.apache.org">Commons Documentation Team</author>
</properties>
<body>
diff --git a/xdocs/building.xml b/xdocs/building.xml
index b13044e1..b8ad5bfb 100644
--- a/xdocs/building.xml
+++ b/xdocs/building.xml
@@ -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>
<!-- ================================================== -->
diff --git a/xdocs/cvs-usage.xml b/xdocs/cvs-usage.xml
index 04cdfda0..c4c5047d 100644
--- a/xdocs/cvs-usage.xml
+++ b/xdocs/cvs-usage.xml
@@ -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>
<!-- ================================================== -->
diff --git a/xdocs/description.xml b/xdocs/description.xml
index e7d29822..64bd22ab 100755
--- a/xdocs/description.xml
+++ b/xdocs/description.xml
@@ -18,7 +18,7 @@ limitations under the License.
<document>
<properties>
<title>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>
diff --git a/xdocs/index.xml b/xdocs/index.xml
index add0f6f8..442e81d7 100755
--- a/xdocs/index.xml
+++ b/xdocs/index.xml
@@ -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>
<!-- ================================================== -->
diff --git a/xdocs/issue-tracking.xml b/xdocs/issue-tracking.xml
index aa772d3c..83c6d411 100644
--- a/xdocs/issue-tracking.xml
+++ b/xdocs/issue-tracking.xml
@@ -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>
<!-- ================================================== -->
diff --git a/xdocs/proposal.xml b/xdocs/proposal.xml
index f080df8e..ac20c4d2 100644
--- a/xdocs/proposal.xml
+++ b/xdocs/proposal.xml
@@ -19,7 +19,7 @@ limitations under the License.
<document>
<properties>
<title>Proposal</title>
- <author email="commons-dev@jakarta.apache.org">Commons Documentation Team</author>
+ <author email="dev@commons.apache.org">Commons Documentation Team</author>
</properties>
<body>
@@ -66,7 +66,7 @@ open source world.</p>
<ul>
<li>CVS Repository - New directory <code>io</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>
+ <li>Mailing List - Discussions will take place on the general <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 [IO].</li>
diff --git a/xdocs/tasks.xml b/xdocs/tasks.xml
index 8c2c96c1..7eac6488 100644
--- a/xdocs/tasks.xml
+++ b/xdocs/tasks.xml
@@ -18,7 +18,7 @@ limitations under the License.
<document>
<properties>
<title>Tasks</title>
- <author email="commons-dev@jakarta.apache.org">Commons Documentation Team</author>
+ <author email="dev@commons.apache.org">Commons Documentation Team</author>
</properties>
<body>
<section name="Tasks and Ideas for the future">
diff --git a/xdocs/upgradeto1_1.xml b/xdocs/upgradeto1_1.xml
index ba0fb7ea..4266042d 100644
--- a/xdocs/upgradeto1_1.xml
+++ b/xdocs/upgradeto1_1.xml
@@ -18,7 +18,7 @@ limitations under the License.
<document>
<properties>
<title>Upgrade from 1.0 to 1.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>
diff --git a/xdocs/upgradeto1_2.xml b/xdocs/upgradeto1_2.xml
index c72563c8..67b45d3a 100644
--- a/xdocs/upgradeto1_2.xml
+++ b/xdocs/upgradeto1_2.xml
@@ -18,7 +18,7 @@ limitations under the License.
<document>
<properties>
<title>Upgrade from 1.1 to 1.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>
diff --git a/xdocs/upgradeto1_3.xml b/xdocs/upgradeto1_3.xml
index e6074f0b..a243a3e1 100644
--- a/xdocs/upgradeto1_3.xml
+++ b/xdocs/upgradeto1_3.xml
@@ -18,7 +18,7 @@ limitations under the License.
<document>
<properties>
<title>Upgrade from 1.2 to 1.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>
diff --git a/xdocs/upgradeto1_3_1.xml b/xdocs/upgradeto1_3_1.xml
index 6105ec4e..baec5c11 100644
--- a/xdocs/upgradeto1_3_1.xml
+++ b/xdocs/upgradeto1_3_1.xml
@@ -18,7 +18,7 @@ limitations under the License.
<document>
<properties>
<title>Upgrade from 1.3 to 1.3.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>
diff --git a/xdocs/upgradeto1_3_2.xml b/xdocs/upgradeto1_3_2.xml
index e20a9d65..0bcb87a7 100644
--- a/xdocs/upgradeto1_3_2.xml
+++ b/xdocs/upgradeto1_3_2.xml
@@ -18,7 +18,7 @@ limitations under the License.
<document>
<properties>
<title>Upgrade from 1.3, or 1.3.1, to 1.3.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>
diff --git a/xdocs/upgradeto1_4.xml b/xdocs/upgradeto1_4.xml
index f20e2b4c..6f27b7d7 100644
--- a/xdocs/upgradeto1_4.xml
+++ b/xdocs/upgradeto1_4.xml
@@ -18,7 +18,7 @@ limitations under the License.
<document>
<properties>
<title>Upgrade from 1.3 to 1.4</title>
- <author email="commons-dev@jakarta.apache.org">Commons Documentation Team</author>
+ <author email="dev@commons.apache.org">Commons Documentation Team</author>
</properties>
<body>