Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Watson2013-01-25 14:49:18 +0000
committerThomas Watson2013-01-25 14:49:18 +0000
commita2fe32a99332a3e1c07871d9fee621d3a65a64f4 (patch)
tree8c0e765367068a958103e73747c4d5c33abcec6d
parent4f8a84adfe818a1712ce25fbe1390f3c15cd3b6e (diff)
downloadrt.equinox.framework-I20130127-2000.tar.gz
rt.equinox.framework-I20130127-2000.tar.xz
rt.equinox.framework-I20130127-2000.zip
Revert "update version number"v20130125-144918I20130128-0800I20130127-2000
-rw-r--r--bundles/org.eclipse.equinox.launcher/META-INF/MANIFEST.MF2
1 files changed, 1 insertions, 1 deletions
diff --git a/bundles/org.eclipse.equinox.launcher/META-INF/MANIFEST.MF b/bundles/org.eclipse.equinox.launcher/META-INF/MANIFEST.MF
index 2d1671742..5fc8342da 100644
--- a/bundles/org.eclipse.equinox.launcher/META-INF/MANIFEST.MF
+++ b/bundles/org.eclipse.equinox.launcher/META-INF/MANIFEST.MF
@@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %pluginName
Bundle-SymbolicName: org.eclipse.equinox.launcher;singleton:=true
-Bundle-Version: 1.4.0.qualifier
+Bundle-Version: 1.3.0.qualifier
Main-Class: org.eclipse.equinox.launcher.Main
Bundle-ClassPath: .
Bundle-Vendor: %providerName

Back to the top