From d20ba4298f700bbb2e46c7436b1b25e6dfc7f891 Mon Sep 17 00:00:00 2001 From: Frank Pavageau Date: Wed, 19 Mar 2014 11:32:21 +0100 Subject: [PATCH] Fix the CLI help for ajc The help should mention the new "1.8" values of the compliance options. --- org.aspectj.ajdt.core/src/org/aspectj/ajdt/ajc/messages.properties | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/org.aspectj.ajdt.core/src/org/aspectj/ajdt/ajc/messages.properties b/org.aspectj.ajdt.core/src/org/aspectj/ajdt/ajc/messages.properties index c52a6d5..64ca22c 100644 --- a/org.aspectj.ajdt.core/src/org/aspectj/ajdt/ajc/messages.properties +++ b/org.aspectj.ajdt.core/src/org/aspectj/ajdt/ajc/messages.properties @@ -63,8 +63,9 @@ Standard Eclipse compiler options:\n\ \ -1.5 -5 -5.0 use 1.5 compliance (-source 1.5 -target 1.5)\n\ \ -1.6 -6 -6.0 use 1.6 compliance (-source 1.6 -target 1.6)\n\ \ -1.7 -7 -7.0 use 1.7 compliance (-source 1.7 -target 1.7)\n\ -\ -source set source level: 1.3 to 1.7 (or 5, 5.0, etc)\n\ -\ -target set classfile target: 1.1 to 1.7 (or 5, 5.0, etc)\n\ +\ -1.8 -8 -8.0 use 1.8 compliance (-source 1.8 -target 1.8)\n\ +\ -source set source level: 1.3 to 1.8 (or 5, 5.0, etc)\n\ +\ -target set classfile target: 1.1 to 1.8 (or 5, 5.0, etc)\n\ \ \n\ \ Warning options:\n\ \ -deprecation + deprecation outside deprecated code\n\ -- 1.8.3.2