You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@santuario.apache.org by am...@apache.org on 2003/09/02 18:06:21 UTC

cvs commit: xml-security build.xml

amattheu    2003/09/02 09:06:21

  Modified:    .        build.xml
  Log:
  Updated logging library references.
  
  Revision  Changes    Path
  1.60      +5 -5      xml-security/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/xml-security/build.xml,v
  retrieving revision 1.59
  retrieving revision 1.60
  diff -u -r1.59 -r1.60
  --- build.xml	21 Jul 2003 11:28:58 -0000	1.59
  +++ build.xml	2 Sep 2003 16:06:21 -0000	1.60
  @@ -84,9 +84,9 @@
   
       <property name="jce.download"          value="http://www.bouncycastle.org/download/${jce.download.file}" />
       <property name="lib.jce"               value="${dir.libs}/bc-${jce.download.file}" />
  -    <property name="lib.junit"             value="${dir.libs}/junit3.7.jar" />     
  -    <property name="lib.log4j"             value="${dir.libs}/jakarta-log4j-1.2.6.jar" />
  -    <property name="lib.logging"           value="${dir.libs}/commons-logging-1.0.3.jar" />
  +    <property name="lib.junit"             value="${dir.libs}/junit3.7.jar" />
  +    <property name="lib.log.api"           value="${dir.libs}/commons-logging-api.jar" />
  +    <property name="lib.log"               value="${dir.libs}/commons-logging.jar" />
       <property name="lib.styleApache"       value="${dir.libs}/style-apachexml.jar" />
       <property name="lib.stylebook"         value="${dir.libs}/stylebook-1.0-b3_xalan-2.jar" />
       <property name="lib.xalan.1"           value="${dir.libs}/xalan.jar" />
  @@ -99,8 +99,8 @@
         <pathelement path="${lib.xerces.2}" />
         <pathelement path="${lib.xalan.1}" />
         <pathelement path="${lib.xalan.2}" />
  -      <pathelement path="${lib.log4j}" />
  -      <pathelement path="${lib.logging}" />
  +      <pathelement path="${lib.log.api}" />
  +      <pathelement path="${lib.log}" />
         <pathelement path="${lib.jce}" />
       </path>