jvanzyl     00/10/22 15:46:03

  Modified:    build    build-velocity.xml
  Log:
  - removing chmod in compile target. no longer required.
  
  Revision  Changes    Path
  1.8       +0 -2      jakarta-velocity/build/build-velocity.xml
  
  Index: build-velocity.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-velocity/build/build-velocity.xml,v
  retrieving revision 1.7
  retrieving revision 1.8
  diff -u -r1.7 -r1.8
  --- build-velocity.xml        2000/10/22 22:40:24     1.7
  +++ build-velocity.xml        2000/10/22 22:46:03     1.8
  @@ -97,8 +97,6 @@
                   src="${src.java.dir}/${default.properties}"
                   dest="${build.dest}/${default.properties}"
               />                
  -
  -            <chmod file="${build.dest}/org/apache/velocity/test.sh" perm="+x"/>
               
       </target>
     
  
  
  

Reply via email to