You are viewing a plain text version of this content. The canonical link for it is here.
Posted to batik-dev@xmlgraphics.apache.org by vh...@apache.org on 2001/09/10 13:06:00 UTC

cvs commit: xml-batik build.xml

vhardy      01/09/10 04:06:00

  Modified:    .        build.xml
  Log:
  Improved src distrib rule.
  
  Revision  Changes    Path
  1.80      +4 -3      xml-batik/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/xml-batik/build.xml,v
  retrieving revision 1.79
  retrieving revision 1.80
  diff -u -r1.79 -r1.80
  --- build.xml	2001/08/30 17:14:01	1.79
  +++ build.xml	2001/09/10 11:06:00	1.80
  @@ -44,7 +44,7 @@
     [win32] .\build.bat help
   
    
  - $Id: build.xml,v 1.79 2001/08/30 17:14:01 deweese Exp $
  + $Id: build.xml,v 1.80 2001/09/10 11:06:00 vhardy Exp $
   
   -->
   
  @@ -165,15 +165,16 @@
       <copy todir="${build}/samples">
         <fileset dir="samples"/>
       </copy>
  -    <delete file="${build}/samples/tests/bboxOnText.svg" />
       <zip zipfile="${project}-${version}.zip" basedir="." includes="${build}/**"/> 
   
       <zip zipfile="${project}-src-${version}.zip" basedir=".." 
            includes="xml-${project}/**" excludes="xml-${project}/test-references/**">
           <exclude name="xml-${project}/${project}-src-${version}.zip" />
           <exclude name="xml-${project}/classes/**" />
  +        <exclude name="xml-${project}/lib/build/mail.jar" />
  +        <exclude name="xml-${project}/lib/build/activation.jar" />
  +        <exclude name="xml-${project}/test-references/**" />
       </zip>
  -
   
     </target>
   
  
  
  

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