Skip to main content
summaryrefslogtreecommitdiffstats
blob: 35e396ffa03d938a3098e44f68784583d3371712 (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
Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: Mylyn Trac Connector Tests
Bundle-SymbolicName: org.eclipse.mylyn.trac.tests
Bundle-Version: 0.0.0
Require-Bundle: org.junit,
 org.eclipse.ui,
 org.eclipse.core.runtime,
 org.eclipse.mylyn.context.core,
 org.eclipse.mylyn.tasks.ui,
 org.eclipse.mylyn.tasks.core,
 org.eclipse.mylyn.context.tests,
 org.eclipse.mylyn.trac.ui,
 org.eclipse.mylyn.trac.core,
 org.eclipse.search,
 org.eclipse.mylyn,
 org.eclipse.ui.workbench.texteditor,
 org.eclipse.jface.text,
 org.eclipse.mylyn.web.core
Export-Package: org.eclipse.mylyn.trac.tests
Bundle-Activator: org.eclipse.mylyn.trac.tests.TracTestPlugin
Eclipse-LazyStart: true
Bundle-RequiredExecutionEnvironment: J2SE-1.5
Bundle-Vendor: Eclipse.org

Back to the top