Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: 005093e4e43b7c70ea451108b4ad0d048a14c304 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %pluginName
Bundle-SymbolicName: org.eclipse.oomph.targlets.tests;singleton:=true
Bundle-Version: 1.10.0.qualifier
Bundle-ClassPath: .
Bundle-Vendor: %providerName
Bundle-Localization: plugin
Bundle-RequiredExecutionEnvironment: J2SE-1.5
Export-Package: org.eclipse.oomph.targlets.tests;version="1.10.0";x-internal:=true
Require-Bundle: org.eclipse.oomph.p2.tests;bundle-version="[1.10.0,2.0.0)";visibility:=reexport,
 org.eclipse.oomph.targlets.core;bundle-version="[1.10.0,2.0.0)";visibility:=reexport,
 org.eclipse.oomph.util.pde;bundle-version="[1.10.0,2.0.0)",
 org.eclipse.pde.core;bundle-version="[3.5.0,4.0.0)",
 org.eclipse.equinox.frameworkadmin;bundle-version="[2.0.0,3.0.0)"
Bundle-ActivationPolicy: lazy
Bundle-Activator: org.eclipse.oomph.targlets.tests.TargletsTestsPlugin$Implementation
Automatic-Module-Name: org.eclipse.oomph.targlets.tests

Back to the top