You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@cocoon.apache.org by st...@locus.apache.org on 2000/05/03 14:56:48 UTC

cvs commit: xml-cocoon build.sh

stefano     00/05/03 05:56:48

  Modified:    .        build.sh
  Log:
  checked that antRun has executing permissions
  
  Revision  Changes    Path
  1.15      +2 -0      xml-cocoon/build.sh
  
  Index: build.sh
  ===================================================================
  RCS file: /home/cvs/xml-cocoon/build.sh,v
  retrieving revision 1.14
  retrieving revision 1.15
  diff -u -r1.14 -r1.15
  --- build.sh	2000/04/25 15:04:10	1.14
  +++ build.sh	2000/05/03 12:56:48	1.15
  @@ -24,6 +24,8 @@
   echo
   echo Building with classpath $LOCALCLASSPATH
   
  +chmod +755 $ANT_HOME/bin/antRun
  +
   echo
   echo Starting Ant...