Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: adaeff1be3afd96d092cf9ff949f54499bd005a8 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %pluginName
Bundle-SymbolicName: org.eclipse.oomph.setup.workingsets;singleton:=true
Bundle-Version: 1.9.0.qualifier
Bundle-ClassPath: .
Bundle-Vendor: %providerName
Bundle-Localization: plugin
Bundle-RequiredExecutionEnvironment: J2SE-1.5
Export-Package: org.eclipse.oomph.setup.workingsets;version="1.9.0";x-internal:=true,
 org.eclipse.oomph.setup.workingsets.impl;version="1.9.0";x-internal:=true,
 org.eclipse.oomph.setup.workingsets.util;version="1.9.0";x-internal:=true
Require-Bundle: org.eclipse.core.runtime;bundle-version="[3.5.0,4.0.0)",
 org.eclipse.emf.ecore;bundle-version="[2.10.0,3.0.0)";visibility:=reexport,
 org.eclipse.oomph.predicates;bundle-version="[1.9.0,2.0.0)";visibility:=reexport,
 org.eclipse.oomph.setup;bundle-version="[1.9.0,2.0.0)";visibility:=reexport,
 org.eclipse.oomph.workingsets;bundle-version="[1.9.0,2.0.0)";visibility:=reexport
Bundle-ActivationPolicy: lazy
Automatic-Module-Name: org.eclipse.oomph.setup.workingsets

Back to the top