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 sg...@apache.org on 2005/04/26 11:46:05 UTC

cvs commit: ws-xmlrpc build.xml default.properties

sgoeschl    2005/04/26 02:46:05

  Modified:    .        build.xml default.properties
  Log:
  Upgrading to commons-codec-1.3.jar
  
  Revision  Changes    Path
  1.29      +1 -1      ws-xmlrpc/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/ws-xmlrpc/build.xml,v
  retrieving revision 1.28
  retrieving revision 1.29
  diff -u -r1.28 -r1.29
  --- build.xml	15 Apr 2005 20:16:45 -0000	1.28
  +++ build.xml	26 Apr 2005 09:46:05 -0000	1.29
  @@ -54,7 +54,7 @@
       </get>
       <get dest="${lib.repo}/commons-logging-1.0.2.jar" usetimestamp="true" ignoreerrors="true" src="http://www.ibiblio.org/maven/commons-logging/jars/commons-logging-1.0.2.jar">
       </get>
  -    <get dest="${lib.repo}/commons-codec-1.2.jar" usetimestamp="true" ignoreerrors="true" src="http://www.ibiblio.org/maven/commons-codec/jars/commons-codec-1.2.jar">
  +    <get dest="${lib.repo}/commons-codec-1.3.jar" usetimestamp="true" ignoreerrors="true" src="http://www.ibiblio.org/maven//commons-codec/jars/commons-codec-1.1.jar">
       </get>
       <get dest="${lib.repo}/servletapi-2.2.jar" usetimestamp="true" ignoreerrors="true" src="http://www.ibiblio.org/maven/servletapi/jars/servletapi-2.2.jar">
       </get>
  
  
  
  1.16      +1 -1      ws-xmlrpc/default.properties
  
  Index: default.properties
  ===================================================================
  RCS file: /home/cvs/ws-xmlrpc/default.properties,v
  retrieving revision 1.15
  retrieving revision 1.16
  diff -u -r1.15 -r1.16
  --- default.properties	15 Apr 2005 19:52:38 -0000	1.15
  +++ default.properties	26 Apr 2005 09:46:05 -0000	1.16
  @@ -32,7 +32,7 @@
   
   commons-httpclient.jar = ${lib.repo}/commons-httpclient-2.0.2.jar
   commons-logging.jar = ${lib.repo}/commons-logging-1.0.2.jar
  -commons-codec.jar = ${lib.repo}/commons-codec-1.2.jar
  +commons-codec.jar = ${lib.repo}/commons-codec-1.3.jar
   jsse.jar = ${lib.repo}/jsse.jar
   jnet.jar = ${lib.repo}/jnet.jar
   jcert.jar = ${lib.repo}/jcert.jar