Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: 1c68b8587b66e1c5df7c4328f81434113e117550 (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
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
Manifest-Version: 1.0
Require-Bundle: org.eclipse.emf.facet.widgets.nattable.instance,
 org.eclipse.emf.facet.widgets.nattable,
 org.eclipse.papyrus.infra.widgets;bundle-version="0.9.0",
 org.eclipse.papyrus.views.properties;bundle-version="0.9.0",
 org.eclipse.emf.databinding;bundle-version="1.2.0",
 org.eclipse.papyrus.infra.table.instance;bundle-version="0.9.0",
 org.eclipse.emf.facet.infra.query.core;bundle-version="0.1.0",
 org.eclipse.emf.facet.infra.query.editor;bundle-version="0.1.0",
 org.eclipse.emf.facet.query.java;bundle-version="0.1.0",
 org.eclipse.emf.facet.infra.common.core;bundle-version="0.1.0",
 org.eclipse.papyrus.infra.services.edit;bundle-version="0.9.0",
 org.eclipse.papyrus.infra.gmfdiag.commands;bundle-version="0.9.0",
 net.sourceforge.nattable.core;bundle-version="2.1.0",
 org.eclipse.emf.facet.infra.facet.core,
 org.eclipse.papyrus.infra.emf;bundle-version="0.9.0",
 org.eclipse.papyrus.uml.tools;bundle-version="0.9.0",
 org.eclipse.core.runtime;bundle-version="3.8.0",
 org.eclipse.emf.transaction;bundle-version="1.4.0",
 org.eclipse.gmf.runtime.common.core;bundle-version="1.4.1",
 org.eclipse.gmf.runtime.emf.type.core;bundle-version="1.4.0",
 org.eclipse.uml2.uml;bundle-version="4.0.0",
 org.eclipse.papyrus.infra.hyperlink,
 org.eclipse.papyrus.infra.core;bundle-version="0.9.0",
 org.eclipse.emf.facet.util.emf.core;bundle-version="0.2.0",
 org.eclipse.papyrus.infra.core.sasheditor;bundle-version="0.9.0",
 org.eclipse.papyrus.infra.core.log;bundle-version="0.9.0",
 org.eclipse.emf.facet.infra.browser.uicore;bundle-version="0.2.0"
Export-Package: org.eclipse.papyrus.infra.table.common,
 org.eclipse.papyrus.infra.table.common.dialog,
 org.eclipse.papyrus.infra.table.common.editor,
 org.eclipse.papyrus.infra.table.common.factory,
 org.eclipse.papyrus.infra.table.common.handlers,
 org.eclipse.papyrus.infra.table.common.messages,
 org.eclipse.papyrus.infra.table.common.modelresource,
 org.eclipse.papyrus.infra.table.common.util
Bundle-Vendor: %providerName
Bundle-ActivationPolicy: lazy
Bundle-Version: 0.9.0.qualifier
Bundle-Name: %pluginName
Bundle-Localization: plugin
Bundle-ManifestVersion: 2
Bundle-Activator: org.eclipse.papyrus.infra.table.common.Activator
Bundle-SymbolicName: org.eclipse.papyrus.infra.table.common;singleton:=true
Bundle-RequiredExecutionEnvironment: J2SE-1.5

Back to the top