commit | 045e3eed3bc148aff34d335657c91f3f65ad1e28 | [log] [tgz] |
---|---|---|
author | Alexander Kurtakov <akurtako@redhat.com> | Mon May 25 09:09:04 2020 +0300 |
committer | Alexander Kurtakov <akurtako@redhat.com> | Mon May 25 10:07:34 2020 -0400 |
tree | 54abb940e6ff6561f461c158f0b85317d19f4517 | |
parent | 4d9a539ba14c47f8da44e4bc47cd050e9620e892 [diff] |
Bug 563467 - Deploy ecj compiler from 4.16 M3 and use it for 4.16 RC builds Fix needless import in equinox.console Change-Id: I8ddb7e4eead2b11f31d841517b6feaae79c57eba Signed-off-by: Alexander Kurtakov <akurtako@redhat.com>
diff --git a/bundles/org.eclipse.equinox.console/META-INF/MANIFEST.MF b/bundles/org.eclipse.equinox.console/META-INF/MANIFEST.MF index 8e8475a..1375319 100755 --- a/bundles/org.eclipse.equinox.console/META-INF/MANIFEST.MF +++ b/bundles/org.eclipse.equinox.console/META-INF/MANIFEST.MF
@@ -2,7 +2,7 @@ Bundle-ManifestVersion: 2 Bundle-Name: %bundleName Bundle-SymbolicName: org.eclipse.equinox.console -Bundle-Version: 1.4.0.qualifier +Bundle-Version: 1.4.100.qualifier Bundle-Activator: org.eclipse.equinox.console.command.adapter.Activator Bundle-Vendor: %bundleVendor Bundle-Localization: plugin
diff --git a/bundles/org.eclipse.equinox.console/pom.xml b/bundles/org.eclipse.equinox.console/pom.xml index 9d51dff..7b993be 100644 --- a/bundles/org.eclipse.equinox.console/pom.xml +++ b/bundles/org.eclipse.equinox.console/pom.xml
@@ -19,6 +19,6 @@ </parent> <groupId>org.eclipse.equinox</groupId> <artifactId>org.eclipse.equinox.console</artifactId> - <version>1.4.0-SNAPSHOT</version> + <version>1.4.100-SNAPSHOT</version> <packaging>eclipse-plugin</packaging> </project>
diff --git a/bundles/org.eclipse.equinox.console/src/org/eclipse/equinox/console/common/terminal/ANSITerminalTypeMappings.java b/bundles/org.eclipse.equinox.console/src/org/eclipse/equinox/console/common/terminal/ANSITerminalTypeMappings.java index cf8fe12..e726e77 100755 --- a/bundles/org.eclipse.equinox.console/src/org/eclipse/equinox/console/common/terminal/ANSITerminalTypeMappings.java +++ b/bundles/org.eclipse.equinox.console/src/org/eclipse/equinox/console/common/terminal/ANSITerminalTypeMappings.java
@@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright (c) 2010, 2017 SAP AG and others. + * Copyright (c) 2010, 2020 SAP AG and others. * * This program and the accompanying materials * are made available under the terms of the Eclipse Public License 2.0