Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: 6548d9c4c7afa4805b3fcaa3d005804e2304126c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %pluginName
Bundle-Vendor: %providerName
Bundle-SymbolicName: org.eclipse.papyrus.infra.gmfdiag.common.tests
Bundle-Version: 1.0.0.qualifier
Fragment-Host: org.eclipse.papyrus.infra.gmfdiag.common;bundle-version="1.0.0"
Bundle-RequiredExecutionEnvironment: J2SE-1.5
Bundle-Localization: fragment
Require-Bundle: org.junit;bundle-version="4.10.0",
 org.eclipse.papyrus.junit.framework;bundle-version="1.0.0"
Export-Package: org.eclipse.papyrus.infra.gmfdiag.common.tests,
 org.eclipse.papyrus.infra.gmfdiag.common.utils

Back to the top