Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: 58d01f6a38f60f80370be942a6537ae1458467e3 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: BiDi tests
Bundle-SymbolicName: org.eclipse.equinox.bidi.tests;singleton:=true
Bundle-Version: 1.1.0.qualifier
Require-Bundle: org.eclipse.equinox.bidi;bundle-version="1.0.0",
 org.eclipse.equinox.registry;bundle-version="3.5.0",
 org.junit;bundle-version="4.12.0"
Bundle-ActivationPolicy: lazy
Bundle-RequiredExecutionEnvironment: JavaSE-1.7
Export-Package: org.eclipse.equinox.bidi.internal.tests;x-internal:=true,
 org.eclipse.equinox.bidi.tests
Eclipse-BundleShape: dir
Automatic-Module-Name: org.eclipse.equinox.bidi.tests

Back to the top