Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: 252bd4873fd360df10324c102919d566bb5c9aff (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %Bundle-Name
Bundle-SymbolicName: org.eclipse.m2e.binaryproject.ui;singleton:=true
Bundle-Version: 1.12.0.qualifier
Bundle-Activator: org.eclipse.m2e.binaryproject.ui.internal.BinaryprojectUIActivator
Bundle-Vendor: %Bundle-Vendor
Require-Bundle: org.eclipse.ui,
 org.eclipse.core.runtime,
 org.eclipse.m2e.core.ui;bundle-version="[1.12.0,1.13.0)",
 org.eclipse.m2e.binaryproject;bundle-version="[1.12.0,1.13.0)",
 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)"
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
Bundle-ActivationPolicy: lazy

Back to the top