ozeigermann    2005/01/13 08:32:06

  Modified:    wck      build.properties.sample build.xml
               webdavclient build.xml
               .        build.xml
  Added:       webdavclient/lib commons-transaction-1.1b1.jar
               lib      commons-transaction-1.1b1.jar
  Removed:     webdavclient/lib commons-transaction-1.1b1-pre-20050105.jar
               lib      commons-transaction-1.1b1-pre-20050105.jar
  Log:
  Upgraded to commons tx 1.1b1
  
  Revision  Changes    Path
  1.1                  
jakarta-slide/webdavclient/lib/commons-transaction-1.1b1.jar
  
        <<Binary file>>
  
  
  1.1                  jakarta-slide/lib/commons-transaction-1.1b1.jar
  
        <<Binary file>>
  
  
  1.4       +1 -1      jakarta-slide/wck/build.properties.sample
  
  Index: build.properties.sample
  ===================================================================
  RCS file: /home/cvs/jakarta-slide/wck/build.properties.sample,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- build.properties.sample   5 Jan 2005 19:31:02 -0000       1.3
  +++ build.properties.sample   13 Jan 2005 16:32:05 -0000      1.4
  @@ -51,7 +51,7 @@
   #slide.lib.dir=${slide.base.dir}/dist/slide/lib

   #slide.version=2.2pre1

   supports.macro.store

  -commons.transaction.version=1.1b1-pre-20050105

  +commons.transaction.version=1.1b1

   

   # ----- Catalina distribution directory -----

   # add the location of your catalina distribution here to make the

  
  
  
  1.4       +1 -1      jakarta-slide/wck/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-slide/wck/build.xml,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- build.xml 5 Jan 2005 19:31:02 -0000       1.3
  +++ build.xml 13 Jan 2005 16:32:05 -0000      1.4
  @@ -32,7 +32,7 @@
       <!-- =================================================================== 
-->
       <!-- Dependencies Properties                                             
-->
       <!-- =================================================================== 
-->
  -    <property name="commons.transaction.version" value="1.1b1-pre-20050105"/>
  +    <property name="commons.transaction.version" value="1.1b1"/>
       <property name="slide.base.dir" value=".."/>
       <property name="lib.dir" value="${slide.base.dir}/lib"/>
       <property name="slide.lib.dir" value="${slide.base.dir}/dist/slide/lib"/>
  
  
  
  1.31      +1 -1      jakarta-slide/webdavclient/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-slide/webdavclient/build.xml,v
  retrieving revision 1.30
  retrieving revision 1.31
  diff -u -r1.30 -r1.31
  --- build.xml 5 Jan 2005 19:31:02 -0000       1.30
  +++ build.xml 13 Jan 2005 16:32:06 -0000      1.31
  @@ -55,7 +55,7 @@
       <property name="antlr.jar" value="lib/antlr.jar"/>
       <property name="commons-logging.jar" value="lib/commons-logging.jar"/>
       <property name="ant.jar" value="lib/ant.jar"/>
  -    <property name="commons-transaction.jar" 
value="lib/commons-transaction-1.1b1-pre-20050105.jar"/>
  +    <property name="commons-transaction.jar" 
value="lib/commons-transaction-1.1b1.jar"/>
       <property name="j2ee-spec.jar" 
value="lib/geronimo-spec-j2ee-1.0-M1.jar"/>
       <property name="jdom.jar" value="lib/jdom-1.0.jar"/>
       <property name="commons-xmlio.jar" value="lib/commons-xmlio-0.1pre.jar"/>
  
  
  
  1.256     +1 -1      jakarta-slide/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-slide/build.xml,v
  retrieving revision 1.255
  retrieving revision 1.256
  diff -u -r1.255 -r1.256
  --- build.xml 11 Jan 2005 11:36:57 -0000      1.255
  +++ build.xml 13 Jan 2005 16:32:06 -0000      1.256
  @@ -49,7 +49,7 @@
       <property name="tm-extractors.jar" 
value="${lib.dir}/tm-extractors-0.4.jar"/>
       <property name="ehcache.jar" value="${lib.dir}/ehcache-1.0.jar"/>
       <property name="commons-xmlio.jar" 
value="${lib.dir}/commons-xmlio-0.1pre.jar"/>
  -    <property name="commons-transaction.jar" 
value="${lib.dir}/commons-transaction-1.1b1-pre-20050105.jar"/>
  +    <property name="commons-transaction.jar" 
value="${lib.dir}/commons-transaction-1.1b1.jar"/>
       <property name="commons-codec.jar" 
value="${lib.dir}/commons-codec-1.3.jar"/>
       <property name="jakarta-slide-webdavlib.jar" 
value="${lib.dir}/jakarta-slide-webdavlib-${version}.jar"/>
       <property name="db-ojb.jar" value="${lib.dir}/db-ojb-1.0.1.jar"/>
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to