Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: 49c7d1f56fa74416bc942bd72ba1bfb1feb5edc3 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %Bundle-Name
Bundle-SymbolicName: org.eclipse.m2e.jdt;singleton:=true
Bundle-Version: 1.2.0.qualifier
Bundle-Localization: plugin
Export-Package: org.eclipse.m2e.jdt,
 org.eclipse.m2e.jdt.internal;x-internal:=true,
 org.eclipse.m2e.jdt.internal.actions;x-internal:=true,
 org.eclipse.m2e.jdt.internal.launch;x-internal:=true,
 org.eclipse.m2e.jdt.internal.ui;x-internal:=true,
 org.eclipse.m2e.jdt.internal.ui.filter;x-internal:=true
Require-Bundle: org.eclipse.core.runtime,
 org.eclipse.jface,
 org.eclipse.debug.core,
 org.eclipse.jdt.core,
 org.eclipse.jdt.launching,
 org.eclipse.jdt.ui,
 org.eclipse.ui.workbench,
 org.eclipse.m2e.maven.runtime;bundle-version="[1.2.0,1.3.0)",
 org.eclipse.m2e.core;bundle-version="[1.2.0,1.3.0)",
 org.slf4j.api;bundle-version="1.6.2",
 org.eclipse.m2e.core.ui;bundle-version="[1.2.0,1.3.0)"
Eclipse-LazyStart: true
Bundle-Activator: org.eclipse.m2e.jdt.MavenJdtPlugin
Bundle-RequiredExecutionEnvironment: J2SE-1.5,
 JavaSE-1.6
Bundle-Vendor: %Bundle-Vendor

Back to the top