jvanzyl     02/04/14 18:49:53

  Modified:    src/templates/build build.xml
  Log:
  Adding a target so that a user can just generate the xdocs.
  
  Revision  Changes    Path
  1.26      +6 -1      jakarta-turbine-maven/src/templates/build/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-turbine-maven/src/templates/build/build.xml,v
  retrieving revision 1.25
  retrieving revision 1.26
  diff -u -r1.25 -r1.26
  --- build.xml 26 Mar 2002 14:08:13 -0000      1.25
  +++ build.xml 15 Apr 2002 01:49:53 -0000      1.26
  @@ -102,7 +102,12 @@
         name="maven:update-jars">
         <ant antfile="$mavenDirectory/build-maven.xml" target="update-jars"/>
       </target>
  -    
  +
  +    <target 
  +      name="maven:xdocs">
  +      <ant antfile="$mavenDirectory/build-docs.xml" target="generate-xdocs"/>
  +    </target>
  +
     <!-- maven:end -->
   
   </project>
  
  
  


Reply via email to