Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: 98ff4e1415b8e259d78647ab5ec580f9b039f4b4 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %Bundle-Name
Bundle-SymbolicName: org.eclipse.m2e.lifecyclemapping.defaults;singleton:=true
Bundle-Version: 1.9.0.qualifier
Require-Bundle: org.eclipse.m2e.core;bundle-version="[1.9.0,1.10.0)",
 org.eclipse.m2e.jdt;bundle-version="[1.9.0,1.10.0)"
Bundle-Vendor: %Bundle-Vendor
Bundle-Localization: plugin
Bundle-RequiredExecutionEnvironment: JavaSE-1.8

Back to the top