This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository eclipse-cdt.
commit 6c1241960c2a93e7104c6415825da46533a91db6 Author: Emmanuel Bourg <[email protected]> Date: Fri Jun 27 00:20:04 2014 +0200 Fixed a build failure with Java 8 --- debian/changelog | 7 +++++++ debian/docs/src/parsers/build.xml | 3 +-- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index bbe5595..1abd8a4 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +eclipse-cdt (8.3.0-3) unstable; urgency=medium + + * Team upload. + * Fixed a build failure with Java 8 + + -- Emmanuel Bourg <[email protected]> Fri, 27 Jun 2014 00:19:08 +0200 + eclipse-cdt (8.3.0-2) unstable; urgency=medium * Build-Depends on default-jdk (>= 2:1.6) (Closes: #743234) diff --git a/debian/docs/src/parsers/build.xml b/debian/docs/src/parsers/build.xml index 9abc931..8cb767a 100644 --- a/debian/docs/src/parsers/build.xml +++ b/debian/docs/src/parsers/build.xml @@ -9,7 +9,6 @@ </target> <target name="compile" depends="init"> - <javac srcdir="${src}" destdir="${build}" /> + <javac srcdir="${src}" destdir="${build}" source="1.6" target="1.6"/> </target> </project> - \ No newline at end of file -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/eclipse-cdt.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

