Remove debugging code
This commit is contained in:
parent
ef6748b3c6
commit
d88688d730
6
ant.spec
6
ant.spec
@ -334,12 +334,6 @@ find . -name "*.jar" -exec rm -f {} \;
|
|||||||
# classpath selects optional components to build
|
# classpath selects optional components to build
|
||||||
export CLASSPATH=$(%{_bindir}/build-classpath jaxp_parser_impl xml-commons-apis antlr bcel jaf javamail/mailapi jdepend junit log4j oro regexp commons-logging jsch xml-commons-resolver)
|
export CLASSPATH=$(%{_bindir}/build-classpath jaxp_parser_impl xml-commons-apis antlr bcel jaf javamail/mailapi jdepend junit log4j oro regexp commons-logging jsch xml-commons-resolver)
|
||||||
|
|
||||||
# XXX this class does not build properly with ecj (#152256)
|
|
||||||
mkdir -p build/classes
|
|
||||||
CLASSPATH="src/main:$CLASSPATH" \
|
|
||||||
gcj -d build/classes \
|
|
||||||
-C src/main/org/apache/tools/ant/IntrospectionHelper.java
|
|
||||||
|
|
||||||
# perform bootstrap and build without jjp or user configs,
|
# perform bootstrap and build without jjp or user configs,
|
||||||
# (except JAVA_HOME as required by build script)
|
# (except JAVA_HOME as required by build script)
|
||||||
[ -n "$JAVA_HOME" ] && unset JAVA_HOME
|
[ -n "$JAVA_HOME" ] && unset JAVA_HOME
|
||||||
|
Loading…
Reference in New Issue
Block a user