Remove spurious xml-commons-api requirement

This commit is contained in:
Deepak Bhole 2006-06-07 22:16:08 +00:00
parent bf1b8bafd8
commit 3f97785808

View File

@ -56,7 +56,7 @@ find . -name "*.class" -exec rm -f {} \;
%build
export CLASSPATH=$(build-classpath xalan-j2 xml-commons-apis)
export CLASSPATH=$(build-classpath xalan-j2)
sed -e 's|<property name="build.compiler".*||' build.xml > tempf; cp tempf build.xml; rm tempf
ant -Dj2se.apidoc=%{_javadocdir}/java package javadoc-link
@ -121,6 +121,7 @@ ln -s %{name}-%{version} %{_javadocdir}/%{name}
%changelog
* Wed Jun 7 2006 Deepak Bhole <dbhole@redhat.com> - 0:1.0-1jpp_4fc
- Build natively
- Remove spurious xml-commons-api requirement
* Mon Mar 6 2006 Jeremy Katz <katzj@redhat.com> - 0:1.0-1jpp_3fc
- stop scriptlet spew