Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: 78ec76e78a5a36bdd569a871c5cbbad7d29d11f0 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %pluginName
Bundle-SymbolicName: org.eclipse.oomph.setup.sync.tests;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.sync.tests;version="1.9.0";x-internal:=true
Require-Bundle: org.eclipse.userstorage.tests;bundle-version="[1.0.0,2.0.0)",
 org.eclipse.oomph.tests;bundle-version="[1.9.0,2.0.0)",
 org.eclipse.oomph.setup.sync;bundle-version="[1.9.0,2.0.0)",
 org.apache.httpcomponents.httpcore;bundle-version="[4.0.0,5.0.0)",
 org.apache.httpcomponents.httpclient;bundle-version="[4.0.0,5.0.0)"
Bundle-ActivationPolicy: lazy
Automatic-Module-Name: org.eclipse.oomph.setup.sync.tests

Back to the top