Skip to main content
summaryrefslogtreecommitdiffstats
blob: 7d1f7480b29730b92a297ec99be643a092c87c58 (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
25
26
Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %pluginName
Bundle-SymbolicName: org.eclipse.papyrus.sasheditor.di;singleton:=true
Bundle-Version: 0.8.1.qualifier
Bundle-ClassPath: .
Bundle-Vendor: %providerName
Bundle-Localization: plugin
Bundle-RequiredExecutionEnvironment: J2SE-1.5
Export-Package: org.eclipse.papyrus.sasheditor.contentprovider.di,
 org.eclipse.papyrus.sasheditor.contentprovider.di.commands,
 org.eclipse.papyrus.sasheditor.contentprovider.di.utils,
 org.eclipse.papyrus.sashwindows.di,
 org.eclipse.papyrus.sashwindows.di.exception,
 org.eclipse.papyrus.sashwindows.di.impl,
 org.eclipse.papyrus.sashwindows.di.util
Require-Bundle: org.eclipse.swt;bundle-version="3.5.0";visibility:=reexport,
 org.eclipse.papyrus.sasheditor;bundle-version="0.8.0";visibility:=reexport,
 org.eclipse.ui;bundle-version="3.6.0",
 org.eclipse.core.runtime;bundle-version="3.6.0",
 org.eclipse.emf.ecore;visibility:=reexport,
 org.eclipse.emf.ecore.xmi;bundle-version="2.5.0",
 org.eclipse.emf.transaction;bundle-version="1.4.0",
 org.eclipse.gmf.runtime.notation;bundle-version="1.5.0"
Bundle-ActivationPolicy: lazy

Back to the top