Disable javadoc doclint
This commit is contained in:
parent
f233d782bd
commit
7e18916d46
@ -1,6 +1,6 @@
|
|||||||
Name: atinject
|
Name: atinject
|
||||||
Version: 1
|
Version: 1
|
||||||
Release: 19.20100611svn86%{?dist}
|
Release: 20.20100611svn86%{?dist}
|
||||||
Summary: Dependency injection specification for Java (JSR-330)
|
Summary: Dependency injection specification for Java (JSR-330)
|
||||||
License: ASL 2.0
|
License: ASL 2.0
|
||||||
URL: http://code.google.com/p/atinject/
|
URL: http://code.google.com/p/atinject/
|
||||||
@ -71,6 +71,7 @@ sed -i -e 's/pom\.groupId/project.groupId/' tck-pom.xml
|
|||||||
set -e
|
set -e
|
||||||
alias rm=:
|
alias rm=:
|
||||||
alias xargs=:
|
alias xargs=:
|
||||||
|
alias javadoc='javadoc -Xdoclint:none'
|
||||||
. ./build.sh
|
. ./build.sh
|
||||||
|
|
||||||
# Inject OSGi manifests required by Eclipse.
|
# Inject OSGi manifests required by Eclipse.
|
||||||
@ -100,6 +101,9 @@ cp -pr build/tck/javadoc/* %{buildroot}%{_javadocdir}/%{name}/tck
|
|||||||
%{_javadocdir}/atinject
|
%{_javadocdir}/atinject
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed May 13 2015 Mikolaj Izdebski <mizdebsk@redhat.com> - 1-20.20100611svn86
|
||||||
|
- Disable javadoc doclint
|
||||||
|
|
||||||
* Thu Mar 12 2015 Mikolaj Izdebski <mizdebsk@redhat.com> - 1-19.20100611svn86
|
* Thu Mar 12 2015 Mikolaj Izdebski <mizdebsk@redhat.com> - 1-19.20100611svn86
|
||||||
- Add javapackages Maven coordinates to manifests
|
- Add javapackages Maven coordinates to manifests
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user