vmassol     2003/07/13 14:42:04

  Modified:    .        build.xml
  Log:
  Exclude clover class details from distribution (in order to prevent distribution 
size).
  
  Revision  Changes    Path
  1.62      +6 -4      jakarta-cactus/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-cactus/build.xml,v
  retrieving revision 1.61
  retrieving revision 1.62
  diff -u -r1.61 -r1.62
  --- build.xml 13 Jul 2003 19:40:41 -0000      1.61
  +++ build.xml 13 Jul 2003 21:42:04 -0000      1.62
  @@ -70,12 +70,10 @@
           inheritAll="false" target="dist">
         <property name="j2ee.jar" value="${j2ee.12.jar}"/>
       </ant>
  -
       <ant antfile="integration/eclipse/org.apache.cactus.eclipse.runner/build.xml" 
           inheritAll="false" target="dist">
         <property name="j2ee.jar" value="${j2ee.13.jar}"/>
       </ant>
  -
       <ant antfile="samples/servlet/build.xml" inheritAll="false" 
           target="dist">
         <property name="j2ee.jar" value="${j2ee.12.jar}"/>
  @@ -134,7 +132,11 @@
   
       <zip destfile="${release.dir}/tmp.zip">
         <zipfileset dir="documentation/dist/doc"
  -          prefix="${main.release.name}/doc"/>
  +          prefix="${main.release.name}/doc">
  +        <!-- Remove the Clover reports from the release as they are too big.
  +             Just leave the front page report but remove the class details -->
  +        <exclude name="clover-*/org/**"/>
  +      </zipfileset>
         <zipfileset file="${aspectjrt.jar}"
             prefix="${main.release.name}/lib"/>
         <zipfileset file="${cactus.ant.jar}"
  
  
  

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

Reply via email to