[pkg-java] r17543 - trunk/libcommons-fileupload-java/debian

Emmanuel Bourg ebourg-guest at moszumanska.debian.org
Tue Dec 3 09:10:40 UTC 2013


Author: ebourg-guest
Date: 2013-12-03 09:10:40 +0000 (Tue, 03 Dec 2013)
New Revision: 17543

Modified:
   trunk/libcommons-fileupload-java/debian/changelog
   trunk/libcommons-fileupload-java/debian/maven.properties
Log:
Set the project.build.sourceEncoding property to fix a test failure (Closes: #730970)



Modified: trunk/libcommons-fileupload-java/debian/changelog
===================================================================
--- trunk/libcommons-fileupload-java/debian/changelog	2013-12-03 07:54:15 UTC (rev 17542)
+++ trunk/libcommons-fileupload-java/debian/changelog	2013-12-03 09:10:40 UTC (rev 17543)
@@ -1,5 +1,7 @@
 libcommons-fileupload-java (1.3-3) UNRELEASED; urgency=low
 
+  * Set the project.build.sourceEncoding property to fix a test failure
+    (Closes: #730970)
   * debian/control:
     - Standards-Version updated to 3.9.5 (no changes)
     - Use canonical URLs for the Vcs-* fields

Modified: trunk/libcommons-fileupload-java/debian/maven.properties
===================================================================
--- trunk/libcommons-fileupload-java/debian/maven.properties	2013-12-03 07:54:15 UTC (rev 17542)
+++ trunk/libcommons-fileupload-java/debian/maven.properties	2013-12-03 09:10:40 UTC (rev 17543)
@@ -1,4 +1,4 @@
 maven.test.skip = false
 maven.compiler.source = 1.5
 maven.compiler.target = 1.5
-maven.compiler.encoding = ISO-8859-1
+project.build.sourceEncoding = ISO-8859-1




More information about the pkg-java-commits mailing list