User: sylvain 
  Date: 00/07/03 14:57:57

  Modified:    src/build build.xml
  Log:
  Added a chmod u+x to run.sh so that you can launch run.sh without having to change 
the run.sh file perms manually
  
  Revision  Changes    Path
  1.10      +3 -0      jboss/src/build/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /products/cvs/ejboss/jboss/src/build/build.xml,v
  retrieving revision 1.9
  retrieving revision 1.10
  diff -u -r1.9 -r1.10
  --- build.xml 2000/06/20 03:22:03     1.9
  +++ build.xml 2000/07/03 21:57:57     1.10
  @@ -172,6 +172,9 @@
        <copydir src="${build.lib.dir}/ext" dest="${dist.dir}/lib/ext"/>
        <copydir src="${build.dir}/client" dest="${dist.dir}/client"/>
        <copydir src="${src.client.dir}" dest="${dist.dir}/client"/>
  +
  +     <chmod src="${dist.dir}/bin/run.sh" perm="u+x" />
  +
     </target>
   
     <!-- =================================================================== -->
  
  
  

Reply via email to