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.


git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352358 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Nicola Ken Barozzi 2002-04-08 13:25:58 +00:00
parent 1545a6e5f1
commit 191f726333

View File

@ -29,7 +29,7 @@ unset CLASSPATH
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