Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: 0f0ff5fe0f9c30ca61dbcf8540843a39aded3fa9 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %pluginName
Bundle-Vendor: %providerName
Bundle-SymbolicName: org.eclipse.sirius.samples.family;singleton:=true
Bundle-Version: 6.2.1.qualifier
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
Bundle-Localization: plugin
Require-Bundle: org.eclipse.ui,
 org.eclipse.emf.common.ui;bundle-version="2.6.0"
Automatic-Module-Name: org.eclipse.sirius.samples.family

Back to the top