Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Watson2012-05-22 18:22:14 +0000
committerThomas Watson2012-05-22 18:22:14 +0000
commitc2fb5ab24601e6da54cd87600d310a9abd1067b8 (patch)
treefb008248b2fbff725d60fbca0bad99d2e8335f2f /bundles/org.eclipse.equinox.launcher.gtk.linux.s390x
parentcf6a464cceefd396af4cc7c95b7aaf7e6da0c198 (diff)
downloadrt.equinox.framework-c2fb5ab24601e6da54cd87600d310a9abd1067b8.tar.gz
rt.equinox.framework-c2fb5ab24601e6da54cd87600d310a9abd1067b8.tar.xz
rt.equinox.framework-c2fb5ab24601e6da54cd87600d310a9abd1067b8.zip
- Update version that have not chanced since Indigo
Diffstat (limited to 'bundles/org.eclipse.equinox.launcher.gtk.linux.s390x')
-rw-r--r--bundles/org.eclipse.equinox.launcher.gtk.linux.s390x/META-INF/MANIFEST.MF2
-rw-r--r--bundles/org.eclipse.equinox.launcher.gtk.linux.s390x/pom.xml2
2 files changed, 2 insertions, 2 deletions
diff --git a/bundles/org.eclipse.equinox.launcher.gtk.linux.s390x/META-INF/MANIFEST.MF b/bundles/org.eclipse.equinox.launcher.gtk.linux.s390x/META-INF/MANIFEST.MF
index 8dd8c8a9d..30bda43c5 100644
--- a/bundles/org.eclipse.equinox.launcher.gtk.linux.s390x/META-INF/MANIFEST.MF
+++ b/bundles/org.eclipse.equinox.launcher.gtk.linux.s390x/META-INF/MANIFEST.MF
@@ -3,7 +3,7 @@ Bundle-ManifestVersion: 2
Bundle-Name: %pluginName
Bundle-Vendor: %providerName
Bundle-SymbolicName: org.eclipse.equinox.launcher.gtk.linux.s390x;singleton:=true
-Bundle-Version: 1.1.100.qualifier
+Bundle-Version: 1.1.200.qualifier
Fragment-Host: org.eclipse.equinox.launcher;bundle-version="1.0.0"
Eclipse-PlatformFilter: (& (osgi.ws=gtk) (osgi.os=linux) (osgi.arch=s390x))
Bundle-Localization: launcher.gtk.linux.s390x
diff --git a/bundles/org.eclipse.equinox.launcher.gtk.linux.s390x/pom.xml b/bundles/org.eclipse.equinox.launcher.gtk.linux.s390x/pom.xml
index ea183df8c..e7fa090cb 100644
--- a/bundles/org.eclipse.equinox.launcher.gtk.linux.s390x/pom.xml
+++ b/bundles/org.eclipse.equinox.launcher.gtk.linux.s390x/pom.xml
@@ -21,6 +21,6 @@
</parent>
<groupId>org.eclipse.equinox.framework</groupId>
<artifactId>org.eclipse.equinox.launcher.gtk.linux.s390x</artifactId>
- <version>1.1.100-SNAPSHOT</version>
+ <version>1.1.200-SNAPSHOT</version>
<packaging>eclipse-plugin</packaging>
</project>

Back to the top