Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: c4800762c6d9f701cac82595f8b5e9d8027ae117 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %Bundle-Name
Bundle-SymbolicName: org.eclipse.m2e.binaryproject;singleton:=true
Bundle-Version: 1.15.0.qualifier
Bundle-Vendor: %Bundle-Vendor
Require-Bundle: org.eclipse.m2e.core;bundle-version="[1.13.0,1.15.1)",
 org.eclipse.m2e.maven.runtime;bundle-version="[1.15.0,1.16.0)",
 org.eclipse.m2e.sourcelookup;bundle-version="[1.13.0,1.15.1)",
 org.eclipse.m2e.jdt;bundle-version="[1.13.0,1.15.1)",
 org.eclipse.equinox.common;bundle-version="3.6.0",
 org.eclipse.core.resources;bundle-version="3.7.0",
 org.eclipse.jdt.core;bundle-version="3.7.0",
 org.eclipse.equinox.registry;bundle-version="3.5.0",
 org.eclipse.core.runtime;bundle-version="3.7.0",
 org.eclipse.debug.core;bundle-version="3.9.0",
 org.eclipse.jdt.launching;bundle-version="3.10.0"
Import-Package: org.slf4j;version="1.6.2"
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
Export-Package: org.eclipse.m2e.binaryproject.internal;x-friends:="org.eclipse.m2e.sourcelookup,org.eclipse.m2e.sourcelookup.ui"
Bundle-ActivationPolicy: lazy
Bundle-Activator: org.eclipse.m2e.binaryproject.internal.BinaryProjectPlugin

Back to the top