Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: 8756f846e86874c7f6a352e5ca78f01c00a0b31e (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
27
28
29
30
Manifest-Version: 1.0
Require-Bundle: org.eclipse.core.resources;bundle-version="[3.13.0,4.0.0)",
 org.eclipse.core.runtime;bundle-version="[3.18.0,4.0.0)",
 org.eclipse.emf.ecore;bundle-version="[2.22.0,3.0.0)",
 org.eclipse.jface.text;bundle-version="[3.16.300,4.0.0)",
 org.eclipse.papyrus.infra.core.sasheditor;bundle-version="[3.0.0,4.0.0)",
 org.eclipse.papyrus.junit.framework;bundle-version="[2.0.0,3.0.0)",
 org.eclipse.ui;bundle-version="[3.117.0,4.0.0)",
 org.eclipse.ui.editors;bundle-version="[3.13.0,4.0.0)",
 org.eclipse.ui.ide;bundle-version="[3.17.0,4.0.0)",
 org.junit;bundle-version="[4.13.0,5.0.0)"
Export-Package: org.eclipse.papyrus.infra.core.sasheditor.contentprovider,
 org.eclipse.papyrus.infra.core.sasheditor.contentprovider.simple,
 org.eclipse.papyrus.infra.core.sasheditor.editor,
 org.eclipse.papyrus.infra.core.sasheditor.internal,
 org.eclipse.papyrus.infra.core.sasheditor.pagesmodel,
 org.eclipse.papyrus.infra.core.sasheditor.tests,
 org.eclipse.papyrus.infra.core.sasheditor.tests.texteditor,
 org.eclipse.papyrus.infra.core.sasheditor.tests.utils,
 org.eclipse.papyrus.infra.core.sasheditor.tests.utils.memoryleak,
 org.eclipse.papyrus.infra.core.sasheditor.tests.utils.trace,
 org.eclipse.papyrus.infra.core.sasheditor.utils
Bundle-Vendor: %providerName
Bundle-Version: 2.0.0.qualifier
Bundle-Name: %pluginName
Bundle-Localization: plugin
Bundle-ManifestVersion: 2
Bundle-SymbolicName: org.eclipse.papyrus.infra.core.sasheditor.tests;singleton:=true
Bundle-RequiredExecutionEnvironment: J2SE-1.5
Automatic-Module-Name: org.eclipse.papyrus.infra.core.sasheditor.tests

Back to the top