vhardy      2002/11/19 05:31:21

  Modified:    .        build.xml
  Removed:     test-sources/org/apache/batik/test TestReportMailer.java
  Log:
  Removed TestReportMailer as it is not used and is only causing build issues because 
mail.jar and activation.jar are not included in the distribution
  
  Revision  Changes    Path
  1.120     +1 -4      xml-batik/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/xml-batik/build.xml,v
  retrieving revision 1.119
  retrieving revision 1.120
  diff -u -r1.119 -r1.120
  --- build.xml 18 Nov 2002 16:46:57 -0000      1.119
  +++ build.xml 19 Nov 2002 13:31:20 -0000      1.120
  @@ -120,7 +120,6 @@
         <include name="stylebook*.jar"/>
         <include name="xalan*.jar"/>
         <include name="xerces*.jar"/>
  -      <include name="mail*.jar"/>
       </fileset>
     </path>
   
  @@ -196,8 +195,6 @@
           <exclude name="xml-${project}/${project}-${version}.zip" />
           <exclude name="xml-${project}/${project}-docs-${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/**" />
           <exclude name="xml-${project}/${build}/**" />
       </zip>
  
  
  

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

Reply via email to