Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: 7439a7da890a1194a98e8f8a26de594c458e696c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %pluginName
Bundle-SymbolicName: org.eclipse.ui.tests.rcp; singleton:=true
Bundle-Version: 3.3.200.qualifier
Bundle-Activator: org.eclipse.core.internal.compatibility.PluginActivator
Bundle-Vendor: %providerName
Require-Bundle: org.eclipse.core.runtime.compatibility,
 org.eclipse.ui,
 org.junit,
 org.eclipse.test.performance,
 org.eclipse.ui.tests.harness
Bundle-ActivationPolicy: lazy
Bundle-RequiredExecutionEnvironment: J2SE-1.4
Export-Package: org.eclipse.ui.tests.rcp,
 org.eclipse.ui.tests.rcp.performance,
 org.eclipse.ui.tests.rcp.util
Bundle-Localization: plugin
Eclipse-BundleShape: dir

Back to the top