Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: 08566b54c2b9ec57a67ba3cb2467012c4ae7d8db (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %pluginName
Bundle-SymbolicName: org.eclipse.sirius.sample.interactions;singleton:=true
Bundle-Version: 3.1.2.qualifier
Bundle-ClassPath: .
Bundle-Vendor: %providerName
Bundle-Localization: plugin
Bundle-RequiredExecutionEnvironment: JavaSE-1.6
Export-Package: org.eclipse.sirius.sample.interactions,
 org.eclipse.sirius.sample.interactions.impl,
 org.eclipse.sirius.sample.interactions.util
Require-Bundle: org.eclipse.core.runtime,
 org.eclipse.emf.ecore;visibility:=reexport
Eclipse-LazyStart: true
Bundle-ActivationPolicy: lazy

Back to the top