Add DOM3 stubs to classes that need them (#152255)
This commit is contained in:
parent
2cc3b98c35
commit
5d69978cbe
@ -13,6 +13,7 @@ Patch0: %{name}-noxsltcdeps.patch
|
||||
Patch1: %{name}-manifest.patch
|
||||
Patch2: %{name}-crosslink.patch
|
||||
Patch3: %{name}-bz130162.patch
|
||||
Patch4: %{name}-bz152255.patch
|
||||
URL: http://xml.apache.org/xalan-j/
|
||||
Group: Text Processing/Markup/XML
|
||||
#Vendor: JPackage Project
|
||||
@ -83,11 +84,12 @@ find . -name "*.jar" \
|
||||
if java -version 2>&1 | grep -q "gcj"; then
|
||||
%patch3 -p1
|
||||
fi
|
||||
%patch4 -p1
|
||||
|
||||
%build
|
||||
if [ ! -e "$JAVA_HOME" ] ; then export JAVA_HOME="%{java_home}" ; fi
|
||||
export CLASSPATH=$(build-classpath servlet java_cup java_cup-runtime jlex \
|
||||
bcel xerces-j2)
|
||||
export CLASSPATH=$(build-classpath servletapi5 java_cup java_cup-runtime \
|
||||
jlex bcel xerces-j2)
|
||||
|
||||
ant \
|
||||
-Djava.awt.headless=true \
|
||||
@ -192,6 +194,9 @@ ln -s %{name}-%{version} %{_javadocdir}/%{name}
|
||||
%{_datadir}/%{name}
|
||||
|
||||
%changelog
|
||||
* Tue May 24 2005 Gary Benson <gbenson@redhat.com>
|
||||
- Add DOM3 stubs to classes that need them (#152255).
|
||||
|
||||
* Fri Apr 1 2005 Gary Benson <gbenson at redhat.com> 0:2.6.0-2jpp_2fc
|
||||
- Add NOTICE file as per Apache License version 2.0.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user