cjolif      02/01/31 06:03:14

  Modified:    .        build.xml
  Log:
  move Rhino license to the lib dir
  
  Revision  Changes    Path
  1.101     +5 -3      xml-batik/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/xml-batik/build.xml,v
  retrieving revision 1.100
  retrieving revision 1.101
  diff -u -r1.100 -r1.101
  --- build.xml 2 Jan 2002 21:21:16 -0000       1.100
  +++ build.xml 31 Jan 2002 14:03:14 -0000      1.101
  @@ -47,7 +47,7 @@
     [win32] .\build.bat help
   
    
  - $Id: build.xml,v 1.100 2002/01/02 21:21:16 deweese Exp $
  + $Id: build.xml,v 1.101 2002/01/31 14:03:14 cjolif Exp $
   
   -->
   
  @@ -175,7 +175,8 @@
     <target name="bin-zip" depends="jars">
       <copy file="README" todir="${build}"/>
       <copy file="LICENSE" todir="${build}"/>
  -    <copy file="LICENSE.rhino" todir="${build}"/>
  +    <copy file="lib/LICENSE.js.txt" todir="${build}/lib"/>
  +    <copy file="lib/README.js.txt" todir="${build}/lib"/>
       <copy todir="${build}/samples">
         <fileset dir="samples"/>
       </copy>
  @@ -208,7 +209,8 @@
   
       <copy file="README" todir="${build}"/>
       <copy file="LICENSE" todir="${build}"/>
  -    <copy file="LICENSE.rhino" todir="${build}"/>
  +    <copy file="lib/LICENSE.js.txt" todir="${build}/lib"/>
  +    <copy file="lib/README.js.txt" todir="${build}/lib"/>
       <copy todir="${build}/samples">
         <fileset dir="samples"/>
       </copy>
  
  
  

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

Reply via email to