to upgrade to torque 3.0.1 please commit the attached patch

torque 3.0.1 is a bugfix release ... for a full list of changes see

http://db.apache.org/torque/torque-301/changes-report.html

martin


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



Index: project.xml
===================================================================
RCS file: /home/cvs/jakarta-jetspeed/project.xml,v
retrieving revision 1.22
diff -u -r1.22 project.xml
--- project.xml 29 May 2003 18:38:56 -0000      1.22
+++ project.xml 5 Jun 2003 11:48:30 -0000
@@ -296,7 +296,7 @@
                </dependency>
                <dependency>
                        <id>torque</id>
-                       <version>3.0</version>
+                       <version>3.0.1</version>
                        <properties>
                                <war.bundle.jar>true</war.bundle.jar>
                        </properties>
Index: build/torque/build-torque.xml
===================================================================
RCS file: /home/cvs/jakarta-jetspeed/build/torque/build-torque.xml,v
retrieving revision 1.2
diff -u -r1.2 build-torque.xml
--- build/torque/build-torque.xml       4 Dec 2002 02:01:33 -0000       1.2
+++ build/torque/build-torque.xml       5 Jun 2003 11:48:33 -0000
@@ -22,7 +22,7 @@
   <property file="${torque.contextProperties}"/>
   <property name="lib.dir" value="lib"/>
   <property name="torque.lib.dir" value="${lib.dir}"/>
-  <property name="torque.jar" value="torque-3.0.jar"/>
+  <property name="torque.jar" value="torque-3.0.1.jar"/>
 
   <!--
     Build the classpath. Specifically point to each file we're including to avoid
Index: build/torque/build.xml
===================================================================
RCS file: /home/cvs/jakarta-jetspeed/build/torque/build.xml,v
retrieving revision 1.21
diff -u -r1.21 build.xml
--- build/torque/build.xml      8 Dec 2002 19:33:52 -0000       1.21
+++ build/torque/build.xml      5 Jun 2003 11:48:33 -0000
@@ -21,7 +21,7 @@
 
     <!-- unjar templates to workaround torque problems -->
     <mkdir dir="templates.scratch"/>
-    <unjar src="../../lib/torque-3.0.jar" dest="templates.scratch"/> 
+    <unjar src="../../lib/torque-3.0.1.jar" dest="templates.scratch"/> 
 
     <antcall target="sql"/>
     <antcall target="om"/>
Index: build/torque/schema/coffees-schema.xml
===================================================================
RCS file: /home/cvs/jakarta-jetspeed/build/torque/schema/coffees-schema.xml,v
retrieving revision 1.2
diff -u -r1.2 coffees-schema.xml
--- coffees-schema.xml  8 Dec 2002 19:33:52 -0000       1.2
+++ coffees-schema.xml  5 Jun 2003 11:50:42 -0000
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="ISO-8859-1" standalone="no" ?>
-<!DOCTYPE database SYSTEM "http://jakarta.apache.org/turbine/dtd/database.dtd";>
+<!DOCTYPE database SYSTEM "http://db.apache.org/torque/dtd/database_3_0_1.dtd";>
 
 
 <!-- ==================================================================== -->
Index: build/torque/schema/dbpsml-schema.xml
===================================================================
RCS file: /home/cvs/jakarta-jetspeed/build/torque/schema/dbpsml-schema.xml,v
retrieving revision 1.6
diff -u -r1.6 dbpsml-schema.xml
--- dbpsml-schema.xml   18 Oct 2002 19:16:31 -0000      1.6
+++ dbpsml-schema.xml   5 Jun 2003 11:51:32 -0000
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="ISO-8859-1" standalone="no"?>
-<!DOCTYPE database SYSTEM "http://jakarta.apache.org/turbine/dtd/database.dtd";>
+<!DOCTYPE database SYSTEM "http://db.apache.org/torque/dtd/database_3_0_1.dtd";>
 
 <!-- ==================================================================== -->
 <!--                                                                      -->
Index: build/torque/schema/security-schema.xml
===================================================================
RCS file: /home/cvs/jakarta-jetspeed/build/torque/schema/security-schema.xml,v
retrieving revision 1.6
diff -u -r1.6 security-schema.xml
--- security-schema.xml 24 Oct 2002 17:17:39 -0000      1.6
+++ security-schema.xml 5 Jun 2003 11:51:32 -0000
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="ISO-8859-1" standalone="no"?>
-<!DOCTYPE database SYSTEM "http://jakarta.apache.org/turbine/dtd/database.dtd";>
+<!DOCTYPE database SYSTEM "http://db.apache.org/torque/dtd/database_3_0_1.dtd";>
 
 <!-- ==================================================================== -->
 <!--                                                                      -->
Index: build/torque/schema/turbine-schema.xml
===================================================================
RCS file: /home/cvs/jakarta-jetspeed/build/torque/schema/turbine-schema.xml,v
retrieving revision 1.6
diff -u -r1.6 turbine-schema.xml
--- turbine-schema.xml  18 Oct 2002 19:16:31 -0000      1.6
+++ turbine-schema.xml  5 Jun 2003 11:51:32 -0000
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="ISO-8859-1" standalone="no"?>
-<!DOCTYPE database SYSTEM "http://jakarta.apache.org/turbine/dtd/database.dtd";>
+<!DOCTYPE database SYSTEM "http://db.apache.org/torque/dtd/database_3_0_1.dtd";>
 
 <!-- ==================================================================== -->
 <!--                                                                      -->
     
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to