Skip to main content
summaryrefslogtreecommitdiffstats
blob: 8f68efb905eccf215cb4668c805f1cf07b678b85 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: Bugzilla Tests Plug-in
Bundle-SymbolicName: org.eclipse.mylar.bugzilla.test
Bundle-Version: 1.7.2
Bundle-Activator: org.eclipse.mylar.bugzilla.test.BugzillaTestPlugin
Bundle-Localization: plugin
Require-Bundle: org.eclipse.ui,
 org.eclipse.core.runtime,
 org.junit,
 org.eclipse.ui.ide,
 org.eclipse.ui.views,
 org.eclipse.ui.editors,
 org.eclipse.ui.workbench.texteditor,
 org.eclipse.mylar.bugzilla
Eclipse-AutoStart: true
Bundle-Vendor: University of British Columbia
Export-Package: org.eclipse.mylar.bugzilla.test
Bundle-ClassPath: bugzilla-test.jar

Back to the top