Skip to main content
aboutsummaryrefslogblamecommitdiffstats
blob: 0afee83d834d615f3ccca6efa074576670283fed (plain) (tree)
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.commands.tests
Bundle-Version: 1.0.0.qualifier
Bundle-Localization: fragment
Fragment-Host: org.eclipse.papyrus.infra.gmfdiag.commands;bundle-version="1.0.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.0"
Bundle-RequiredExecutionEnvironment: J2SE-1.5
Export-Package: org.eclipse.papyrus.infra.gmfdiag.commands.tests

Back to the top