Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: a010f859ae1a07a7d0b86a7ba46a1d647c98d471 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %Bundle-Name
Bundle-SymbolicName: org.eclipse.m2e.importer.tests
Bundle-Version: 1.8.0.qualifier
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
Bundle-Vendor: %Bundle-Vendor
Bundle-Localization: plugin
Require-Bundle: org.eclipse.m2e.importer;bundle-version="[1.8.0,1.9.0)",
 org.eclipse.ui.ide,
 org.junit;bundle-version="4.12.0",
 org.eclipse.m2e.core;bundle-version="[1.8.0,1.9.0)",
 org.eclipse.core.resources,
 org.eclipse.core.runtime,
 org.eclipse.ui.workbench,
 org.apache.ant,
 org.eclipse.jdt.core,
 org.eclipse.m2e.tests.common;bundle-version="[1.8.0,1.9.0)"

Back to the top