This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository ecj.
commit 67a79a9ed29cf44de9025b4db6fb1b2311af4a11 Author: Emmanuel Bourg <[email protected]> Date: Thu Jun 26 17:45:19 2014 +0200 Added the new -1.8 option in the manpages --- debian/changelog | 1 + debian/ecj.1 | 2 ++ 2 files changed, 3 insertions(+) diff --git a/debian/changelog b/debian/changelog index 95ee76b..d72f043 100644 --- a/debian/changelog +++ b/debian/changelog @@ -5,6 +5,7 @@ ecj (3.10.0-1) UNRELEASED; urgency=medium - Refreshed gcc-changes.diff - Added a patch fixing compilation errors caused by @Override annotations - Updated the version of the Maven pom + - Added the new -1.8 option in the manpages * debian/control: - Removed the recommended dependency on a JRE for libecj-java - Added the Homepage and the Vcs-* fields diff --git a/debian/ecj.1 b/debian/ecj.1 index 632dbd5..91835e5 100644 --- a/debian/ecj.1 +++ b/debian/ecj.1 @@ -32,6 +32,8 @@ no classfile is generated .TP \fB\-1.7\fR set compliance level to 1.7 .TP +\fB\-1.8\fR set compliance level to 1.8 +.TP \fB\-source\fR <ver> assertions toggle (1.3 or 1.4, default is 1.3 in \-1.3 mode and 1.4 in \-1.4 mode) .TP \fB\-target\fR <ver> classfile target setting -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/ecj.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

