[checkstyle] 12/14: Removed the sources from the javadoc

Emmanuel Bourg ebourg-guest at moszumanska.debian.org
Tue Nov 24 11:20:46 UTC 2015


This is an automated email from the git hooks/post-receive script.

ebourg-guest pushed a commit to branch master
in repository checkstyle.

commit bb678d94c35c4c522579baba4cc6ec786866673f
Author: Emmanuel Bourg <ebourg at apache.org>
Date:   Tue Nov 24 11:38:48 2015 +0100

    Removed the sources from the javadoc
---
 debian/changelog                               | 1 +
 debian/patches/01_link_to_system_javadocs.diff | 6 ++++--
 2 files changed, 5 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 5c0a6cd..2c31cf9 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -10,6 +10,7 @@ checkstyle (6.12.1-1) UNRELEASED; urgency=medium
     - Refreshed debian/copyright
   * Display the name of the exectutable instead of the class name
     in the help message
+  * Removed the sources from the javadoc
 
  -- Emmanuel Bourg <ebourg at apache.org>  Thu, 21 May 2015 14:34:06 +0200
 
diff --git a/debian/patches/01_link_to_system_javadocs.diff b/debian/patches/01_link_to_system_javadocs.diff
index 9cf05de..59b7afa 100644
--- a/debian/patches/01_link_to_system_javadocs.diff
+++ b/debian/patches/01_link_to_system_javadocs.diff
@@ -5,10 +5,12 @@ Last-Update: 2011-07-19
 
 --- a/pom.xml
 +++ b/pom.xml
-@@ -310,6 +310,12 @@
+@@ -309,7 +309,13 @@
+           <configuration>
              <source>1.7</source>
              <failOnError>true</failOnError>
-             <linksource>true</linksource>
+-            <linksource>true</linksource>
++            <linksource>false</linksource>
 +            <offlineLinks>
 +              <offlineLink>
 +                <url>file:///usr/share/doc/default-jdk-doc/api/</url>

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/checkstyle.git



More information about the pkg-java-commits mailing list