seade 2004/08/15 20:11:09
Modified: xdocs developer-guide.xml
src/generator maven.xml
. maven.xml
Log:
java:jar is deprecated - use jar:jar instead.
Revision Changes Path
1.13 +1 -1 db-torque/xdocs/developer-guide.xml
Index: developer-guide.xml
===================================================================
RCS file: /home/cvs/db-torque/xdocs/developer-guide.xml,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- developer-guide.xml 30 Dec 2003 12:42:48 -0000 1.12
+++ developer-guide.xml 16 Aug 2004 03:11:09 -0000 1.13
@@ -43,7 +43,7 @@
<a href="http://www.apache.org/dev/version-control.html">documentation</a>).
</p>
<p>
- <code>maven java:jar</code> builds the jar. <br/>
+ <code>maven jar:jar</code> builds the jar. <br/>
Please refer to the Maven
<a href="http://maven.apache.org/start/index.html">
Getting Started</a> document for instructions on how to build the
1.9 +3 -3 db-torque/src/generator/maven.xml
Index: maven.xml
===================================================================
RCS file: /home/cvs/db-torque/src/generator/maven.xml,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- maven.xml 24 Jul 2003 12:40:11 -0000 1.8
+++ maven.xml 16 Aug 2004 03:11:09 -0000 1.9
@@ -1,5 +1,5 @@
<project
- default="java:jar"
+ default="jar:jar"
xmlns:pom="pom"
xmlns:deploy="deploy">
@@ -101,7 +101,7 @@
<!-- binary distribution without jars used by scarab -->
<!-- ================================================================== -->
<goal name="dist:lite"
- prereqs="java:jar"
+ prereqs="jar:jar"
description="distribution without dependency jars">
<!-- copy templates to the right place -->
@@ -162,7 +162,7 @@
<goal
name="runtime:prepare"
- prereqs="java:jar">
+ prereqs="jar:jar">
<!-- Set values in test profile -->
<property file="${torque.testProfile}"/>
1.21 +4 -4 db-torque/maven.xml
Index: maven.xml
===================================================================
RCS file: /home/cvs/db-torque/maven.xml,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -r1.20 -r1.21
--- maven.xml 18 Aug 2003 15:20:09 -0000 1.20
+++ maven.xml 16 Aug 2004 03:11:09 -0000 1.21
@@ -1,5 +1,5 @@
<project
- default="java:jar"
+ default="jar:jar"
xmlns:deploy="deploy">
<!-- Allow any user specific values to override the defaults -->
@@ -49,7 +49,7 @@
<!-- binary distribution without jars used by scarab -->
<!-- ================================================================== -->
<goal name="dist:lite"
- prereqs="java:jar"
+ prereqs="jar:jar"
description="distribution without dependency jars">
<!-- copy schema files to the right place -->
@@ -105,7 +105,7 @@
<goal
name="runtime:prepare"
- prereqs="java:jar">
+ prereqs="jar:jar">
<!-- Set values in test profile -->
<property file="${torque.testProfile}"/>
@@ -211,7 +211,7 @@
<goal
name="runtime:prepare-ojb"
- prereqs="java:jar">
+ prereqs="jar:jar">
<!-- Set values in test profile -->
<property file="${torque.testProfile}"/>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]