Skip to main content
summaryrefslogtreecommitdiffstats
blob: 33e33067b2412aedb30a946d7c5ccb0694583681 (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
28
29
Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: Mylar Bugs Plug-in
Bundle-SymbolicName: org.eclipse.mylar.bugs; singleton:=true
Bundle-Version: 0.3.5
Bundle-Activator: org.eclipse.mylar.bugs.MylarBugzillaPlugin
Bundle-Localization: plugin
Require-Bundle: org.eclipse.ui,
 org.eclipse.core.runtime,
 org.eclipse.mylar.core,
 org.eclipse.mylar.ui,
 org.eclipse.mylar.bugzilla.ui,
 org.eclipse.mylar.bugzilla.core,
 org.eclipse.jdt.core,
 org.eclipse.ui.ide,
 org.eclipse.core.resources,
 org.eclipse.mylar.tasklist,
 org.eclipse.mylar.java,
 org.eclipse.ui.workbench.texteditor,
 org.eclipse.ui.editors,
 org.eclipse.jface.text,
 org.eclipse.jdt,
 org.eclipse.jdt.ui
Eclipse-AutoStart: true
Export-Package: org.eclipse.mylar.bugs,
 org.eclipse.mylar.bugs.java,
 org.eclipse.mylar.bugs.search
Bundle-ClassPath: mylar-bugs.jar
Bundle-Vendor: University of British Columbia

Back to the top