Skip to main content
summaryrefslogtreecommitdiffstats
blob: 02ce6c399d52d7ad099d747234aaf172dbb11551 (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
24
25
26
27
28
29
30
31
32
33
34
35
Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: Mylyn Bugzilla Connector Tests
Bundle-SymbolicName: org.eclipse.mylyn.bugzilla.tests;singleton:=true
Bundle-Version: 3.7.0.qualifier
Require-Bundle: org.junit,
 org.eclipse.compare,
 org.eclipse.core.runtime,
 org.eclipse.jface.text,
 org.eclipse.search,
 org.eclipse.ui,
 org.eclipse.ui.forms,
 org.eclipse.ui.ide,
 org.eclipse.ui.views,
 org.eclipse.ui.editors,
 org.eclipse.ui.workbench.texteditor,
 org.eclipse.mylyn.bugzilla.core,
 org.eclipse.mylyn.bugzilla.ui,
 org.eclipse.mylyn.commons.ui,
 org.eclipse.mylyn.commons.core,
 org.eclipse.mylyn.commons.sdk.util,
 org.eclipse.mylyn.commons.workbench,
 org.eclipse.mylyn.commons.xmlrpc,
 org.eclipse.mylyn.tasks.core,
 org.eclipse.mylyn.tasks.ui,
 org.eclipse.mylyn.tests.util,
 org.eclipse.mylyn.commons.net,
 org.eclipse.mylyn.bugzilla.ide,
 org.apache.xmlrpc
Bundle-Vendor: Eclipse Mylyn
Export-Package: org.eclipse.mylyn.bugzilla.tests;x-internal:=true,
 org.eclipse.mylyn.bugzilla.tests.core;x-internal:=true,
 org.eclipse.mylyn.bugzilla.tests.support;x-internal:=true,
 org.eclipse.mylyn.bugzilla.tests.ui;x-internal:=true
Bundle-RequiredExecutionEnvironment: J2SE-1.5

Back to the top