You are viewing a plain text version of this content. The canonical link for it is here.
Posted to general@gump.apache.org by bo...@apache.org on 2003/08/06 10:00:58 UTC

cvs commit: jakarta-gump/project jakarta-slide.xml xml-rpc.xml

bodewig     2003/08/06 01:00:58

  Modified:    project  jakarta-slide.xml xml-rpc.xml
  Log:
  Let's see whether the 2.0 branch of httpclient provides better bc
  
  Revision  Changes    Path
  1.45      +3 -4      jakarta-gump/project/jakarta-slide.xml
  
  Index: jakarta-slide.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-gump/project/jakarta-slide.xml,v
  retrieving revision 1.44
  retrieving revision 1.45
  diff -u -r1.44 -r1.45
  --- jakarta-slide.xml	29 Jul 2003 10:16:04 -0000	1.44
  +++ jakarta-slide.xml	6 Aug 2003 08:00:58 -0000	1.45
  @@ -36,9 +36,8 @@
         <property name="catalina.dist" project="jakarta-tomcat-4.0"
                   path="dist"/>
         <property name="version" value="@@DATE@@" />
  -      <!-- Head of Commons Httpclient is changing too fast.
  -      <depend property="commons-httpclient.jar" project="commons-httpclient"/>
  -      -->
  +      <!-- Head of Commons Httpclient is changing too fast. -->
  +      <depend property="commons-httpclient.jar" project="commons-httpclient-2.0-branch"/>
       </ant>
   
       <depend project="dist-ant" />
  @@ -53,7 +52,7 @@
   
       <work nested="build/classes"/>
       <work nested="build/client/classes"/>
  -    <work nested="lib/commons-httpclient.jar"/>
  +    <!--work nested="lib/commons-httpclient.jar"/-->
   
       <home nested="dist"/>
   
  
  
  
  1.21      +1 -1      jakarta-gump/project/xml-rpc.xml
  
  Index: xml-rpc.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-gump/project/xml-rpc.xml,v
  retrieving revision 1.20
  retrieving revision 1.21
  diff -u -r1.20 -r1.21
  --- xml-rpc.xml	26 Jul 2003 13:04:11 -0000	1.20
  +++ xml-rpc.xml	6 Aug 2003 08:00:58 -0000	1.21
  @@ -16,7 +16,7 @@
   
       <depend project="xml-xerces"/>
       <depend project="commons-codec"/>
  -    <depend project="commons-httpclient"/>
  +    <depend project="commons-httpclient-2.0-branch"/>
       <depend project="ant" inherit="runtime"/>
       <option project="jakarta-servletapi"/>
       <option project="jsse"/>