Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: 7364f704aea9faee732037122c4a3ad9bba8d782 (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: %Plugin.name
Bundle-SymbolicName: org.eclipse.text.tests
Bundle-Version: 3.6.0.qualifier
Bundle-ClassPath: texttests.jar
Bundle-Vendor: %Plugin.providerName
Bundle-Localization: plugin
Export-Package: 
 org.eclipse.text.tests,
 org.eclipse.text.tests.link,
 org.eclipse.text.tests.templates
Require-Bundle: 
 org.eclipse.core.commands;bundle-version="[3.5.0,4.0.0)",
 org.eclipse.core.runtime;bundle-version="[3.5.0,4.0.0)",
 org.eclipse.text;bundle-version="[3.5.0,4.0.0)",
 org.junit;bundle-version="3.8.2"
Bundle-RequiredExecutionEnvironment: J2SE-1.4

Back to the top