Skip to main content
summaryrefslogtreecommitdiffstats
blob: 1b3bb442486abacb96c97c2d8f891b7c3717f438 (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
Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: Mylyn Trac Connector Tests
Bundle-SymbolicName: org.eclipse.mylyn.trac.tests;singleton:=true
Bundle-Version: 0.0.0
Require-Bundle: org.apache.xmlrpc;bundle-version="3.0.0",
 org.junit,
 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.context.core,
 org.eclipse.mylyn.context.tests,
 org.eclipse.mylyn.tasks.ui,
 org.eclipse.mylyn.tasks.core,
 org.eclipse.mylyn.tasks.tests,
 org.eclipse.mylyn.trac.ui,
 org.eclipse.mylyn.trac.core
Export-Package: org.eclipse.mylyn.internal.trac.ui;x-internal:=true,
 org.eclipse.mylyn.trac.tests;x-internal:=true,
 org.eclipse.mylyn.trac.tests.client;x-internal:=true,
 org.eclipse.mylyn.trac.tests.support;x-internal:=true
Bundle-RequiredExecutionEnvironment: J2SE-1.5
Bundle-Vendor: Eclipse.org

Back to the top