Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: 43f204dbca2c1ecc32e6b4b6967f078eaaf7b50c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %Bundle-Name
Bundle-SymbolicName: org.eclipse.m2e.core.tests
Bundle-Version: 1.11.0.qualifier
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
Bundle-Vendor: %Bundle-Vendor
Bundle-Localization: plugin
Require-Bundle: org.eclipse.m2e.core;bundle-version="[1.11.0,1.12.0)",
 org.eclipse.m2e.tests.common;bundle-version="[1.11.0,1.12.0)",
 org.junit;bundle-version="4.12.0",
 org.eclipse.core.resources,
 org.eclipse.core.runtime,
 org.eclipse.m2e.maven.runtime;bundle-version="1.10.0",
 javax.annotation;bundle-version="1.2.0"
Eclipse-BundleShape: dir

Back to the top