geirm       2004/04/14 05:17:46

  Modified:    build    Tag: VEL_1_4_BRANCH build.xml
  Log:
  update to support new license for dist
  
  Revision  Changes    Path
  No                   revision
  No                   revision
  1.62.2.2  +7 -2      jakarta-velocity/build/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-velocity/build/build.xml,v
  retrieving revision 1.62.2.1
  retrieving revision 1.62.2.2
  diff -u -r1.62.2.1 -r1.62.2.2
  --- build.xml 14 Apr 2004 12:08:06 -0000      1.62.2.1
  +++ build.xml 14 Apr 2004 12:17:46 -0000      1.62.2.2
  @@ -544,8 +544,13 @@
       </copy>
   
       <copy 
  -      file="../LICENSE.txt" 
  -      tofile="${dist.dir}/LICENSE.txt"
  +      file="../LICENSE" 
  +      tofile="${dist.dir}/LICENSE"
  +    />
  +
  +    <copy 
  +      file="../NOTICE" 
  +      tofile="${dist.dir}/NOTICE"
       />
   
       <copy 
  
  
  

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

Reply via email to