mpoeschl 2002/08/21 09:27:29
Modified: src/tdk/apps/2 build.xml
Log:
use torques new target names
Revision Changes Path
1.35 +4 -4 jakarta-turbine-tdk/src/tdk/apps/2/build.xml
Index: build.xml
===================================================================
RCS file: /home/cvs/jakarta-turbine-tdk/src/tdk/apps/2/build.xml,v
retrieving revision 1.34
retrieving revision 1.35
diff -u -r1.34 -r1.35
--- build.xml 26 Jun 2002 08:24:46 -0000 1.34
+++ build.xml 21 Aug 2002 16:27:28 -0000 1.35
@@ -179,7 +179,7 @@
<ant
antfile="${torque.buildFile}"
- target="project-create-db">
+ target="create-db">
</ant>
</target>
@@ -196,7 +196,7 @@
<ant
antfile="${torque.buildFile}"
- target="project-sql">
+ target="sql">
</ant>
</target>
@@ -260,7 +260,7 @@
<ant
antfile="${torque.buildFile}"
- target="project-om">
+ target="om">
</ant>
<!--
@@ -292,7 +292,7 @@
<ant
antfile="${torque.buildFile}"
- target="project-insert-sql">
+ target="insert-sql">
</ant>
<!--
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>