Author: nthykier Date: 2012-06-20 15:54:36 +0000 (Wed, 20 Jun 2012) New Revision: 16175
Modified: trunk/commons-vfs/debian/changelog trunk/commons-vfs/debian/maven.properties Log: Fix FTBFS issue with Java7 Modified: trunk/commons-vfs/debian/changelog =================================================================== --- trunk/commons-vfs/debian/changelog 2012-06-20 13:45:30 UTC (rev 16174) +++ trunk/commons-vfs/debian/changelog 2012-06-20 15:54:36 UTC (rev 16175) @@ -1,3 +1,10 @@ +commons-vfs (2.0-3) UNRELEASED; urgency=low + + * Team upload. + * Explicitly state the encoding used to fix FTBFS with Java7. + + -- Niels Thykier <[email protected]> Wed, 20 Jun 2012 17:47:39 +0200 + commons-vfs (2.0-2) unstable; urgency=low * Update Standard-Version: 3.9.3. Modified: trunk/commons-vfs/debian/maven.properties =================================================================== --- trunk/commons-vfs/debian/maven.properties 2012-06-20 13:45:30 UTC (rev 16174) +++ trunk/commons-vfs/debian/maven.properties 2012-06-20 15:54:36 UTC (rev 16175) @@ -2,3 +2,5 @@ maven.compiler.source=1.5 maven.compiler.target=1.5 + +project.build.sourceEncoding=ISO-8859-1 _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

