Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSzymon Brandys2011-03-31 10:49:50 +0000
committerSzymon Brandys2011-03-31 10:49:50 +0000
commitf94c089f82e76757bd55fc96b143762a35ecd39a (patch)
tree7967ba575910ab2e1d9f6a5355df722a78cd05c0
parent89ac828d5ab6b6ba475e93b05d322c6efca2cea4 (diff)
downloadeclipse.platform.team-f94c089f82e76757bd55fc96b143762a35ecd39a.tar.gz
eclipse.platform.team-f94c089f82e76757bd55fc96b143762a35ecd39a.tar.xz
eclipse.platform.team-f94c089f82e76757bd55fc96b143762a35ecd39a.zip
Bug 341345 - version of org.eclipse.compare.win32 bundle needs to be incremented
-rw-r--r--bundles/org.eclipse.compare/plugins/org.eclipse.compare.win32/META-INF/MANIFEST.MF2
1 files changed, 1 insertions, 1 deletions
diff --git a/bundles/org.eclipse.compare/plugins/org.eclipse.compare.win32/META-INF/MANIFEST.MF b/bundles/org.eclipse.compare/plugins/org.eclipse.compare.win32/META-INF/MANIFEST.MF
index 49f71c207..9e6ffa1ed 100644
--- a/bundles/org.eclipse.compare/plugins/org.eclipse.compare.win32/META-INF/MANIFEST.MF
+++ b/bundles/org.eclipse.compare/plugins/org.eclipse.compare.win32/META-INF/MANIFEST.MF
@@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %pluginName
Bundle-SymbolicName: org.eclipse.compare.win32;singleton:=true
-Bundle-Version: 1.0.100.qualifier
+Bundle-Version: 1.0.200.qualifier
Bundle-Vendor: %providerName
Bundle-RequiredExecutionEnvironment: J2SE-1.4
Eclipse-PlatformFilter: (osgi.os=win32)

Back to the top