Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: 13702437711a0b4c00b59d7e1e57e634efaac5ec (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.11.0.qualifier
Require-Bundle: org.eclipse.m2e.core;bundle-version="[1.11.0,1.12.0)",
 org.eclipse.m2e.jdt;bundle-version="[1.11.0,1.12.0)"
Bundle-Vendor: %Bundle-Vendor
Bundle-Localization: plugin
Bundle-RequiredExecutionEnvironment: JavaSE-1.8

Back to the top