dleslie     00/11/13 13:52:19

  Modified:    .        build.xml
  Log:
  Copy .res and .properties files to build/classes to include in jar.
  
  Revision  Changes    Path
  1.37      +5 -1      xml-xalan/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/xml-xalan/build.xml,v
  retrieving revision 1.36
  retrieving revision 1.37
  diff -u -r1.36 -r1.37
  --- build.xml 2000/11/01 16:54:03     1.36
  +++ build.xml 2000/11/13 21:52:19     1.37
  @@ -53,7 +53,7 @@
     
     - Much of this file stolen from Stefano's xml-xerces build.xml  
     
  -   $Id: build.xml,v 1.36 2000/11/01 16:54:03 dleslie Exp $
  +   $Id: build.xml,v 1.37 2000/11/13 21:52:19 dleslie Exp $
      
   ==================================================================== -->
   
  @@ -136,7 +136,11 @@
     <!-- Creates the xalan JAR                                               
-->
     <!-- =================================================================== 
-->
     <target name="package" depends="compile">
  +    <copy todir="${build.classes}">  
  +       <fileset dir="${src.dir}" includes="**/*.properties,**/*.res"/>
  +     </copy>    
       <jar jarfile="${build.dir}/xalan.jar" basedir="${build.classes}"/>
  +
     </target>
   
     <!-- =================================================================== 
-->
  
  
  

Reply via email to