Hi,

Just replaced Turbine with Torque in a few places.


-- 
Cheers,

Pete

---------------------------------------------------
Murphy's law - "Anything that can go wrong, will." 
(Actually, this is Finagle's law, which in itself 
shows that Finagle was right.)
---------------------------------------------------
Index: build.xml
===================================================================
RCS file: /home/cvspublic/jakarta-turbine-torque/src/conf/build.xml,v
retrieving revision 1.6
diff -u -r1.6 build.xml
--- build.xml	2001/08/30 17:38:28	1.6
+++ build.xml	2001/10/18 00:20:20
@@ -186,7 +186,7 @@
 
     <echo message="+-----------------------------------------------+"/>
     <echo message="|                                               |"/>
-    <echo message="| Generating Data DTD for YOUR Turbine project! |"/>
+    <echo message="| Generating Data DTD for YOUR Torque project!  |"/>
     <echo message="| Woo hoo!                                      |"/>
     <echo message="|                                               |"/>
     <echo message="+-----------------------------------------------+"/>
@@ -207,7 +207,7 @@
   <!-- G E N E R A T E  P R O J E C T  S Q L                            -->
   <!-- ================================================================ -->
   <!-- Generate the SQL for your project, these are in addition         -->
-  <!-- to the base Turbine tables! The tables you require for your      -->
+  <!-- to the base Torque tables! The tables you require for your       -->
   <!-- project should be specified in project-schema.xml.               -->
   <!-- ================================================================ -->
 
@@ -216,7 +216,7 @@
 
     <echo message="+------------------------------------------+"/>
     <echo message="|                                          |"/>
-    <echo message="| Generating SQL for YOUR Turbine project! |"/>
+    <echo message="| Generating SQL for YOUR Torque project!  |"/>
     <echo message="| Woo hoo!                                 |"/>
     <echo message="|                                          |"/>
     <echo message="+------------------------------------------+"/>
@@ -237,7 +237,7 @@
   <!-- G E N E R A T E  P R O J E C T  P E E R  B A S E D  O M          -->
   <!-- ================================================================ -->
   <!-- Generate the Peer-based object model for your project.           -->
-  <!-- These are in addition to the base Turbine OM!                    -->
+  <!-- These are in addition to the base Torque OM!                     -->
   <!-- ================================================================ -->
 
 
@@ -247,7 +247,7 @@
     <echo message="+------------------------------------------+"/>
     <echo message="|                                          |"/>
     <echo message="| Generating Peer-based Object Model for   |"/>
-    <echo message="| YOUR Turbine project! Woo hoo!           |"/>
+    <echo message="| YOUR Torque project! Woo hoo!            |"/>
     <echo message="|                                          |"/>
     <echo message="+------------------------------------------+"/>
 
@@ -268,7 +268,7 @@
   <!-- G E N E R A T E  P R O J E C T  S Q L                            -->
   <!-- ================================================================ -->
   <!-- Generate the SQL for your project, these are in addition         -->
-  <!-- to the base Turbine tables! The tables you require for your      -->
+  <!-- to the base Torque tables! The tables you require for your       -->
   <!-- project should be specified in project-schema.xml.               -->
   <!-- ================================================================ -->
 
@@ -276,7 +276,7 @@
 
     <echo message="+------------------------------------------+"/>
     <echo message="|                                          |"/>
-    <echo message="| Generating SQL for YOUR Turbine project! |"/>
+    <echo message="| Generating SQL for YOUR Torque project!  |"/>
     <echo message="| Woo hoo!                                 |"/>
     <echo message="|                                          |"/>
     <echo message="+------------------------------------------+"/>
@@ -297,7 +297,7 @@
   <!-- G E N E R A T E  P R O J E C T  P E E R  B A S E D  O M          -->
   <!-- ================================================================ -->
   <!-- Generate the Peer-based object model for your project.           -->
-  <!-- These are in addition to the base Turbine OM!                    -->
+  <!-- These are in addition to the base Torque OM!                     -->
   <!-- ================================================================ -->
 
   <target name="project-om-classpath" depends="init-tasks">
@@ -305,7 +305,7 @@
     <echo message="+------------------------------------------+"/>
     <echo message="|                                          |"/>
     <echo message="| Generating Peer-based Object Model for   |"/>
-    <echo message="| YOUR Turbine project! Woo hoo!           |"/>
+    <echo message="| YOUR Torque project! Woo hoo!            |"/>
     <echo message="|                                          |"/>
     <echo message="+------------------------------------------+"/>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to