Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoreutarass2009-04-20 17:05:43 +0000
committereutarass2009-04-20 17:05:43 +0000
commit01c985e40e43ed37fcf67d4c269da4968cde4a7f (patch)
tree934258bc800313fd974ffc18f87cc1a9ae90f81c /plugins/org.eclipse.tm.tcf/META-INF/MANIFEST.MF
parent0a3e8293c19e022189832bc27018f7ba2ada9757 (diff)
downloadorg.eclipse.tcf-01c985e40e43ed37fcf67d4c269da4968cde4a7f.tar.gz
org.eclipse.tcf-01c985e40e43ed37fcf67d4c269da4968cde4a7f.tar.xz
org.eclipse.tcf-01c985e40e43ed37fcf67d4c269da4968cde4a7f.zip
Bug 270605: [tcf] TCF plugins should have qualified version numbers
Diffstat (limited to 'plugins/org.eclipse.tm.tcf/META-INF/MANIFEST.MF')
-rw-r--r--plugins/org.eclipse.tm.tcf/META-INF/MANIFEST.MF2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/org.eclipse.tm.tcf/META-INF/MANIFEST.MF b/plugins/org.eclipse.tm.tcf/META-INF/MANIFEST.MF
index 936e0c5bb..4e222ef89 100644
--- a/plugins/org.eclipse.tm.tcf/META-INF/MANIFEST.MF
+++ b/plugins/org.eclipse.tm.tcf/META-INF/MANIFEST.MF
@@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %pluginName
Bundle-SymbolicName: org.eclipse.tm.tcf;singleton:=true
-Bundle-Version: 0.2.0
+Bundle-Version: 0.2.0.qualifier
Bundle-Activator: org.eclipse.tm.tcf.Activator
Bundle-Vendor: %providerName
Require-Bundle: org.eclipse.core.runtime

Back to the top