Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: 1aa2611f08ac9d8ee4af575e642be53b0377f35d (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: 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
Eclipse-BundleShape: dir

Back to the top