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

Back to the top