[Git][java-team/ecj][master] Added the missing 1.9 option patch

Emmanuel Bourg gitlab at salsa.debian.org
Fri Jun 15 22:03:12 BST 2018


Emmanuel Bourg pushed to branch master at Debian Java Maintainers / ecj


Commits:
0dccb43c by Emmanuel Bourg at 2018-06-15T23:02:19+02:00
Added the missing 1.9 option patch

- - - - -


1 changed file:

- + debian/patches/restore-java-1.9-option.patch


Changes:

=====================================
debian/patches/restore-java-1.9-option.patch
=====================================
--- /dev/null
+++ b/debian/patches/restore-java-1.9-option.patch
@@ -0,0 +1,13 @@
+Description: Restores the CompilerOptions.VERSION_1_9 constant to preserve the backward compatibility
+Author: Emmanuel Bourg <ebourg at apache.org>
+Forwarded: no
+--- a/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/impl/CompilerOptions.java
++++ b/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/impl/CompilerOptions.java
+@@ -214,6 +214,7 @@
+ 	public static final String VERSION_1_6 = "1.6"; //$NON-NLS-1$
+ 	public static final String VERSION_1_7 = "1.7"; //$NON-NLS-1$
+ 	public static final String VERSION_1_8 = "1.8"; //$NON-NLS-1$
++	public static final String VERSION_1_9 = "1.9"; //$NON-NLS-1$
+ 	public static final String VERSION_9 = "9"; //$NON-NLS-1$
+ 	public static final String ERROR = "error"; //$NON-NLS-1$
+ 	public static final String WARNING = "warning"; //$NON-NLS-1$



View it on GitLab: https://salsa.debian.org/java-team/ecj/commit/0dccb43c0ea451e5982355f1bbe61aaa3f57358d

-- 
View it on GitLab: https://salsa.debian.org/java-team/ecj/commit/0dccb43c0ea451e5982355f1bbe61aaa3f57358d
You're receiving this email because of your account on salsa.debian.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/pkg-java-commits/attachments/20180615/cf0da0b0/attachment.html>


More information about the pkg-java-commits mailing list