You are viewing a plain text version of this content. The canonical link for it is here.
Posted to xmlrpc-dev@ws.apache.org by mp...@apache.org on 2003/02/19 08:21:13 UTC

cvs commit: xml-rpc project.xml project.properties

mpoeschl    2003/02/18 23:21:13

  Modified:    .        Tag: XMLRPC_1_2_BRANCH project.xml
                        project.properties
  Added:       xdocs/images Tag: XMLRPC_1_2_BRANCH project-logo.jpg
  Log:
  we are at ws.apache.org now
  
  Revision  Changes    Path
  No                   revision
  
  
  No                   revision
  
  
  1.1.2.1   +0 -0      xml-rpc/xdocs/images/project-logo.jpg
  
  	<<Binary file>>
  
  
  No                   revision
  
  
  No                   revision
  
  
  1.14.2.2  +13 -13    xml-rpc/project.xml
  
  Index: project.xml
  ===================================================================
  RCS file: /home/cvs/xml-rpc/project.xml,v
  retrieving revision 1.14.2.1
  retrieving revision 1.14.2.2
  diff -u -r1.14.2.1 -r1.14.2.2
  --- project.xml	15 Feb 2003 20:47:17 -0000	1.14.2.1
  +++ project.xml	19 Feb 2003 07:21:13 -0000	1.14.2.2
  @@ -7,7 +7,7 @@
     <currentVersion>1.2-b1</currentVersion>
     <organization>
       <name>Apache Software Foundation</name>
  -    <url>http://xml.apache.org/</url>
  +    <url>http://ws.apache.org/</url>
       <logo>/images/group-logo.gif</logo>
     </organization>
     <inceptionYear>2001</inceptionYear>
  @@ -29,11 +29,11 @@
       in your code from helma.xmlrpc.* to org.apache.xmlrpc.*.
     </description>
   
  -  <url>http://xml.apache.org/xmlrpc/</url>
  +  <url>http://ws.apache.org/xmlrpc/</url>
     <issueTrackingUrl>http://nagoya.apache.org/bugzilla/query.cgi?product=XML-RPC</issueTrackingUrl>
  -  <siteAddress>jakarta.apache.org</siteAddress>
  -  <siteDirectory>/www/xml.apache.org/xmlrpc/</siteDirectory>
  -  <distributionDirectory>/www/xml.apache.org/dist/xmlrpc/</distributionDirectory>
  +  <siteAddress>ws.apache.org</siteAddress>
  +  <siteDirectory>/www/ws.apache.org/xmlrpc/</siteDirectory>
  +  <distributionDirectory>/www/ws.apache.org/dist/xmlrpc/</distributionDirectory>
   
     <repository>
       <connection>scm:cvs:pserver:anoncvs@cvs.apache.org:/home/cvspublic:xml-rpc</connection>
  @@ -59,17 +59,17 @@
     <mailingLists>
       <mailingList>
         <name>XML-RPC User List</name>
  -      <subscribe>rpc-user-subscribe@xml.apache.org</subscribe>
  -      <unsubscribe>rpc-user-unsubscribe@xml.apache.org</unsubscribe>
  -      <archive>http://archives.apache.org/eyebrowse/SummarizeList?listName=rpc-user@xml.apache.org</archive>
  +      <subscribe>xmlrpc-user-subscribe@ws.apache.org</subscribe>
  +      <unsubscribe>xmlrpc-user-unsubscribe@ws.apache.org</unsubscribe>
  +      <archive>http://archives.apache.org/eyebrowse/SummarizeList?listName=xmlrpc-user@ws.apache.org</archive>
       </mailingList>
       <mailingList>
         <name>XML-RPC Developer List</name>
  -      <subscribe>rpc-dev-subscribe@xml.apache.org</subscribe>
  -      <unsubscribe>rpc-dev-unsubscribe@xml.apache.org</unsubscribe>
  -      <archive>http://archives.apache.org/eyebrowse/SummarizeList?listName=rpc-dev@xml.apache.org</archive>
  +      <subscribe>xmlrpc-dev-subscribe@ws.apache.org</subscribe>
  +      <unsubscribe>xmlrpc-dev-unsubscribe@ws.apache.org</unsubscribe>
  +      <archive>http://archives.apache.org/eyebrowse/SummarizeList?listName=xmlrpc-dev@ws.apache.org</archive>
       </mailingList>
  -  </mailingLists>
  +  </mailingLists>  
   
     <developers>
       <developer>
  @@ -82,7 +82,7 @@
         <name>Martin Poeschl</name>
         <id>mpoeschl</id>
         <email>mpoeschl@marmot.at</email>
  -      <organization>Zenplex</organization>
  +      <organization>Tucana.at</organization>
       </developer>
       <developer>
         <name>Daniel Rall</name>
  
  
  
  1.3.2.1   +2 -0      xml-rpc/project.properties
  
  Index: project.properties
  ===================================================================
  RCS file: /home/cvs/xml-rpc/project.properties,v
  retrieving revision 1.3
  retrieving revision 1.3.2.1
  diff -u -r1.3 -r1.3.2.1
  --- project.properties	26 Nov 2002 11:40:31 -0000	1.3
  +++ project.properties	19 Feb 2003 07:21:13 -0000	1.3.2.1
  @@ -10,3 +10,5 @@
   
   # display the date on the site
   maven.xdoc.date = left
  +# Display the version the web site is documenting
  +maven.xdoc.version = ${pom.currentVersion}