You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hc.apache.org by ro...@apache.org on 2008/01/10 19:58:08 UTC

svn commit: r610873 - /httpcomponents/project/pom.xml

Author: rolandw
Date: Thu Jan 10 10:58:07 2008
New Revision: 610873

URL: http://svn.apache.org/viewvc?rev=610873&view=rev
Log:
adding archives for old mailing lists

Modified:
    httpcomponents/project/pom.xml

Modified: httpcomponents/project/pom.xml
URL: http://svn.apache.org/viewvc/httpcomponents/project/pom.xml?rev=610873&r1=610872&r2=610873&view=diff
==============================================================================
--- httpcomponents/project/pom.xml (original)
+++ httpcomponents/project/pom.xml Thu Jan 10 10:58:07 2008
@@ -192,6 +192,31 @@
         <otherArchive>http://hc.apache.org/mail/commits/</otherArchive>
       </otherArchives>
     </mailingList>
+
+    <!-- Archives on mail-archives.apache.org do not contain the messages
+         before the lists were renamed. So we link the old archives here.
+      -->
+    <mailingList>
+      <name>old user list</name>
+      <subscribe></subscribe>
+      <unsubscribe></unsubscribe>
+      <archive>http://mail-archives.apache.org/mod_mbox/jakarta-httpclient-user/</archive>
+      <otherArchives>
+        <otherArchive>http://www.mail-archive.com/httpclient-user%40jakarta.apache.org/</otherArchive>
+      </otherArchives>
+    </mailingList>
+    <mailingList>
+      <name>old dev list</name>
+      <subscribe></subscribe>
+      <unsubscribe></unsubscribe>
+      <archive>http://mail-archives.apache.org/mod_mbox/jakarta-httpcomponents-dev/</archive>
+    </mailingList>
+    <mailingList>
+      <name>old commits list</name>
+      <subscribe></subscribe>
+      <unsubscribe></unsubscribe>
+      <archive>http://mail-archives.apache.org/mod_mbox/jakarta-httpcomponents-commits/</archive>
+    </mailingList>
   </mailingLists>
 
  <distributionManagement>