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/03/27 19:47:15 UTC

cvs commit: xml-rpc build.xml

dlr         2003/03/27 10:47:15

  Modified:    .        build.xml
  Log:
  * build.xml
    env: Added the missing commons-httpclient.jar to the environment
    display target.
  
  Revision  Changes    Path
  1.24      +1 -0      xml-rpc/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/xml-rpc/build.xml,v
  retrieving revision 1.23
  retrieving revision 1.24
  diff -u -u -r1.23 -r1.24
  --- build.xml	27 Mar 2003 18:40:28 -0000	1.23
  +++ build.xml	27 Mar 2003 18:47:15 -0000	1.24
  @@ -37,6 +37,7 @@
       <echo message="jcert.jar = ${jcert.jar}"/>
       <echo message="servlet.jar = ${servlet.jar}"/>
       <echo message="junit.jar = ${junit.jar}"/>
  +    <echo message="commons-httpclient.jar = ${commons-httpclient.jar}"/>
       <echo message="commons-logging.jar = ${commons-logging.jar}"/>
     </target>