Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: 74e4fa8645bc3869fd4375424646abe3aaea4902 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: Forms Test
Bundle-SymbolicName: org.eclipse.ui.tests.forms;singleton:=true
Bundle-Version: 3.3.300.qualifier
Bundle-Activator: org.eclipse.ui.tests.forms.plugin.FormsTestPlugin
Require-Bundle: org.eclipse.ui,
 org.eclipse.core.runtime,
 org.eclipse.test.performance,
 org.eclipse.ui.forms,
 org.junit
Eclipse-LazyStart: true
Bundle-Vendor: Eclipse.org
Bundle-ClassPath: forms-tests.jar
Bundle-RequiredExecutionEnvironment: J2SE-1.4
Bundle-ActivationPolicy: lazy

Back to the top