geirm       01/02/21 13:35:19

  Modified:    build    build-velocity.xml
  Log:
  Added jarsrc target from Chris Kimpton <[EMAIL PROTECTED]> to make
  a src-only jar.
  
  Revision  Changes    Path
  1.29      +11 -0     jakarta-velocity/build/build-velocity.xml
  
  Index: build-velocity.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-velocity/build/build-velocity.xml,v
  retrieving revision 1.28
  retrieving revision 1.29
  diff -u -r1.28 -r1.29
  --- build-velocity.xml        2001/02/12 03:12:53     1.28
  +++ build-velocity.xml        2001/02/21 21:35:17     1.29
  @@ -237,6 +237,17 @@
     
     </target>
   
  +  <!-- ================================================================== -->
  +  <!-- jars the source -->
  +  <!-- ================================================================== -->
  +  <target name="jarsrc"
  +          depends="prepare"
  +          description="--> generates the velocity.src.jar file containing source 
only">
  +      <jar jarfile="${build.dir}/${final.name}.src.jar"
  +          basedir="${build.src}"
  +          excludes="**/package.html"/>
  +  </target>
  +
     <!-- =================================================================== -->
     <!-- Compiles the example code                                           -->
     <!-- =================================================================== -->
  
  
  

Reply via email to