- Remove jaf from the classpath.

This commit is contained in:
Alexander Kurtakov 2010-10-07 01:02:58 +03:00
parent 0e59ea7265
commit 41c24f4e37

View File

@ -50,7 +50,7 @@
Name: ant
Version: 1.8.1
Release: 5%{?dist}
Release: 6%{?dist}
Epoch: 0
Summary: Build tool for java
Summary(it): Tool per la compilazione di programmi java
@ -477,7 +477,7 @@ find . -name "*.jar" | %{_bindir}/xargs -t rm
#install jars
%if %without bootstrap
build-jar-repository -s -p lib/optional xerces-j2 xml-commons-jaxp-1.3-apis antlr bcel jaf javamail/mailapi jdepend junit log4j oro regexp bsf commons-logging commons-net jsch xalan-j2 xml-commons-resolver
build-jar-repository -s -p lib/optional xerces-j2 xml-commons-jaxp-1.3-apis antlr bcel javamail/mailapi jdepend junit log4j oro regexp bsf commons-logging commons-net jsch xalan-j2 xml-commons-resolver
%endif
# Fix file-not-utf8 rpmlint warning
@ -848,6 +848,9 @@ rm -rf $RPM_BUILD_ROOT
# -----------------------------------------------------------------------------
%changelog
* Thu Oct 7 2010 Alexander Kurtakov <akurtako@redhat.com> 0:1.8.1-6
- Remove jaf from the classpath.
* Thu Oct 7 2010 Alexander Kurtakov <akurtako@redhat.com> 0:1.8.1-5
- Drop gcj support.
- Drop jaf BR/R it is part of Java 5+.