Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: 14d3b397eda2b70dd4ccd594ee230e4d241867d4 (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.0.1",
 org.eclipse.papyrus.junit.framework;bundle-version="1.0.1"
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.0.1.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