Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: 16fba1dcb0470f93be1dc05e838a5d4e55a9d85f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
Manifest-Version: 1.0
Fragment-Host: org.eclipse.m2e.core
Bundle-ManifestVersion: 2
Bundle-Name: %Bundle-Name
Bundle-SymbolicName: org.eclipse.m2e.core.tests
Bundle-Version: 1.13.0.qualifier
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
Bundle-Vendor: %Bundle-Vendor
Bundle-Localization: plugin
Require-Bundle: org.eclipse.m2e.core;bundle-version="[1.13.0,1.14.0)",
 org.eclipse.m2e.tests.common;bundle-version="[1.13.0,1.14.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