Author: jochen
Date: Fri Aug 18 12:24:03 2006
New Revision: 432690
URL:
http://svn.apache.org/viewvc?rev=432690&view=rev
Log:
Removed xmlrpc-user, added xmlrpc-auto.
Modified:
webservices/xmlrpc/trunk/pom.xml
Modified: webservices/xmlrpc/trunk/pom.xml
URL: http://svn.apache.org/viewvc/webservices/xmlrpc/trunk/pom.
xml?rev=432690&r1=432689&r2=432690&view=diff
============================================================
==================
--- webservices/xmlrpc/trunk/pom.xml (original)
+++ webservices/xmlrpc/trunk/pom.xml Fri Aug 18 12:24:03
2006
 -31,16
+31,6 
<inceptionYear>2001</inceptionYear>
<mailingLists>
<mailingList>
- <name>XML-RPC Users</name>
- <subscribe>xmlrpc-user-subscribe ws.apache.org</subscribe>
- <unsubscribe>xmlrpc-user-unsubscribe ws.apache.org</unsubscribe>
- <post>xmlrpc-user ws.apache.org</post>
- <archive>http://mail-archives.apache.org/mod_mbox
/ws-xmlrpc-user/</archive>
- <otherArchives>
- <otherArchive>http://marc.theaimsgroup.com/?l=xmlrpc-user</
otherArchive>
- </otherArchives>
- </mailingList>
- <mailingList>
<name>XML-RPC Developers</name>
<subscribe>xmlrpc-dev-subscribe ws.apache.org</subscribe>
<unsubscribe>xmlrpc-dev-unsubscribe ws.apache.org</unsubscribe>
 -49,6
+39,13 
<otherArchives>
<otherArchive>http://marc.theaimsgroup.com/?l=xmlrpc-dev</ot
herArchive>
</otherArchives>
+ </mailingList>
+ <mailingList>
+ <name>XML-RPC Automatic Mails</name>
+ <subscribe>xmlrpc-auto-subscribe ws.apache.org</subscribe>
+ <unsubscribe>xmlrpc-auto-unsubscribe ws.apache.org</unsubscribe>
+ <post>xmlrpc-auto ws.apache.org</post>
+ <archive>http://mail-archives.apache.org/mod_mbox
/ws-xmlrpc-auto/</archive>
</mailingList>
</mailingLists>
<developers>
|