Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: b7290d7f9c734b20533c31eaa81099ecdac7c134 (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.text.quicksearch.tests
Bundle-Version: 1.1.200.qualifier
Require-Bundle: org.eclipse.core.runtime,
 org.eclipse.text.quicksearch;bundle-version="1.0.300",
 org.eclipse.core.resources,
 org.junit;bundle-version="4.8.0",
 org.eclipse.ui.ide;bundle-version="3.17.0",
 org.eclipse.jface;bundle-version="3.20.0",
 org.eclipse.ui.tests.harness;bundle-version="1.6.0"
Bundle-ActivationPolicy: lazy
Bundle-RequiredExecutionEnvironment: JavaSE-11
Bundle-Vendor: %providerName
Export-Package: org.eclipse.text.quicksearch.tests
Automatic-Module-Name: org.eclipse.text.quicksearch.tests

Back to the top