Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: 2460952708429977152934c5fc2d30789c85eb4a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
Manifest-Version: 1.0
Require-Bundle: org.junit;bundle-version="4.10.0",
 com.google.guava;bundle-version="11.0.0",
 org.eclipse.papyrus.infra.emf.readonly;bundle-version="1.1.0",
 org.eclipse.papyrus.junit.framework;bundle-version="1.1.0"
Export-Package: org.eclipse.papyrus.infra.gmfdiag.commands.tests
Bundle-Vendor: %providerName
Fragment-Host: org.eclipse.papyrus.infra.gmfdiag.commands;bundle-versi
 on="1.0.0"
Bundle-Version: 1.1.0.qualifier
Bundle-Name: %pluginName
Bundle-Localization: fragment
Bundle-ManifestVersion: 2
Bundle-SymbolicName: org.eclipse.papyrus.infra.gmfdiag.commands.tests
Bundle-RequiredExecutionEnvironment: J2SE-1.5

Back to the top