Skip to main content
summaryrefslogtreecommitdiffstats
blob: d6359bd54e2382c228b1f98cb6add75728c89677 (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
Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: Bugzilla Tests Plug-in
Bundle-SymbolicName: org.eclipse.mylar.bugzilla.tests
Bundle-Version: 0.0.0
Bundle-Activator: org.eclipse.mylar.bugzilla.tests.BugzillaTestPlugin
Bundle-Localization: plugin
Require-Bundle: org.eclipse.ui,
 org.eclipse.core.runtime,
 org.junit,
 org.eclipse.jface.text,
 org.eclipse.ui.ide,
 org.eclipse.ui.views,
 org.eclipse.ui.editors,
 org.eclipse.ui.workbench.texteditor,
 org.eclipse.mylar.bugzilla.core,
 org.eclipse.mylar.bugzilla.ui,
 org.eclipse.mylar.tasklist,
 org.eclipse.mylar.core.tests,
 org.eclipse.mylar.tasklist.tests,
 org.eclipse.mylar.context.core,
 org.eclipse.mylar.tasks.core
Eclipse-AutoStart: true
Bundle-Vendor: Eclipse.org
Bundle-ClassPath: bugzilla-test.jar
Export-Package: org.eclipse.mylar.bugzilla.tests
Bundle-RequiredExecutionEnvironment: J2SE-1.5

Back to the top