Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEike Stepper2015-04-10 09:10:36 +0000
committerEike Stepper2015-04-10 09:10:36 +0000
commitef1bdb80945e34f4cc42fcd443a2eaf05d56c39d (patch)
tree1e4a314adc1d2471a7aedcca51c57e1bae11d3b2 /plugins/org.eclipse.emf.cdo.ui.workspace/META-INF/MANIFEST.MF
parent493e85956011f751c5408db7cd23b286b8d1a4be (diff)
downloadcdo-ef1bdb80945e34f4cc42fcd443a2eaf05d56c39d.tar.gz
cdo-ef1bdb80945e34f4cc42fcd443a2eaf05d56c39d.tar.xz
cdo-ef1bdb80945e34f4cc42fcd443a2eaf05d56c39d.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.workspace/META-INF/MANIFEST.MF')
-rw-r--r--plugins/org.eclipse.emf.cdo.ui.workspace/META-INF/MANIFEST.MF18
1 files changed, 0 insertions, 18 deletions
diff --git a/plugins/org.eclipse.emf.cdo.ui.workspace/META-INF/MANIFEST.MF b/plugins/org.eclipse.emf.cdo.ui.workspace/META-INF/MANIFEST.MF
deleted file mode 100644
index 8d73b01ed1..0000000000
--- a/plugins/org.eclipse.emf.cdo.ui.workspace/META-INF/MANIFEST.MF
+++ /dev/null
@@ -1,18 +0,0 @@
-Manifest-Version: 1.0
-Bundle-ManifestVersion: 2
-Bundle-SymbolicName: org.eclipse.emf.cdo.ui.workspace;singleton:=true
-Bundle-Version: 4.0.300.qualifier
-Bundle-Name: %pluginName
-Bundle-Vendor: %providerName
-Bundle-Localization: plugin
-Bundle-ActivationPolicy: lazy
-Bundle-Activator: org.eclipse.emf.cdo.ui.internal.workspace.bundle.OM$Activator
-Bundle-RequiredExecutionEnvironment: J2SE-1.5
-Bundle-ClassPath: .
-Require-Bundle: org.eclipse.core.runtime;bundle-version="[3.5.0,4.0.0)",
- org.eclipse.core.expressions;bundle-version="[3.4.0,4.0.0)";resolution:=optional,
- org.eclipse.core.resources;bundle-version="[3.5.0,4.0.0)",
- org.eclipse.emf.cdo.workspace.efs;bundle-version="[4.0.0,5.0.0)",
- org.eclipse.emf.cdo.ui.location;bundle-version="[4.0.0,5.0.0)"
-Export-Package: org.eclipse.emf.cdo.ui.internal.workspace;version="4.0.300";x-internal:=true,
- org.eclipse.emf.cdo.ui.internal.workspace.bundle;version="4.0.300";x-internal:=true

Back to the top