Skip to main content
summaryrefslogtreecommitdiffstats
blob: 2c04ad8dfdf7615630ef491b555acc24caf12115 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: Mylyn UI Tests
Bundle-SymbolicName: org.eclipse.mylyn.tests.ui;singleton:=true
Bundle-Version: 3.7.0.qualifier
Bundle-Vendor: Eclipse Mylyn
Bundle-RequiredExecutionEnvironment: J2SE-1.5
Require-Bundle: org.eclipse.swtbot.eclipse.core;bundle-version="2.0.0",
 org.eclipse.swtbot.eclipse.finder;bundle-version="2.0.0",
 org.eclipse.swtbot.swt.finder;bundle-version="2.0.0",
 org.eclipse.swtbot.junit4_x;bundle-version="2.0.0",
 org.eclipse.ui,
 org.eclipse.mylyn.tasks.ui
Import-Package: junit.framework;version="4.3.0",
 org.apache.log4j;version="1.2.13",
 org.hamcrest;version="1.1.0",
 org.junit;version="4.3.0"
Export-Package: org.eclipse.mylyn.tests.ui;x-internal:=true,
 org.eclipse.mylyn.tests.ui.discovery;x-internal:=true,
 org.eclipse.mylyn.tests.ui.util;x-internal:=true
Bundle-ClassPath: .

Back to the top