Skip to main content
summaryrefslogtreecommitdiffstats
blob: 283d43dc59d5f118d23b19fcc52fc8b865225c80 (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
Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: Mylyn Commons Tests
Bundle-SymbolicName: org.eclipse.mylyn.commons.tests;singleton:=true
Bundle-Version: 3.7.0.qualifier
Bundle-RequiredExecutionEnvironment: J2SE-1.5
Require-Bundle: org.eclipse.core.runtime,
 org.eclipse.core.net,
 org.eclipse.osgi,
 org.eclipse.ui,
 org.junit,
 org.eclipse.mylyn.commons.core,
 org.eclipse.mylyn.commons.net,
 org.eclipse.mylyn.commons.notifications,
 org.eclipse.mylyn.commons.ui,
 org.eclipse.mylyn.commons.screenshots,
 org.eclipse.mylyn.commons.team,
 org.eclipse.mylyn.commons.xmlrpc,
 org.eclipse.mylyn.commons.workbench,
 org.apache.xmlrpc
Export-Package: org.eclipse.mylyn.commons.core;x-internal:=true,
 org.eclipse.mylyn.commons.tests;x-internal:=true,
 org.eclipse.mylyn.commons.tests.manual;x-internal:=true,
 org.eclipse.mylyn.commons.tests.net;x-internal:=true,
 org.eclipse.mylyn.commons.tests.support;x-internal:=true,
 org.eclipse.mylyn.commons.tests.xmlrpc;x-internal:=true,
 org.eclipse.mylyn.commons.ui.screenshots;x-internal:=true
Bundle-Vendor: Eclipse Mylyn

Back to the top