You are viewing a plain text version of this content. The canonical link for it is here.
Posted to slide-dev@jakarta.apache.org by oz...@apache.org on 2004/09/20 11:04:11 UTC

cvs commit: jakarta-slide build.xml

ozeigermann    2004/09/20 02:04:11

  Modified:    .        build.xml
  Added:       lib      commons-logging-1.0.4.jar
  Log:
  Added commons logging to make simple file store compile
  
  Revision  Changes    Path
  1.1                  jakarta-slide/lib/commons-logging-1.0.4.jar
  
  	<<Binary file>>
  
  
  1.232     +2 -0      jakarta-slide/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-slide/build.xml,v
  retrieving revision 1.231
  retrieving revision 1.232
  diff -u -r1.231 -r1.232
  --- build.xml	17 Sep 2004 12:37:14 -0000	1.231
  +++ build.xml	20 Sep 2004 09:04:10 -0000	1.232
  @@ -39,6 +39,7 @@
       <property name="commons-dbcp.jar" value="${lib.dir}/commons-dbcp-1.2.1.jar"/>
       <property name="commons-pool.jar" value="${lib.dir}/commons-pool-1.1.jar"/>
       <property name="commons-collections.jar" value="${lib.dir}/commons-collections-2.1.jar"/>
  +    <property name="commons-logging.jar" value="${lib.dir}/commons-logging-1.0.4.jar"/>
       <property name="lucene.jar" value="${lib.dir}/lucene-1.4-final.jar"/>
       <property name="poi.jar" value="${lib.dir}/poi-2.5-final-20040428.jar"/>
       <property name="pdfbox.jar" value="${lib.dir}/PDFBox-0.6.5.jar"/>
  @@ -130,6 +131,7 @@
           <pathelement location="${lucene.jar}"/>
           <pathelement location="${ehcache.jar}"/>
           <pathelement location="${commons-transaction.jar}"/>
  +        <pathelement location="${commons-logging.jar}"/>
       </path>
       <path id="wrappers.classpath">
           <pathelement location="${slide.build}/classes"/>
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: slide-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: slide-dev-help@jakarta.apache.org