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:44:00 UTC

cvs commit: xml-rpc default.properties

dlr         2003/03/27 10:44:00

  Modified:    .        default.properties
  Log:
  * default.properties
    Added defaults for commons-httpclient.jar and commons-logging.jar as
    per Ryan Hoegg's message to the dev list on Sun, 16 Mar 2003.
  
  Revision  Changes    Path
  1.11      +2 -0      xml-rpc/default.properties
  
  Index: default.properties
  ===================================================================
  RCS file: /home/cvs/xml-rpc/default.properties,v
  retrieving revision 1.10
  retrieving revision 1.11
  diff -u -u -r1.10 -r1.11
  --- default.properties	27 Mar 2003 18:40:28 -0000	1.10
  +++ default.properties	27 Mar 2003 18:44:00 -0000	1.11
  @@ -30,6 +30,8 @@
   # ${user.home}/build.properties file in order
   # to build XmlRpc:
   
  +commons-httpclient.jar = ${lib.repo}/commons-httpclient.jar
  +commons-logging.jar = ${lib.repo}/commons-logging.jar
   jsse.jar = ${lib.repo}/jsse.jar
   jnet.jar = ${lib.repo}/jnet.jar
   jcert.jar = ${lib.repo}/jcert.jar