- Remove jaf from the classpath.
This commit is contained in:
parent
0e59ea7265
commit
41c24f4e37
7
ant.spec
7
ant.spec
@ -50,7 +50,7 @@
|
|||||||
|
|
||||||
Name: ant
|
Name: ant
|
||||||
Version: 1.8.1
|
Version: 1.8.1
|
||||||
Release: 5%{?dist}
|
Release: 6%{?dist}
|
||||||
Epoch: 0
|
Epoch: 0
|
||||||
Summary: Build tool for java
|
Summary: Build tool for java
|
||||||
Summary(it): Tool per la compilazione di programmi java
|
Summary(it): Tool per la compilazione di programmi java
|
||||||
@ -477,7 +477,7 @@ find . -name "*.jar" | %{_bindir}/xargs -t rm
|
|||||||
|
|
||||||
#install jars
|
#install jars
|
||||||
%if %without bootstrap
|
%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
|
%endif
|
||||||
|
|
||||||
# Fix file-not-utf8 rpmlint warning
|
# Fix file-not-utf8 rpmlint warning
|
||||||
@ -848,6 +848,9 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
# -----------------------------------------------------------------------------
|
# -----------------------------------------------------------------------------
|
||||||
|
|
||||||
%changelog
|
%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
|
* Thu Oct 7 2010 Alexander Kurtakov <akurtako@redhat.com> 0:1.8.1-5
|
||||||
- Drop gcj support.
|
- Drop gcj support.
|
||||||
- Drop jaf BR/R it is part of Java 5+.
|
- Drop jaf BR/R it is part of Java 5+.
|
||||||
|
Loading…
Reference in New Issue
Block a user