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 dl...@apache.org on 2003/11/23 01:09:57 UTC

cvs commit: ws-xmlrpc project.xml

dlr         2003/11/22 16:09:57

  Modified:    .        project.xml
  Log:
  * project.xml
    description: Updated.
  
    developerConnection: New element.  I'd love it if we could use
    site:deploy instead of the hacky ws-site module.
  
    version: Noted XMLRPC_1_2_BRANCH tag.
  
  Revision  Changes    Path
  1.22      +15 -10    ws-xmlrpc/project.xml
  
  Index: project.xml
  ===================================================================
  RCS file: /home/cvs/ws-xmlrpc/project.xml,v
  retrieving revision 1.21
  retrieving revision 1.22
  diff -u -u -r1.21 -r1.22
  --- project.xml	15 Sep 2003 12:10:42 -0000	1.21
  +++ project.xml	23 Nov 2003 00:09:57 -0000	1.22
  @@ -20,13 +20,13 @@
     <gumpRepositoryId>jakarta</gumpRepositoryId>
   
     <description>
  -    Apache XML-RPC is a Java implementation of <a href="http://www.xmlrpc.com">
  -    XML-RPC</a>, a popular protocol that uses XML over HTTP to implement remote
  -    procedure calls.
  -    <br/>
  -    Apache XML-RPC was previously known as Helma XML-RPC. If you have code using
  -    the Helma library, all you should have to do is change the import statements
  -    in your code from helma.xmlrpc.* to org.apache.xmlrpc.*.
  +    Apache XML-RPC is a Java implementation of <a
  +    href="http://www.xmlrpc.com/"> XML-RPC</a>, a popular protocol
  +    that uses XML over HTTP to implement remote procedure calls.
  +    <br/> Apache XML-RPC was previously known as Helma XML-RPC. If you
  +    have code using the Helma library, all you should have to do is
  +    change the import statements in your code from helma.xmlrpc.* to
  +    org.apache.xmlrpc.*.
     </description>
   
     <url>http://ws.apache.org/xmlrpc/</url>
  @@ -36,8 +36,9 @@
     <distributionDirectory>/www/www.apache.org/dist/ws/xmlrpc/</distributionDirectory>
   
     <repository>
  -    <connection>scm:cvs:pserver:anoncvs@cvs.apache.org:/home/cvspublic:xml-rpc</connection>
  -    <url>http://cvs.apache.org/viewcvs/xml-rpc/</url>
  +    <connection>scm:cvs:pserver:anoncvs@cvs.apache.org:/home/cvspublic:ws-xmlrpc</connection>
  +    <developerConnection>scm:cvs:ext:${maven.username}@cvs.apache.org:/home/cvs:ws-xmlrpc</developerConnection>
  +    <url>http://cvs.apache.org/viewcvs/ws-xmlrpc/</url>
     </repository>
   
     <versions>
  @@ -51,6 +52,11 @@
         <name>1.1</name>
         <tag>XMLRPC_1_1</tag>
       </version>
  +    <version>
  +      <id>1.2</id>
  +      <name>1.2</name>
  +      <tag>XMLRPC_1_2_BRANCH</tag>
  +    </version>
     </versions>
   
     <branches>
  @@ -211,4 +217,3 @@
       </jars>
     </build>
   </project>
  -