12 lines
576 B
Diff
12 lines
576 B
Diff
--- apache-ant-1.10.5/src/script/ant 2018-07-10 06:50:31.000000000 +0200
|
|
+++ apache-ant-1.10.5/src/script/ant 2018-12-10 09:12:59.451126724 +0100
|
|
@@ -206,7 +206,7 @@
|
|
# request optional jars and their dependencies via the OPT_JAR_LIST
|
|
# variable
|
|
if $rpm_mode && [ -x /usr/bin/build-classpath ]; then
|
|
- LOCALCLASSPATH="$(/usr/bin/build-classpath ant ant-launcher jaxp_parser_impl xml-commons-apis)"
|
|
+ LOCALCLASSPATH="$(/usr/bin/build-classpath ant ant-launcher)"
|
|
|
|
# If no optional jars have been specified then build the default list
|
|
if [ -z "$OPT_JAR_LIST" ]; then
|