14 lines
383 B
Diff
14 lines
383 B
Diff
Index: bootstrap.sh
|
|
===================================================================
|
|
--- bootstrap.sh
|
|
+++ bootstrap.sh
|
|
@@ -96,7 +96,7 @@ if [ -d "build" ] ; then
|
|
rm -r build
|
|
fi
|
|
|
|
-CLASSPATH=lib/xercesImpl.jar:lib/xml-apis.jar:${CLASSPATH}
|
|
+CLASSPATH=$(/usr/bin/build-classpath jaxp_parser_impl xml-commons-apis):${CLASSPATH}
|
|
|
|
DIRLIBS=lib/optional/*.jar
|
|
for i in ${DIRLIBS}
|