Author: ebourg-guest Date: 2014-05-12 21:17:56 +0000 (Mon, 12 May 2014) New Revision: 18133
Modified: trunk/cglib/debian/ant.properties trunk/cglib/debian/changelog Log: Set the source level to fix a build failure Modified: trunk/cglib/debian/ant.properties =================================================================== --- trunk/cglib/debian/ant.properties 2014-05-12 16:35:22 UTC (rev 18132) +++ trunk/cglib/debian/ant.properties 2014-05-12 21:17:56 UTC (rev 18133) @@ -1,3 +1,4 @@ +compile.source = 1.4 compile.target = 1.4 ant.build.javac.source=1.5 ant.build.javac.target=1.5 Modified: trunk/cglib/debian/changelog =================================================================== --- trunk/cglib/debian/changelog 2014-05-12 16:35:22 UTC (rev 18132) +++ trunk/cglib/debian/changelog 2014-05-12 21:17:56 UTC (rev 18133) @@ -1,3 +1,10 @@ +cglib (2.2.2+dfsg2-2) UNRELEASED; urgency=medium + + * Team upload. + * Set the source level to fix a build failure + + -- Emmanuel Bourg <[email protected]> Mon, 12 May 2014 22:53:11 +0200 + cglib (2.2.2+dfsg2-1) unstable; urgency=medium * Team upload. _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

