Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: 063b8b9894a09af1c9393f4a92aa34f6f1a4356f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %pluginName
Bundle-SymbolicName: org.eclipse.eef.properties.ui.legacy;singleton:=true
Bundle-Version: 1.7.2.qualifier
Bundle-Activator: org.eclipse.eef.properties.ui.legacy.internal.EEFPropertiesUiLegacyPlugin$Implementation
Bundle-Vendor: %providerName
Require-Bundle: org.eclipse.core.runtime;bundle-version="[3.5.0,4.0.0)",
 org.eclipse.emf.common;bundle-version="[2.8.0,3.0.0)",
 org.eclipse.ui;bundle-version="[3.0.0,4.0.0)",
 org.eclipse.ui.views.properties.tabbed;bundle-version="[3.5.0,4.0.0)",
 org.eclipse.eef.properties.ui;bundle-version="[2.0.0,3.0.0)",
 org.eclipse.eef.common.ui;bundle-version="[1.7.0,2.0.0)",
 com.google.guava;bundle-version="[11.0.2,16.0.0)"
Bundle-RequiredExecutionEnvironment: JavaSE-1.6
Bundle-ActivationPolicy: lazy
Bundle-Localization: plugin
Export-Package: org.eclipse.eef.properties.ui.legacy.internal;version="1.7.0";x-internal:=true,
 org.eclipse.eef.properties.ui.legacy.internal.eef2legacy;version="1.7.0";x-internal:=true,
 org.eclipse.eef.properties.ui.legacy.internal.extension;version="1.7.0";x-internal:=true,
 org.eclipse.eef.properties.ui.legacy.internal.extension.impl;version="1.7.0";x-internal:=true,
 org.eclipse.eef.properties.ui.legacy.internal.legacy2eef;version="1.7.0";x-internal:=true

Back to the top