Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: db6fac77c6a954094a34fc5bec9acf19338e75da (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
Manifest-Version: 1.0
Require-Bundle: org.eclipse.core.runtime,
 org.eclipse.core.resources,
 org.eclipse.papyrus.infra.core;bundle-version="1.2.0",
 org.eclipse.ui.workbench,
 org.eclipse.ui.ide,
 org.eclipse.emf.ecore;bundle-version="2.9.1",
 org.junit;bundle-version="4.10.0",
 org.eclipse.papyrus.uml.tools;bundle-version="1.2.0",
 org.eclipse.papyrus.uml.diagram.clazz;bundle-version="1.2.0",
 org.eclipse.papyrus.infra.gmfdiag.commands;bundle-version="1.2.0",
 org.eclipse.papyrus.infra.gmfdiag.common;bundle-version="1.2.0",
 org.eclipse.papyrus.uml.diagram.activity;bundle-version="1.2.0",
 org.eclipse.papyrus.uml.diagram.common;bundle-version="1.2.0",
 org.eclipse.papyrus.uml.diagram.emftree;bundle-version="1.2.0",
 org.eclipse.papyrus.infra.emf.diagram.common;bundle-version="1.2.0",
 org.eclipse.core.commands;bundle-version="3.6.100",
 org.eclipse.emf.transaction;bundle-version="1.4.0",
 org.eclipse.papyrus.infra.ui;bundle-version="1.2.0",
 org.eclipse.papyrus.infra.core.sasheditor;bundle-version="1.2.0"
Export-Package: org.eclipse.papyrus.integrationtests.editor
Bundle-Vendor: %providerName
Bundle-ActivationPolicy: lazy
Bundle-Version: 1.2.0.qualifier
Bundle-Name: %pluginName
Bundle-Localization: plugin
Bundle-ManifestVersion: 2
Bundle-Activator: org.eclipse.papyrus.integrationtests.editor.Activator
Bundle-SymbolicName: org.eclipse.papyrus.integrationtests.editor
Bundle-RequiredExecutionEnvironment: JavaSE-1.6

Back to the top