nicolaken    02/04/08 06:25:58

  Modified:    .        build.sh
  Log:
  fixed -projecthelp usage in build.sh by removing the xml log stuff.
  It still puzzles me... I guess I'll dump the xml log alltogether.
  
  Revision  Changes    Path
  1.6       +1 -1      jakarta-poi/build.sh
  
  Index: build.sh
  ===================================================================
  RCS file: /home/cvs/jakarta-poi/build.sh,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- build.sh  8 Apr 2002 07:19:40 -0000       1.5
  +++ build.sh  8 Apr 2002 13:25:58 -0000       1.6
  @@ -29,7 +29,7 @@
   CLASSPATH="`echo ./lib/endorsed/*.jar | tr ' ' $S`"
   export CLASSPATH
   
  -$PWD/./tools/antipede/bin/ant -emacs -listener org.apache.tools.ant.XmlLogger $@ 
  +$PWD/./tools/antipede/bin/ant -emacs $@ 
   
   unset CLASSPATH
   
  
  
  


Reply via email to