Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander Kurtakov2016-07-28 12:32:35 +0000
committerAlexander Kurtakov2016-09-14 11:00:51 +0000
commita9abe271aa30b4cdf0c7f970c0c12b8d8b7848fe (patch)
tree55edd951dab1b8fd1c69a3dad5dff0fe03151e45 /bundles/org.eclipse.equinox.launcher.gtk.linux.x86_64
parentf98e2d60d99847731b6b043e5d6df92647eddd70 (diff)
downloadrt.equinox.framework-a9abe271aa30b4cdf0c7f970c0c12b8d8b7848fe.tar.gz
rt.equinox.framework-a9abe271aa30b4cdf0c7f970c0c12b8d8b7848fe.tar.xz
rt.equinox.framework-a9abe271aa30b4cdf0c7f970c0c12b8d8b7848fe.zip
Bug 498758 - Move launcher to Java 6Y20160922-1000
Moved to Java 6. Bumped BREE and minor version to reflect this change. Adjusted fragments range. Generified code. Bumped launcher fragments micro to prevent them being replaced by baseline version. Change-Id: I0ebde7cf31ac4bceeae837d7e2cf1b7a9d180142 Signed-off-by: Thomas Watson <tjwatson@us.ibm.com> Signed-off-by: Alexander Kurtakov <akurtako@redhat.com>
Diffstat (limited to 'bundles/org.eclipse.equinox.launcher.gtk.linux.x86_64')
-rw-r--r--bundles/org.eclipse.equinox.launcher.gtk.linux.x86_64/META-INF/MANIFEST.MF4
-rw-r--r--bundles/org.eclipse.equinox.launcher.gtk.linux.x86_64/pom.xml2
2 files changed, 3 insertions, 3 deletions
diff --git a/bundles/org.eclipse.equinox.launcher.gtk.linux.x86_64/META-INF/MANIFEST.MF b/bundles/org.eclipse.equinox.launcher.gtk.linux.x86_64/META-INF/MANIFEST.MF
index 379221dc8..6a81a4262 100644
--- a/bundles/org.eclipse.equinox.launcher.gtk.linux.x86_64/META-INF/MANIFEST.MF
+++ b/bundles/org.eclipse.equinox.launcher.gtk.linux.x86_64/META-INF/MANIFEST.MF
@@ -3,8 +3,8 @@ Bundle-ManifestVersion: 2
Bundle-Name: %pluginName
Bundle-Vendor: %providerName
Bundle-SymbolicName: org.eclipse.equinox.launcher.gtk.linux.x86_64;singleton:=true
-Bundle-Version: 1.1.400.qualifier
-Fragment-Host: org.eclipse.equinox.launcher;bundle-version="[1.0.0,1.4.0)"
+Bundle-Version: 1.1.500.qualifier
+Fragment-Host: org.eclipse.equinox.launcher;bundle-version="[1.0.0,1.5.0)"
Eclipse-PlatformFilter: (& (osgi.ws=gtk) (osgi.os=linux) (osgi.arch=x86_64))
Bundle-Localization: launcher.gtk.linux.x86_64
Eclipse-BundleShape: dir
diff --git a/bundles/org.eclipse.equinox.launcher.gtk.linux.x86_64/pom.xml b/bundles/org.eclipse.equinox.launcher.gtk.linux.x86_64/pom.xml
index 5946d8578..32bfc8a12 100644
--- a/bundles/org.eclipse.equinox.launcher.gtk.linux.x86_64/pom.xml
+++ b/bundles/org.eclipse.equinox.launcher.gtk.linux.x86_64/pom.xml
@@ -19,7 +19,7 @@
</parent>
<groupId>org.eclipse.equinox</groupId>
<artifactId>org.eclipse.equinox.launcher.gtk.linux.x86_64</artifactId>
- <version>1.1.400-SNAPSHOT</version>
+ <version>1.1.500-SNAPSHOT</version>
<packaging>eclipse-plugin</packaging>
<properties>

Back to the top