stephenh 2002/10/30 18:56:33
Modified: src/maven-plugin plugin.jelly
Log:
Changed plugin path from 1.0 to 3.0-rc2-dev to reflect current version of the plugin.
Revision Changes Path
1.3 +12 -12 jakarta-turbine-torque/src/maven-plugin/plugin.jelly
Index: plugin.jelly
===================================================================
RCS file: /home/cvs/jakarta-turbine-torque/src/maven-plugin/plugin.jelly,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- plugin.jelly 31 Oct 2002 02:52:38 -0000 1.2
+++ plugin.jelly 31 Oct 2002 02:56:33 -0000 1.3
@@ -11,7 +11,7 @@
name="torque:main"
description="delegate to torque:main">
<ant
- antfile="${maven.home}/plugins/maven-torque-plugin-1.0/build-torque.xml"
+
antfile="${maven.home}/plugins/maven-torque-plugin-3.0-rc2-dev/build-torque.xml"
target="main"
/>
</goal>
@@ -20,7 +20,7 @@
name="torque:sql"
description="delegate to torque:sql">
<ant
- antfile="${maven.home}/plugins/maven-torque-plugin-1.0/build-torque.xml"
+
antfile="${maven.home}/plugins/maven-torque-plugin-3.0-rc2-dev/build-torque.xml"
target="sql"
/>
</goal>
@@ -29,7 +29,7 @@
name="torque:doc"
description="delegate to torque:doc">
<ant
- antfile="${maven.home}/plugins/maven-torque-plugin-1.0/build-torque.xml"
+
antfile="${maven.home}/plugins/maven-torque-plugin-3.0-rc2-dev/build-torque.xml"
target="doc"
/>
</goal>
@@ -38,7 +38,7 @@
name="torque:create-db"
description="delegate to torque:create-db">
<ant
- antfile="${maven.home}/plugins/maven-torque-plugin-1.0/build-torque.xml"
+
antfile="${maven.home}/plugins/maven-torque-plugin-3.0-rc2-dev/build-torque.xml"
target="create-db"
/>
</goal>
@@ -47,7 +47,7 @@
name="torque:datadtd"
description="delegate to torque:datadtd">
<ant
- antfile="${maven.home}/plugins/maven-torque-plugin-1.0/build-torque.xml"
+
antfile="${maven.home}/plugins/maven-torque-plugin-3.0-rc2-dev/build-torque.xml"
target="datadtd"
/>
</goal>
@@ -56,7 +56,7 @@
name="torque:datadump"
description="delegate to torque:datadump">
<ant
- antfile="${maven.home}/plugins/maven-torque-plugin-1.0/build-torque.xml"
+
antfile="${maven.home}/plugins/maven-torque-plugin-3.0-rc2-dev/build-torque.xml"
target="datadump"
/>
</goal>
@@ -65,7 +65,7 @@
name="torque:datasql"
description="delegate to torque:datasql">
<ant
- antfile="${maven.home}/plugins/maven-torque-plugin-1.0/build-torque.xml"
+
antfile="${maven.home}/plugins/maven-torque-plugin-3.0-rc2-dev/build-torque.xml"
target="datasql"
/>
</goal>
@@ -74,7 +74,7 @@
name="torque:jdbc"
description="delegate to torque:jdbc">
<ant
- antfile="${maven.home}/plugins/maven-torque-plugin-1.0/build-torque.xml"
+
antfile="${maven.home}/plugins/maven-torque-plugin-3.0-rc2-dev/build-torque.xml"
target="jdbc"
/>
</goal>
@@ -83,7 +83,7 @@
name="torque:om"
description="delegate to torque:om">
<ant
- antfile="${maven.home}/plugins/maven-torque-plugin-1.0/build-torque.xml"
+
antfile="${maven.home}/plugins/maven-torque-plugin-3.0-rc2-dev/build-torque.xml"
target="om"
/>
</goal>
@@ -92,7 +92,7 @@
name="torque:insert-sql"
description="delegate to torque:insert-sql">
<ant
- antfile="${maven.home}/plugins/maven-torque-plugin-1.0/build-torque.xml"
+
antfile="${maven.home}/plugins/maven-torque-plugin-3.0-rc2-dev/build-torque.xml"
target="insert-sql"
/>
</goal>
@@ -101,7 +101,7 @@
name="torque:sql2xml"
description="delegate to torque:sql2xml">
<ant
- antfile="${maven.home}/plugins/maven-torque-plugin-1.0/build-torque.xml"
+
antfile="${maven.home}/plugins/maven-torque-plugin-3.0-rc2-dev/build-torque.xml"
target="sql2xml"
/>
</goal>
@@ -110,7 +110,7 @@
name="torque:id-table-init-sql"
description="delegate to torque:id-table-init-sql">
<ant
- antfile="${maven.home}/plugins/maven-torque-plugin-1.0/build-torque.xml"
+
antfile="${maven.home}/plugins/maven-torque-plugin-3.0-rc2-dev/build-torque.xml"
target="id-table-init-sql"
/>
</goal>
--
To unsubscribe, e-mail: <mailto:turbine-torque-dev-unsubscribe@;jakarta.apache.org>
For additional commands, e-mail: <mailto:turbine-torque-dev-help@;jakarta.apache.org>