Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: 025b161d83c79f76c2bcd494f4757dc6861c55c4 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %pluginName
Bundle-SymbolicName: org.eclipse.eef.core.ext.widgets.reference
Bundle-Version: 1.7.0.qualifier
Bundle-Vendor: %providerName
Bundle-RequiredExecutionEnvironment: JavaSE-1.7
Require-Bundle: org.eclipse.eef.core;bundle-version="[1.7.0,2.0.0)",
 org.eclipse.eef;bundle-version="[1.7.0,2.0.0)",
 org.eclipse.eef.ext.widgets.reference;bundle-version="[1.7.0,2.0.0)",
 org.eclipse.sirius.common.interpreter;bundle-version="[4.1.0,5.0.0)"
Bundle-Localization: plugin
Export-Package: org.eclipse.eef.core.ext.widgets.reference.internal;version="1.7.0";x-friends:="org.eclipse.eef.ide.ui.ext.widgets.reference"

Back to the top