[libjchart2d-java] 01/01: Build Javadoc with default stylesheet.css.

Markus Koschany apo-guest at moszumanska.debian.org
Tue Oct 14 12:48:21 BST 2014


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

apo-guest pushed a commit to branch master
in repository libjchart2d-java.

commit 393927011d4f26a4966d446a43675b9d7a603a3d
Author: Markus Koschany <apo at gambaru.de>
Date:   Tue Oct 14 13:39:54 2014 +0200

    Build Javadoc with default stylesheet.css.
---
 debian/patches/build.patch | 15 ++++++++++++---
 1 file changed, 12 insertions(+), 3 deletions(-)

diff --git a/debian/patches/build.patch b/debian/patches/build.patch
index d9b462c..edf3d57 100644
--- a/debian/patches/build.patch
+++ b/debian/patches/build.patch
@@ -3,11 +3,11 @@ Date: Sat, 11 Oct 2014 14:18:26 +0200
 Subject: build
 
 ---
- jchart2d/build.xml | 18 ++++++++++--------
- 1 file changed, 10 insertions(+), 8 deletions(-)
+ jchart2d/build.xml | 20 +++++++++++---------
+ 1 file changed, 11 insertions(+), 9 deletions(-)
 
 diff --git a/jchart2d/build.xml b/jchart2d/build.xml
-index deda1b8..8194b5c 100644
+index deda1b8..163bfc4 100644
 --- a/jchart2d/build.xml
 +++ b/jchart2d/build.xml
 @@ -1,14 +1,15 @@
@@ -51,6 +51,15 @@ index deda1b8..8194b5c 100644
  			</libraryjar>
  			<!--
                 caution: The name attribut value has to be the same expression
+@@ -290,7 +292,7 @@
+ 	<target name="javadoc" depends="delete.doc">
+ 		<delete dir="${basedir}/doc/docs/javadoc"/>
+ 		<mkdir dir="${basedir}/doc/docs/javadoc" />
+-		<javadoc destdir="${basedir}/doc/docs/javadoc" access="protected" use="false" notree="false" nonavbar="false" noindex="false" splitindex="true" Author="true" version="true" nodeprecatedlist="false" nodeprecated="false" doctitle="JChart2D API documentation, Version ${project.version}" windowtitle="JChart2D API documentation, Version ${project.version}" Verbose="true" stylesheetfile="${basedir}/doc/docs/javadoc/jchart2d.css" charset="UTF-8" docencoding="UTF-8">
++		<javadoc destdir="${basedir}/doc/docs/javadoc" access="protected" use="false" notree="false" nonavbar="false" noindex="false" splitindex="true" Author="true" version="true" nodeprecatedlist="false" nodeprecated="false" doctitle="JChart2D API documentation, Version ${project.version}" windowtitle="JChart2D API documentation, Version ${project.version}" Verbose="true" charset="UTF-8" docencoding="UTF-8">
+ 			<classpath refid="classpath" />
+ 			<bottom>
+ 				<![CDATA[<i>Copyright © 2001 - 2010 <a href="http://www.opensource.org/licenses/lgpl-license.php" target="_blank">LGPL</a>, All Rights Footloose.</i>]]></bottom>
 @@ -308,7 +310,7 @@
  </target>
  

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



More information about the pkg-java-commits mailing list