Fridrich Strba 2024-09-22 18:41:39 +00:00 committed by Git OBS Bridge
parent 2ca3911b31
commit 069275c669

View File

@ -139,7 +139,6 @@ pushd lib
ln -sf $(build-classpath java-cup-runtime) runtime.jar
ln -sf $(build-classpath bcel) bcel-6.7.0.jar
ln -sf $(build-classpath regexp) regexp.jar
ln -sf $(build-classpath xml-apis) xml-apis.jar
pushd endorsed
ln -sf $(build-classpath xerces-j2) xercesImpl.jar
ln -sf $(build-classpath xml-apis) xml-apis.jar
@ -157,7 +156,7 @@ popd
%if %{with extras}
mkdir -p build
pushd build
ln -sf $(build-classpath xalan-j2) xalan-interpretive.jar
ln -sf $(build-classpath %{base_name}) xalan-interpretive.jar
popd
%endif