Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: 441c668d3a7d3a5f60282a4cf3ed943ae4747828 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
Manifest-Version: 1.0
Export-Package: org.eclipse.papyrus.infra.emf.utils
Require-Bundle: org.eclipse.emf.ecore.xmi;bundle-version="2.8.0",
 org.junit;bundle-version="4.10.0"
Bundle-Vendor: %providerName
Fragment-Host: org.eclipse.papyrus.infra.emf;bundle-version="0.10.0"
Bundle-Version: 0.10.1.qualifier
Bundle-Name: %pluginName
Bundle-Localization: plugin
Bundle-ManifestVersion: 2
Bundle-SymbolicName: org.eclipse.papyrus.infra.emf.tests
Bundle-RequiredExecutionEnvironment: J2SE-1.5

Back to the top