rhoegg      2003/03/27 18:26:30

  Modified:    .        project.xml
  Log:
  Updated project.xml to include the new dependencies.  Not absolutely sure on 
commons-logging, but I think 1.0 is right.
  
  Revision  Changes    Path
  1.18      +5 -6      xml-rpc/project.xml
  
  Index: project.xml
  ===================================================================
  RCS file: /home/cvs/xml-rpc/project.xml,v
  retrieving revision 1.17
  retrieving revision 1.18
  diff -u -r1.17 -r1.18
  --- project.xml       27 Mar 2003 18:48:59 -0000      1.17
  +++ project.xml       28 Mar 2003 02:26:30 -0000      1.18
  @@ -129,18 +129,16 @@
     </developers>
   
     <dependencies>
  -    <!-- FIXME: Ryan, would you fill this out?
       <dependency>
         <id>commons-httpclient</id>
  -      <version></version>
  -      <url></url>
  +      <version>2.0</version>
  +      <url>http://jakarta.apache.org/commons/httpclient/</url>
       </dependency>
       <dependency>
         <id>commons-logging</id>
  -      <version></version>
  -      <url></url>
  +      <version>1.0</version>
  +      <url>http://jakarta.apache.org/commons/logging.html</url>
       </dependency>
  -    -->
       <dependency>
         <id>servletapi</id>
         <version>2.2</version>
  @@ -172,6 +170,7 @@
       <dependency>
         <id>junit</id>
         <version>3.7</version>
  +      <url>http://www.junit.org/</url>
       </dependency>
     </dependencies>
   
  
  
  

Reply via email to