Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: e9e4a14e90eab202ac9ed7421ccc50dfd56208e9 (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
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.common;bundle-version="0.10.1",
 org.eclipse.emf.ecore,
 org.eclipse.papyrus.infra.nattable;bundle-version="0.10.1",
 org.eclipse.papyrus.infra.nattable.model;bundle-version="0.10.1",
 org.eclipse.papyrus.uml.xtext.integration.ui;bundle-version="0.10.1",
 org.eclipse.emf.mwe.core,
 com.google.inject,
 org.eclipse.xtext;bundle-version="2.4.2",
 org.eclipse.nebula.widgets.nattable.core;bundle-version="1.0.0",
 org.eclipse.gmf.runtime.common.core,
 org.eclipse.gmf.runtime.common.ui.services
Export-Package: org.eclipse.papyrus.uml.nattable.xtext.integration,
 org.eclipse.papyrus.uml.nattable.xtext.integration.celleditor,
 org.eclipse.papyrus.uml.nattable.xtext.integration.util
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.uml.nattable.xtext.integration.A
 ctivator
Bundle-SymbolicName: org.eclipse.papyrus.uml.nattable.xtext.integratio
 n
Bundle-RequiredExecutionEnvironment: JavaSE-1.6

Back to the top