Skip to main content
summaryrefslogtreecommitdiffstats
blob: 9026a4fa106dfbaeabc1a9597ebe3fd1ee2e75f8 (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.sirius.editor.properties.ext.widgets.reference;singleton:=true
Bundle-Version: 4.1.1.qualifier
Bundle-Vendor: %providerName
Bundle-RequiredExecutionEnvironment: JavaSE-1.7
Require-Bundle: org.eclipse.sirius.properties.ext.widgets.reference;bundle-version="4.1.0",
 org.eclipse.sirius.properties.ext.widgets.reference.edit;bundle-version="4.1.0",
 org.eclipse.ui.views.properties.tabbed;bundle-version="[3.5.0,4.0.0)",
 org.eclipse.sirius.editor;bundle-version="4.1.0"
Bundle-Localization: plugin
Export-Package: org.eclipse.sirius.editor.properties.ext.widgets.reference.internal;version="4.1.0";x-internal:=true

Back to the top