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 he...@apache.org on 2004/11/01 15:31:20 UTC

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

henning     2004/11/01 06:31:20

  Modified:    src/generator Tag: TORQUE_3_1_BRANCH maven.xml
  Log:
  Copy libs to the lib directory for dist:build-bin
  
  Revision  Changes    Path
  No                   revision
  No                   revision
  1.8.2.4   +11 -0     db-torque/src/generator/maven.xml
  
  Index: maven.xml
  ===================================================================
  RCS file: /home/cvs/db-torque/src/generator/maven.xml,v
  retrieving revision 1.8.2.3
  retrieving revision 1.8.2.4
  diff -u -r1.8.2.3 -r1.8.2.4
  --- maven.xml	27 Oct 2004 14:24:49 -0000	1.8.2.3
  +++ maven.xml	1 Nov 2004 14:31:19 -0000	1.8.2.4
  @@ -85,6 +85,17 @@
     </postGoal>  
   
     <!-- ================================================================== -->
  +  <!-- D I S T : B U I L D _ B I N   P R E   G O A L                      -->
  +  <!-- ================================================================== -->
  +  <!-- copies jars, templates, ... to the ${maven.dist.bin.assembly.dir}  -->
  +  <!-- to include them in the binary dists                                -->
  +  <!-- ================================================================== -->
  +  <preGoal name="dist:build-bin">
  +    <!-- include listed dependencies -->
  +    <deploy:copy-deps todir="${maven.dist.bin.assembly.dir}/lib" excludes="jndi:jndi,jdbc" />
  +  </preGoal>
  +
  +  <!-- ================================================================== -->
     <!-- R U N T I M E T E S T                                              -->
     <!-- ================================================================== -->
     <goal
  
  
  

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