diff --git a/build.xml b/build.xml index 6186b5fd..c17222a8 100644 --- a/build.xml +++ b/build.xml @@ -302,7 +302,6 @@ - @@ -546,7 +545,6 @@ - diff --git a/build/Xalan.pm b/build/Xalan.pm index 4c2ec208..be9cbb50 100755 --- a/build/Xalan.pm +++ b/build/Xalan.pm @@ -20,7 +20,7 @@ sub xalanCall $res .= " -Djava.endorsed.dirs=$xalanRoot/endorsed"; # Classpath - my $classpath = '../bin'; + my $classpath = ''; while (glob "$xalanRoot/lib/*") { $classpath .= ':' unless $classpath eq ''; $classpath .= $_;