Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: daea8a0076c84ed519610a61e226baff2c9bec4c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
Manifest-Version: 1.0
Require-Bundle: org.eclipse.ui,
 org.eclipse.core.runtime,
 org.eclipse.papyrus.infra.core.log;bundle-version="[1.2.0,2.0.0)",
 org.eclipse.papyrus.infra.nattable.model.editor;bundle-version="[2.0.0,3.0.0)",
 org.junit;bundle-version="4.11.0",
 org.eclipse.papyrus.junit.framework;bundle-version="[1.2.0,2.0.0)",
 org.eclipse.emf.transaction,
 org.eclipse.papyrus.junit.utils;bundle-version="[2.0.0,3.0.0)"
Export-Package: org.eclipse.papyrus.infra.nattable.model.editor.tests,
 org.eclipse.papyrus.infra.nattable.model.editor.tests.tests
Bundle-Vendor: %Bundle-Vendor
Bundle-ActivationPolicy: lazy
Bundle-Version: 1.2.0.qualifier
Bundle-Name: %Bundle-Name
Bundle-ManifestVersion: 2
Bundle-Activator: org.eclipse.papyrus.infra.nattable.model.editor.tests.Activator
Bundle-Description: %pluginDescription
Bundle-SymbolicName: org.eclipse.papyrus.infra.nattable.model.editor.tests
Bundle-RequiredExecutionEnvironment: JavaSE-1.6

Back to the top