Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEike Stepper2015-01-26 06:03:39 +0000
committerEike Stepper2015-02-18 14:38:56 +0000
commita755c047828d98082e1d50282743ac1c199ec347 (patch)
tree09441d5f1921c05212b6f551488e6c35cc1fc4ff /plugins/org.eclipse.emf.cdo.ui.efs/META-INF
parent6e522e2217055ea54156021b4fd79efd5ce7904f (diff)
downloadcdo-a755c047828d98082e1d50282743ac1c199ec347.tar.gz
cdo-a755c047828d98082e1d50282743ac1c199ec347.tar.xz
cdo-a755c047828d98082e1d50282743ac1c199ec347.zip
[458349] Consolidate UI
Task-Url: https://bugs.eclipse.org/bugs/show_bug.cgi?id=458349
Diffstat (limited to 'plugins/org.eclipse.emf.cdo.ui.efs/META-INF')
-rw-r--r--plugins/org.eclipse.emf.cdo.ui.efs/META-INF/MANIFEST.MF6
1 files changed, 3 insertions, 3 deletions
diff --git a/plugins/org.eclipse.emf.cdo.ui.efs/META-INF/MANIFEST.MF b/plugins/org.eclipse.emf.cdo.ui.efs/META-INF/MANIFEST.MF
index debe67ae98..9a54d1babd 100644
--- a/plugins/org.eclipse.emf.cdo.ui.efs/META-INF/MANIFEST.MF
+++ b/plugins/org.eclipse.emf.cdo.ui.efs/META-INF/MANIFEST.MF
@@ -1,7 +1,7 @@
Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-SymbolicName: org.eclipse.emf.cdo.ui.efs;singleton:=true
-Bundle-Version: 4.1.100.qualifier
+Bundle-Version: 4.1.200.qualifier
Bundle-Name: %pluginName
Bundle-Vendor: %providerName
Bundle-Localization: plugin
@@ -16,5 +16,5 @@ Require-Bundle: org.eclipse.core.runtime;bundle-version="[3.5.0,4.0.0)",
org.eclipse.ui.navigator;bundle-version="[3.3.0,4.0.0)";visibility:=reexport,
org.eclipse.ui.navigator.resources;bundle-version="[3.3.0,4.0.0)";visibility:=reexport,
org.eclipse.emf.cdo.ui;bundle-version="[4.0.0,5.0.0)";visibility:=reexport
-Export-Package: org.eclipse.emf.cdo.ui.efs.wizards;version="4.1.100",
- org.eclipse.emf.cdo.ui.internal.efs.bundle;version="4.1.100";x-internal:=true
+Export-Package: org.eclipse.emf.cdo.ui.efs.wizards;version="4.1.200",
+ org.eclipse.emf.cdo.ui.internal.efs.bundle;version="4.1.200";x-internal:=true

Back to the top