[pkg-java] r18571 - trunk/mina2/debian

Emmanuel Bourg ebourg-guest at moszumanska.debian.org
Sat Oct 25 23:08:49 BST 2014


Author: ebourg-guest
Date: 2014-10-25 22:08:48 +0000 (Sat, 25 Oct 2014)
New Revision: 18571

Modified:
   trunk/mina2/debian/build.xml
   trunk/mina2/debian/changelog
Log:
Fixed the javadoc generation by specifying the source encoding



Modified: trunk/mina2/debian/build.xml
===================================================================
--- trunk/mina2/debian/build.xml	2014-10-25 21:45:26 UTC (rev 18570)
+++ trunk/mina2/debian/build.xml	2014-10-25 22:08:48 UTC (rev 18571)
@@ -86,6 +86,7 @@
 		version="true"
 		use="true"
 		author="true"
+		encoding="ISO-8859-1"
 		>
 		<fileset dir=".">
 			<include name="${src.dir}/mina-core/src/main/**/*.java"/>

Modified: trunk/mina2/debian/changelog
===================================================================
--- trunk/mina2/debian/changelog	2014-10-25 21:45:26 UTC (rev 18570)
+++ trunk/mina2/debian/changelog	2014-10-25 22:08:48 UTC (rev 18571)
@@ -1,6 +1,7 @@
 mina2 (2.0.7+dfsg-2) unstable; urgency=medium
 
   * Depend on libtomcat8-java instead of libtomcat7-java (Closes: #759644)
+  * Fixed the javadoc generation by specifying the source encoding
   * Standards-Version updated to 3.9.6 (no changes)
   * Switch to debhelper level 9
 




More information about the pkg-java-commits mailing list