Author: ebourg-guest Date: 2016-02-10 09:39:22 +0000 (Wed, 10 Feb 2016) New Revision: 18981
Modified: trunk/xmlbeans/debian/changelog trunk/xmlbeans/debian/rules Log: Fixed a build failure with Java 8 Modified: trunk/xmlbeans/debian/changelog =================================================================== --- trunk/xmlbeans/debian/changelog 2016-02-08 18:02:04 UTC (rev 18980) +++ trunk/xmlbeans/debian/changelog 2016-02-10 09:39:22 UTC (rev 18981) @@ -1,3 +1,10 @@ +xmlbeans (2.6.0-3) UNRELEASED; urgency=medium + + * Team upload. + * Fixed a build failure with Java 8 + + -- Emmanuel Bourg <[email protected]> Wed, 10 Feb 2016 10:38:50 +0100 + xmlbeans (2.6.0-2) unstable; urgency=medium * Upload to unstable Modified: trunk/xmlbeans/debian/rules =================================================================== --- trunk/xmlbeans/debian/rules 2016-02-08 18:02:04 UTC (rev 18980) +++ trunk/xmlbeans/debian/rules 2016-02-10 09:39:22 UTC (rev 18981) @@ -9,7 +9,7 @@ JAVA_HOME := /usr/lib/jvm/default-java DEB_ANT_BUILD_TARGET := xbean.jar DEB_ANT_BUILDFILE := build.xml -DEB_JARS := ant-nodeps +DEB_JARS := ant-nodeps xmlbeans XMLBEANS_TOOLS := dumpxsb inst2xsd scomp sdownload sfactor \ svalidate validate xpretty xsd2inst xsdtree xstc _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

