Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: 7dd534cde8d500a0031f00f462a2a7dd8a08f371 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
Manifest-Version: 1.0
Require-Bundle: org.eclipse.ui,
 org.eclipse.core.runtime,
 org.eclipse.papyrus.infra.core.log;bundle-version="0.10.1",
 org.eclipse.papyrus.infra.nattable.model.editor;bundle-version="0.10.1",
 org.junit;bundle-version="4.11.0",
 org.eclipse.papyrus.junit.utils;bundle-version="0.10.1",
 org.eclipse.emf.transaction
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: 0.10.1.qualifier
Bundle-Name: %Bundle-Name
Bundle-ManifestVersion: 2
Bundle-Activator: org.eclipse.papyrus.infra.nattable.model.editor.test
 s.Activator
Bundle-SymbolicName: org.eclipse.papyrus.infra.nattable.model.editor.t
 ests
Bundle-RequiredExecutionEnvironment: J2SE-1.5

Back to the top