Skip to main content
summaryrefslogtreecommitdiffstats
blob: f9daca9cf6e5c6303566246c12b6be381a37ba13 (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
Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: Mylar Tests Plug-in
Bundle-SymbolicName: org.eclipse.mylar.tests
Bundle-Version: 0.0.0
Bundle-Activator: org.eclipse.mylar.tests.MylarTestsPlugin
Bundle-Localization: plugin
Eclipse-AutoStart: true
Bundle-Vendor: Eclipse.org
Export-Package: org.eclipse.mylar.tests
Bundle-ClassPath: mylar-tests.jar
Require-Bundle: org.junit,
 org.eclipse.core.runtime,
 org.eclipse.core.resources,
 org.eclipse.ui,
 org.eclipse.mylar.core.tests,
 org.eclipse.mylar.xml.tests,
 org.eclipse.mylar.java.tests,
 org.eclipse.mylar.tasklist.tests,
 org.eclipse.mylar.monitor.tests,
 org.eclipse.mylar.hypertext,
 org.eclipse.mylar.tasklist,
 org.eclipse.mylar.monitor.reports,
 org.eclipse.mylar.core,
 org.eclipse.mylar.bugzilla.test

Back to the top