ozeigermann 2005/02/04 07:30:41
Modified: wck build.properties.sample build.xml
webdavclient build.xml
. build.xml
Added: webdavclient/lib commons-transaction-1.1b2.jar
lib commons-transaction-1.1b2.jar
Log:
Updated to commons tx 1.1 beta2
Revision Changes Path
1.1
jakarta-slide/webdavclient/lib/commons-transaction-1.1b2.jar
<<Binary file>>
1.8 +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.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- build.properties.sample 19 Jan 2005 13:06:57 -0000 1.7
+++ build.properties.sample 4 Feb 2005 15:30:40 -0000 1.8
@@ -55,7 +55,7 @@
#slide.lib.dir=${slide.base.dir}/dist/slide/lib
#slide.version=2.2pre1
supports.macro.store
-commons.transaction.version=1.1b2pre
+commons.transaction.version=1.1b2
# ----- Catalina distribution directory -----
# add the location of your catalina distribution here to make the
1.10 +1 -1 jakarta-slide/wck/build.xml
Index: build.xml
===================================================================
RCS file: /home/cvs/jakarta-slide/wck/build.xml,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- build.xml 19 Jan 2005 13:06:57 -0000 1.9
+++ build.xml 4 Feb 2005 15:30:40 -0000 1.10
@@ -18,7 +18,7 @@
<!-- ===================================================================
-->
<!-- Dependencies Properties
-->
<!-- ===================================================================
-->
- <property name="commons.transaction.version" value="1.1b2pre"/>
+ <property name="commons.transaction.version" value="1.1b2"/>
<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.33 +1 -1 jakarta-slide/webdavclient/build.xml
Index: build.xml
===================================================================
RCS file: /home/cvs/jakarta-slide/webdavclient/build.xml,v
retrieving revision 1.32
retrieving revision 1.33
diff -u -r1.32 -r1.33
--- build.xml 13 Jan 2005 17:05:30 -0000 1.32
+++ build.xml 4 Feb 2005 15:30:40 -0000 1.33
@@ -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.1b2pre.jar"/>
+ <property name="commons-transaction.jar"
value="lib/commons-transaction-1.1b2.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.1 jakarta-slide/lib/commons-transaction-1.1b2.jar
<<Binary file>>
1.261 +1 -1 jakarta-slide/build.xml
Index: build.xml
===================================================================
RCS file: /home/cvs/jakarta-slide/build.xml,v
retrieving revision 1.260
retrieving revision 1.261
diff -u -r1.260 -r1.261
--- build.xml 28 Jan 2005 17:05:40 -0000 1.260
+++ build.xml 4 Feb 2005 15:30:40 -0000 1.261
@@ -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.1b2pre.jar"/>
+ <property name="commons-transaction.jar"
value="${lib.dir}/commons-transaction-1.1b2.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]