[libxbean-java] 01/04: Removed the HTML view of the source files from the javadoc

Emmanuel Bourg ebourg-guest at moszumanska.debian.org
Mon Oct 5 07:29:10 UTC 2015


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

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

commit c9ee9d4cff3de2637c769525f95bc56a4987af8e
Author: Emmanuel Bourg <ebourg at apache.org>
Date:   Mon Oct 5 09:08:30 2015 +0200

    Removed the HTML view of the source files from the javadoc
---
 debian/changelog                                |  7 +++++++
 debian/patches/disable-javadoc-linksource.patch | 14 ++++++++++++++
 debian/patches/full.series                      |  1 +
 3 files changed, 22 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index 69e835f..3ee9a7e 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+libxbean-java (4.3-3) UNRELEASED; urgency=medium
+
+  * Team upload.
+  * Removed the HTML view of the source files from the javadoc
+
+ -- Emmanuel Bourg <ebourg at apache.org>  Mon, 05 Oct 2015 09:07:44 +0200
+
 libxbean-java (4.3-2) unstable; urgency=medium
 
   * Team upload.
diff --git a/debian/patches/disable-javadoc-linksource.patch b/debian/patches/disable-javadoc-linksource.patch
new file mode 100644
index 0000000..39c77f7
--- /dev/null
+++ b/debian/patches/disable-javadoc-linksource.patch
@@ -0,0 +1,14 @@
+Description: Remove the HTML view of the source files from the javadoc
+Author: Emmanuel Bourg <ebourg at apache.org>
+Forwarded: not-needed
+--- a/pom.xml
++++ b/pom.xml
+@@ -442,7 +442,7 @@
+ 
+                     <additionalparam>-J-Djava.awt.headless=true</additionalparam>
+                     -->
+-                    <linksource>true</linksource>
++                    <linksource>false</linksource>
+                     <links>
+                         <!-- JSE -->
+                         <link>http://java.sun.com/j2se/1.5.0/docs/api/</link>
diff --git a/debian/patches/full.series b/debian/patches/full.series
index 1bff0e6..ee9aec2 100644
--- a/debian/patches/full.series
+++ b/debian/patches/full.series
@@ -3,3 +3,4 @@ modules.diff
 DelegatingBundleContext.patch
 fix-asm-visitor.patch
 groovy2-compatibility.patch
+disable-javadoc-linksource.patch

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



More information about the pkg-java-commits mailing list