Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: cf6b0e1314a05dbc27cdab20492be468b4205dbf (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
Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-SymbolicName: org.eclipse.papyrus.uml.diagram.common.tests
Bundle-Version: 1.0.0.qualifier
Bundle-Activator: org.eclipse.papyrus.uml.diagram.common.tests.Activator
Require-Bundle: org.eclipse.ui,
 org.eclipse.core.runtime,
 org.junit,
 org.eclipse.emf.transaction,
 org.eclipse.ui.ide,
 org.eclipse.papyrus.junit.framework;bundle-version="1.0.0",
 org.eclipse.papyrus.infra.core;bundle-version="1.0.0",
 org.eclipse.papyrus.uml.tools;bundle-version="1.0.0",
 org.eclipse.papyrus.infra.gmfdiag.common;bundle-version="1.0.0",
 org.eclipse.gmf.runtime.notation.edit,
 org.eclipse.papyrus.infra.widgets;bundle-version="1.0.0",
 org.eclipse.papyrus.infra.gmfdiag.commands;bundle-version="1.0.0",
 org.eclipse.papyrus.uml.diagram.tests;bundle-version="1.0.0",
 org.eclipse.papyrus.infra.gmfdiag.css;bundle-version="1.0.0",
 org.eclipse.papyrus.uml.diagram.common;bundle-version="1.0.0",
 org.eclipse.papyrus.junit.utils;bundle-version="1.0.0"
Bundle-RequiredExecutionEnvironment: JavaSE-1.6
Bundle-ActivationPolicy: lazy
Bundle-Vendor: %Bundle-Vendor
Bundle-Name: %Bundle-Name
Bundle-Localization: plugin
Bundle-Description: This plugin provides tests for the papyrus plugin UML Diagram Common
Export-Package: org.eclipse.papyrus.uml.diagram.common.tests,
 org.eclipse.papyrus.uml.diagram.common.tests.css,
 org.eclipse.papyrus.uml.diagram.common.tests.parser,
 org.eclipse.papyrus.uml.diagram.common.tests.tests

Back to the top