Skip to main content

This CGIT instance is deprecated, and repositories have been moved to Gitlab or Github. See the repository descriptions for specific locations.

summaryrefslogtreecommitdiffstats
blob: 50a9ee1eae828ce1830e2db265a8760bab61cc1a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %pluginName
Bundle-SymbolicName: org.eclipse.rse.tests.framework;singleton:=true
Bundle-Version: 2.0.100.qualifier
Bundle-Activator: org.eclipse.rse.internal.tests.framework.TestFrameworkPlugin
Bundle-Vendor: %providerName
Bundle-Localization: plugin
Export-Package: org.eclipse.rse.internal.tests.framework;x-internal:=true,
 org.eclipse.rse.internal.tests.framework.actions;x-internal:=true,
 org.eclipse.rse.internal.tests.framework.scripting;x-internal:=true,
 org.eclipse.rse.internal.tests.framework.ui;x-internal:=true,
 org.eclipse.rse.tests.framework
Require-Bundle: org.eclipse.core.runtime,
 org.eclipse.ui,
 org.eclipse.jface.text,
 org.eclipse.help,
 org.eclipse.core.resources,
 org.junit
Bundle-ActivationPolicy: lazy
Eclipse-LazyStart: true
Bundle-RequiredExecutionEnvironment: J2SE-1.4

Back to the top