Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: 1d18a6ce6048b42bab5d85f46c5147a9da25176a (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
Manifest-Version: 1.0
Require-Bundle: org.eclipse.ui,
 org.eclipse.core.runtime,
 org.junit;bundle-version="4.11.0",
 org.eclipse.uml2.uml,
 org.eclipse.papyrus.infra.nattable;bundle-version="1.0.2",
 org.eclipse.papyrus.infra.nattable.model;bundle-version="1.0.2",
 org.eclipse.papyrus.uml.nattable;bundle-version="1.0.2",
 org.eclipse.papyrus.infra.widgets;bundle-version="1.0.2",
 org.eclipse.papyrus.infra.emf;bundle-version="1.0.2",
 org.eclipse.papyrus.infra.core.log;bundle-version="1.0.2",
 org.eclipse.papyrus.junit.framework;bundle-version="1.0.2",
 org.eclipse.papyrus.junit.utils;bundle-version="1.0.2"
Export-Package: org.eclipse.papyrus.uml.nattable.tests,
 org.eclipse.papyrus.uml.nattable.tests.tests
Bundle-Vendor: %Bundle-Vendor
Bundle-ActivationPolicy: lazy
Bundle-Version: 1.0.2.qualifier
Bundle-Name: %Bundle-Name
Bundle-ManifestVersion: 2
Bundle-Activator: org.eclipse.papyrus.uml.nattable.tests.Activator
Bundle-SymbolicName: org.eclipse.papyrus.uml.nattable.tests
Bundle-RequiredExecutionEnvironment: J2SE-1.5

Back to the top