Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: 653969f63d40ecf9fc15f276e270adcdbad229bf (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
Manifest-Version: 1.0
Require-Bundle: org.junit;bundle-version="4.10.0",
 org.eclipse.papyrus.junit.framework;bundle-version="1.1.0",
 org.eclipse.papyrus.junit.utils;bundle-version="1.1.0",
 org.eclipse.papyrus.infra.gmfdiag.assistant,
 org.eclipse.papyrus.uml.diagram.common;bundle-version="1.2.0",
 org.eclipse.papyrus.infra.gmfdiag.canonical;bundle-version="1.2.0",
 org.eclipse.uml2.uml;bundle-version="5.1.0",
 org.eclipse.papyrus.infra.types.core;bundle-version="1.2.0"
Export-Package: org.eclipse.papyrus.infra.gmfdiag.common.tests,
 org.eclipse.papyrus.infra.gmfdiag.common.utils
Bundle-Vendor: %providerName
Fragment-Host: org.eclipse.papyrus.infra.gmfdiag.common;bundle-version="1.2.0"
Bundle-Version: 1.2.0.qualifier
Bundle-Name: %pluginName
Bundle-Localization: fragment
Bundle-ManifestVersion: 2
Bundle-SymbolicName: org.eclipse.papyrus.infra.gmfdiag.common.tests;singleton:=true
Bundle-RequiredExecutionEnvironment: J2SE-1.5

Back to the top