You are viewing a plain text version of this content. The canonical link for it is here.
Posted to torque-dev@db.apache.org by se...@apache.org on 2004/08/16 05:05:52 UTC

cvs commit: db-torque/src/generator maven.xml

seade       2004/08/15 20:05:52

  Modified:    src/generator Tag: TORQUE_3_1_BRANCH maven.xml
  Log:
  java:jar is deprecated - use jar:jar instead.
  
  Revision  Changes    Path
  No                   revision
  No                   revision
  1.8.2.1   +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.8.2.1
  diff -u -r1.8 -r1.8.2.1
  --- maven.xml	24 Jul 2003 12:40:11 -0000	1.8
  +++ maven.xml	16 Aug 2004 03:05:52 -0000	1.8.2.1
  @@ -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}"/>
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: torque-dev-unsubscribe@db.apache.org
For additional commands, e-mail: torque-dev-help@db.apache.org