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:04:38 UTC

cvs commit: db-torque maven.xml

seade       2004/08/15 20:04:38

  Modified:    xdocs    Tag: TORQUE_3_1_BRANCH developer-guide.xml
               .        Tag: TORQUE_3_1_BRANCH maven.xml
  Log:
  java:jar is deprecated - use jar:jar instead.
  
  Revision  Changes    Path
  No                   revision
  No                   revision
  1.10.4.3  +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.10.4.2
  retrieving revision 1.10.4.3
  diff -u -r1.10.4.2 -r1.10.4.3
  --- developer-guide.xml	30 Dec 2003 12:43:09 -0000	1.10.4.2
  +++ developer-guide.xml	16 Aug 2004 03:04:38 -0000	1.10.4.3
  @@ -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
  
  
  
  No                   revision
  No                   revision
  1.20.2.1  +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.20.2.1
  diff -u -r1.20 -r1.20.2.1
  --- maven.xml	18 Aug 2003 15:20:09 -0000	1.20
  +++ maven.xml	16 Aug 2004 03:04:38 -0000	1.20.2.1
  @@ -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: torque-dev-unsubscribe@db.apache.org
For additional commands, e-mail: torque-dev-help@db.apache.org