jvanzyl     02/03/17 09:22:04

  Modified:    src/templates/build build-maven.xml
  Log:
  Getting the "dist" target to work correctly.
  
  Revision  Changes    Path
  1.8       +5 -0      jakarta-turbine-maven/src/templates/build/build-maven.xml
  
  Index: build-maven.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-turbine-maven/src/templates/build/build-maven.xml,v
  retrieving revision 1.7
  retrieving revision 1.8
  diff -u -r1.7 -r1.8
  --- build-maven.xml   17 Mar 2002 16:24:55 -0000      1.7
  +++ build-maven.xml   17 Mar 2002 17:22:04 -0000      1.8
  @@ -213,6 +213,8 @@
       <copy todir="${distDir}" file="README.txt"/>
       <copy todir="${distDir}" file="LICENSE"/>
       -->
  +    <!-- Copy the project descriptor -->
  +    <copy todir="${distDir}" file="project.xml"/>
   
       <!-- Copy Jars -->
       <copy todir="${distDir}">
  @@ -259,7 +261,10 @@
         </fileset>
       </delete>
   
  +    <!--
       <copy todir="${distDir}" file="${maven.home}/default.properties"/>
  +    -->
  +    
       <copy todir="${distDir}" file="build.xml"/>
   
       <!-- Copy Source -->
  
  
  

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to