mizdebsk pushed to atinject (master). "Disable javadoc doclint"

notifications at fedoraproject.org notifications at fedoraproject.org
Wed May 13 16:34:57 UTC 2015


From 7e18916d46213b5ca284e63deb502cd5a706227c Mon Sep 17 00:00:00 2001
From: Mikolaj Izdebski <mizdebsk at redhat.com>
Date: Wed, 13 May 2015 18:34:44 +0200
Subject: Disable javadoc doclint


diff --git a/atinject.spec b/atinject.spec
index 61944a1..94948d4 100644
--- a/atinject.spec
+++ b/atinject.spec
@@ -1,6 +1,6 @@
 Name:           atinject
 Version:        1
-Release:        19.20100611svn86%{?dist}
+Release:        20.20100611svn86%{?dist}
 Summary:        Dependency injection specification for Java (JSR-330)
 License:        ASL 2.0
 URL:            http://code.google.com/p/atinject/
@@ -71,6 +71,7 @@ sed -i -e 's/pom\.groupId/project.groupId/' tck-pom.xml
 set -e
 alias rm=:
 alias xargs=:
+alias javadoc='javadoc -Xdoclint:none'
 . ./build.sh
 
 # Inject OSGi manifests required by Eclipse.
@@ -100,6 +101,9 @@ cp -pr build/tck/javadoc/* %{buildroot}%{_javadocdir}/%{name}/tck
 %{_javadocdir}/atinject
 
 %changelog
+* Wed May 13 2015 Mikolaj Izdebski <mizdebsk at redhat.com> - 1-20.20100611svn86
+- Disable javadoc doclint
+
 * Thu Mar 12 2015 Mikolaj Izdebski <mizdebsk at redhat.com> - 1-19.20100611svn86
 - Add javapackages Maven coordinates to manifests
 
-- 
cgit v0.10.2


	http://pkgs.fedoraproject.org/cgit/atinject.git/commit/?h=master&id=7e18916d46213b5ca284e63deb502cd5a706227c


More information about the scm-commits mailing list