Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: 31bfd7f6c8871650174b9f75b202eb9d83f23b80 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: Equinox security tests
Bundle-SymbolicName: org.eclipse.equinox.security.tests;singleton:=true
Bundle-Version: 1.0.200.qualifier
Bundle-Activator: org.eclipse.equinox.internal.security.tests.SecurityTestsActivator
Bundle-RequiredExecutionEnvironment: J2SE-1.5
Bundle-Vendor: Eclipse.org
Require-Bundle: org.eclipse.core.tests.harness;bundle-version="3.4.0",
 org.junit,
 org.eclipse.osgi;bundle-version="3.4.0",
 org.eclipse.equinox.security;bundle-version="0.0.1",
 org.eclipse.equinox.registry;bundle-version="3.4.0",
 org.eclipse.equinox.preferences;bundle-version="3.2.200"
Eclipse-LazyStart: true
Export-Package: org.eclipse.equinox.internal.security.tests;x-internal:=true,
 org.eclipse.equinox.internal.security.tests.storage;x-internal:=true,
 org.eclipse.equinox.security.tests;version="1.0.0"
Bundle-ActivationPolicy: lazy
Eclipse-BundleShape: dir

Back to the top