Skip to main content
summaryrefslogtreecommitdiffstats
blob: 76e7655f32c1d9bf9389c35fd9a7d63fbfce132f (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
Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: Mylyn Trac Connector Tests
Bundle-SymbolicName: org.eclipse.mylyn.trac.tests;singleton:=true
Bundle-Version: 3.9.1.qualifier
Require-Bundle: org.junit;bundle-version="4.8.2",
 org.eclipse.core.runtime,
 org.eclipse.jface.text,
 org.eclipse.search,
 org.eclipse.ui,
 org.eclipse.ui.workbench.texteditor,
 org.eclipse.mylyn.commons.net,
 org.eclipse.mylyn.commons.repositories.core,
 org.eclipse.mylyn.commons.sdk.util,
 org.eclipse.mylyn.tasks.core,
 org.eclipse.mylyn.tasks.ui,
 org.eclipse.mylyn.tests.util,
 org.eclipse.mylyn.trac.core,
 org.eclipse.mylyn.trac.ui,
 org.apache.ws.commons.util;bundle-version="1.0.0",
 org.apache.xmlrpc;bundle-version="3.0.0",
 org.eclipse.ui.forms,
 org.apache.commons.lang;bundle-version="2.4.0"
Export-Package: org.eclipse.mylyn.trac.tests;x-internal:=true,
 org.eclipse.mylyn.trac.tests.client;x-internal:=true,
 org.eclipse.mylyn.trac.tests.core;x-internal:=true,
 org.eclipse.mylyn.trac.tests.support;x-internal:=true,
 org.eclipse.mylyn.trac.tests.ui;x-internal:=true
Bundle-RequiredExecutionEnvironment: JavaSE-1.6
Bundle-Vendor: Eclipse Mylyn

Back to the top