Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: 3fc38c150510bf74aaa6ae2cd17c6dde31c8092c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
Manifest-Version: 1.0
Export-Package: org.eclipse.papyrus.sasheditor,
 org.eclipse.papyrus.sasheditor.contentprovider,
 org.eclipse.papyrus.sasheditor.contentprovider.simple,
 org.eclipse.papyrus.sasheditor.editor,
 org.eclipse.papyrus.sasheditor.editor.actionbarcontributor,
 org.eclipse.papyrus.sasheditor.editor.gef,
 org.eclipse.papyrus.sasheditor.multipage.editor
Bundle-ActivationPolicy: lazy
Bundle-ClassPath: .
Bundle-Name: %pluginName
Bundle-Localization: plugin
Bundle-RequiredExecutionEnvironment: J2SE-1.5
Require-Bundle: org.eclipse.ui,
 org.eclipse.gef,
 org.junit;bundle-version="4.8.1";resolution:=optional,
 org.eclipse.papyrus.infra.core.log;bundle-version="0.9.0";visibility:=reexport,
 org.eclipse.core.runtime;bundle-version="3.7.0"
Bundle-Vendor: %providerName
Bundle-Version: 0.9.0.qualifier
Bundle-ManifestVersion: 2
Bundle-Activator: org.eclipse.papyrus.sasheditor.Activator
Bundle-SymbolicName: org.eclipse.papyrus.infra.sasheditor;singleton:=true

Back to the top