Skip to main content
summaryrefslogtreecommitdiffstats
blob: 11341954a9e0507e51832400191131867a2cc61b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: BiDi tests
Bundle-SymbolicName: org.eclipse.equinox.bidi.tests;singleton:=true
Bundle-Version: 1.0.200.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: J2SE-1.5
Export-Package: org.eclipse.equinox.bidi.internal.tests;x-internal:=true,
 org.eclipse.equinox.bidi.tests
Eclipse-BundleShape: dir

Back to the top