mpoeschl 2002/08/22 07:49:12
Modified: src/conf build-torque.xml
Log:
use release jars
Revision Changes Path
1.51 +18 -18 jakarta-turbine-torque/src/conf/build-torque.xml
Index: build-torque.xml
===================================================================
RCS file: /home/cvs/jakarta-turbine-torque/src/conf/build-torque.xml,v
retrieving revision 1.50
retrieving revision 1.51
diff -u -r1.50 -r1.51
--- build-torque.xml 21 Aug 2002 17:33:14 -0000 1.50
+++ build-torque.xml 22 Aug 2002 14:49:12 -0000 1.51
@@ -1,7 +1,7 @@
<project name="Torque" default="main" basedir=".">
<!--
- Note - You should not have to edit this file.
-
+ Note - You should not have to edit this file.
+
Instead, if calling build-torque.xml directly, edit the build.properties
that is in the same directory. If calling build-torque.xml via another
build file, you can also use the build.properties in the same directory,
@@ -11,7 +11,7 @@
<!--
For us to load the default.properties from the classpath, we need to bootstrap.
- To know the right lib.dir for the torque-classpath, we need to manually
+ To know the right lib.dir for the torque-classpath, we need to manually
figure out torque.lib.dir, but to do that, we need to manually figure
out torque.contextProperties and load that so that any old configurations
still work propertly. Then we can go on and do the rest of the mappings via
@@ -22,13 +22,13 @@
<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-b4-dev.jar"/>
+ <property name="torque.jar" value="torque-3.0-b4.jar"/>
<!--
- Build the classpath. Specifically point to each file we're including to avoid
+ Build the classpath. Specifically point to each file we're including to avoid
version conflicts in the case of the torque.lib.dir being something like
lib.repo.
However, we still need to pull in the user's database driver and since we don't
- know which jar that will be, after we've got all of our specific, version-safe
jars,
+ know which jar that will be, after we've got all of our specific, version-safe
jars,
do a general inclusion of the torque.lib.dir to catch any drivers.
-->
<path id="torque-classpath">
@@ -45,7 +45,7 @@
<include name="**/jdbc-2.0.jar"/>
<include name="**/jndi-1.2.1.jar"/>
<include name="**/log4j-1.2.6.jar"/>
- <include name="**/stratum-1.0-b3-dev.jar"/>
+ <include name="**/stratum-1.0-b3.jar"/>
<include name="**/tomcat-naming-common.jar"/>
<include name="**/${torque.jar}"/>
<include name="**/velocity-1.3.jar"/>
@@ -67,7 +67,7 @@
</property>
<!--
- Do forward declarations of all of our tasks to
+ Do forward declarations of all of our tasks to
centralize them and clean up the targets.
-->
<taskdef
@@ -158,17 +158,17 @@
<!-- project should be specified in project-schema.xml. -->
<!-- ================================================================ -->
- <target
+ <target
name="sql-check"
depends="check-run-only-on-schema-change"
if="torque.internal.runOnlyOnSchemaChange">
<uptodate
property="torque.internal.sql.uptodate"
targetfile="${torque.sql.dir}/${torque.project}-schema.sql">
- <srcfiles dir="${torque.schema.dir}" includes="**/*-schema.xml" />
+ <srcfiles dir="${torque.schema.dir}" includes="**/*-schema.xml" />
</uptodate>
</target>
-
+
<target
name="sql"
depends="check-use-classpath, sql-check"
@@ -455,7 +455,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="+-----------------------------------------------+"/>
@@ -482,10 +482,10 @@
name="om-check"
depends="check-run-only-on-schema-change"
if="torque.internal.runOnlyOnSchemaChange">
- <uptodate
+ <uptodate
property="torque.internal.om.uptodate"
targetfile="${torque.java.dir}/report.${torque.project}.om.generation">
- <srcfiles dir="${torque.schema.dir}" includes="**/*-schema.xml" />
+ <srcfiles dir="${torque.schema.dir}" includes="**/*-schema.xml" />
</uptodate>
</target>
@@ -498,7 +498,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="+------------------------------------------+"/>
@@ -572,7 +572,7 @@
<echo message="+------------------------------------------+"/>
<echo message="| |"/>
<echo message="| Zipping the Object Model files for YOUR |"/>
- <echo message="| Turbine project! Woo hoo! |"/>
+ <echo message="| Torque project! Woo hoo! |"/>
<echo message="| |"/>
<echo message="+------------------------------------------+"/>
@@ -610,7 +610,7 @@
</antcall>
</target>
- <target
+ <target
name="om-zip-worker"
if="torque.internal.omzip.${torque.internal.omzip.type}.${torque.internal.omzip.pattern}">
@@ -636,7 +636,7 @@
</target>
- <target
+ <target
name="om-zip-worker-delete"
if="torque.internal.omzip.deleteFiles">
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>