[med-svn] [imagej] 01/10: d/patches/specify-javac-encoding.patch: specify encoding for javadoc task

Carnë Draug carandraug+dev at gmail.com
Mon Aug 28 13:12:50 UTC 2017


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

carandraug-guest pushed a commit to branch master
in repository imagej.

commit ccfe9e2b2177591bd62882816f9f2df8680f5bb1
Author: Carnë Draug <carandraug+dev at gmail.com>
Date:   Wed Aug 23 15:35:16 2017 +0100

    d/patches/specify-javac-encoding.patch: specify encoding for javadoc task
---
 debian/patches/specify-javac-encoding.patch | 12 ++++++++++--
 1 file changed, 10 insertions(+), 2 deletions(-)

diff --git a/debian/patches/specify-javac-encoding.patch b/debian/patches/specify-javac-encoding.patch
index e6e5394..9a5db7a 100644
--- a/debian/patches/specify-javac-encoding.patch
+++ b/debian/patches/specify-javac-encoding.patch
@@ -1,8 +1,8 @@
-Description: specify file encoding for java compiler
+Description: specify file encoding for java compiler and javadoc
  The file ij/process/AutoThresholder.java has some weird whitespace
  characters and so the encoding needs to be specified.
 Author: Carnë Draug <carandraug+dev at gmail.com>
-Last-Update: 2017-08-13
+Last-Update: 2017-08-23
 --- a/build.xml
 +++ b/build.xml
 @@ -6,7 +6,7 @@
@@ -14,3 +14,11 @@ Last-Update: 2017-08-13
        <!-- The plugins directory only needs to be 
               present at runtime, not at build time. -->
        <exclude name="plugins/**"/>
+@@ -60,6 +60,7 @@
+     <mkdir dir="../api" />
+     <javadoc 
+            sourcepath="."
++           encoding="utf-8"
+            packagenames="ij.*"
+            destdir="../api"
+            author="true"

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/imagej.git



More information about the debian-med-commit mailing list