Skip to main content
summaryrefslogtreecommitdiffstats
blob: ced4501c305800aefb9c2707e8f4754775aa1b65 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: SWTBot Dsl for Eclipse IDE (incubation)
Bundle-SymbolicName: org.eclipse.swtbot.eclipse.dsl
Bundle-Version: 2.0.5.qualifier
Bundle-Activator: org.eclipse.swtbot.eclipse.dsl.Activator
Bundle-Vendor: Eclipse.org - SWTBot
Bundle-RequiredExecutionEnvironment: J2SE-1.5
Bundle-ActivationPolicy: lazy
Import-Package: org.apache.log4j;version="[1.2.13,1.3.0)",
 org.eclipse.core.runtime;version="3.4.0",
 org.eclipse.swt.widgets,
 org.eclipse.swtbot.eclipse.finder,
 org.eclipse.swtbot.eclipse.finder.widgets,
 org.eclipse.swtbot.swt.finder,
 org.eclipse.swtbot.swt.finder.finders,
 org.eclipse.swtbot.swt.finder.results,
 org.eclipse.swtbot.swt.finder.utils,
 org.eclipse.swtbot.swt.finder.widgets,
 org.eclipse.ui.plugin,
 org.osgi.framework;version="1.4.0"
Require-Bundle: org.eclipse.ui.workbench;bundle-version="3.6.0",
 org.hamcrest.core;bundle-version="1.1.0"

Back to the top