Skip to main content
aboutsummaryrefslogblamecommitdiffstats
blob: 03862852e65c7b4b37d1404ddcb0a739009ddd31 (plain) (tree)
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.binaryproject;singleton:=true
Bundle-Version: 1.12.0.qualifier
Bundle-Vendor: %Bundle-Vendor
Require-Bundle: org.eclipse.m2e.core;bundle-version="[1.12.0,1.13.0)",
 org.eclipse.m2e.maven.runtime;bundle-version="[1.12.0,1.13.0)",
 org.eclipse.m2e.sourcelookup;bundle-version="[1.12.0,1.13.0)",
 org.eclipse.m2e.jdt;bundle-version="[1.12.0,1.13.0)",
 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