Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Watson2017-09-28 13:59:22 +0000
committerThomas Watson2017-09-28 13:59:22 +0000
commitf0cd1a61a71727d2853e52dccdd4557dc06a2159 (patch)
tree8b73236df0c4b85a26f59c2f8be7e875be6719dc /bundles/org.eclipse.equinox.launcher.win32.win32.ia64
parent55b071a8b2abbecd6f402f8b1f057af7ce5b0cac (diff)
downloadrt.equinox.framework-f0cd1a61a71727d2853e52dccdd4557dc06a2159.tar.gz
rt.equinox.framework-f0cd1a61a71727d2853e52dccdd4557dc06a2159.tar.xz
rt.equinox.framework-f0cd1a61a71727d2853e52dccdd4557dc06a2159.zip
Diffstat (limited to 'bundles/org.eclipse.equinox.launcher.win32.win32.ia64')
-rw-r--r--bundles/org.eclipse.equinox.launcher.win32.win32.ia64/META-INF/MANIFEST.MF2
-rw-r--r--bundles/org.eclipse.equinox.launcher.win32.win32.ia64/pom.xml2
2 files changed, 2 insertions, 2 deletions
diff --git a/bundles/org.eclipse.equinox.launcher.win32.win32.ia64/META-INF/MANIFEST.MF b/bundles/org.eclipse.equinox.launcher.win32.win32.ia64/META-INF/MANIFEST.MF
index 828124fd9..8f387387b 100644
--- a/bundles/org.eclipse.equinox.launcher.win32.win32.ia64/META-INF/MANIFEST.MF
+++ b/bundles/org.eclipse.equinox.launcher.win32.win32.ia64/META-INF/MANIFEST.MF
@@ -3,7 +3,7 @@ Bundle-ManifestVersion: 2
Bundle-Name: %pluginName
Bundle-Vendor: %providerName
Bundle-SymbolicName: org.eclipse.equinox.launcher.win32.win32.ia64;singleton:=true
-Bundle-Version: 1.2.500.qualifier
+Bundle-Version: 1.2.550.qualifier
Fragment-Host: org.eclipse.equinox.launcher;bundle-version="[1.0.0,1.5.0)"
Eclipse-PlatformFilter: (& (osgi.ws=win32) (osgi.os=win32) (osgi.arch=ia64))
Bundle-Localization: launcher.win32.win32.ia64
diff --git a/bundles/org.eclipse.equinox.launcher.win32.win32.ia64/pom.xml b/bundles/org.eclipse.equinox.launcher.win32.win32.ia64/pom.xml
index ee76ac0ca..24500b495 100644
--- a/bundles/org.eclipse.equinox.launcher.win32.win32.ia64/pom.xml
+++ b/bundles/org.eclipse.equinox.launcher.win32.win32.ia64/pom.xml
@@ -19,7 +19,7 @@
</parent>
<groupId>org.eclipse.equinox</groupId>
<artifactId>org.eclipse.equinox.launcher.win32.win32.ia64</artifactId>
- <version>1.2.500-SNAPSHOT</version>
+ <version>1.2.550-SNAPSHOT</version>
<packaging>eclipse-plugin</packaging>
<properties>

Back to the top