mirror of https://github.com/apache/poi.git
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:
parent
d93f2d76dc
commit
dd74d11acf
2
build.sh
2
build.sh
|
@ -29,7 +29,7 @@ unset CLASSPATH
|
||||||
CLASSPATH="`echo ./lib/endorsed/*.jar | tr ' ' $S`"
|
CLASSPATH="`echo ./lib/endorsed/*.jar | tr ' ' $S`"
|
||||||
export CLASSPATH
|
export CLASSPATH
|
||||||
|
|
||||||
$PWD/./tools/antipede/bin/ant -emacs -listener org.apache.tools.ant.XmlLogger $@
|
$PWD/./tools/antipede/bin/ant -emacs $@
|
||||||
|
|
||||||
unset CLASSPATH
|
unset CLASSPATH
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue