Skip to main content
summaryrefslogtreecommitdiffstats
blob: 5cf5dc58cfcb39e65b75bc10b1db1765ce549889 (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
Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: Mylar Bugs Plug-in
Bundle-SymbolicName: org.eclipse.mylar.bugs; singleton:=true
Bundle-Version: 0.4.2
Bundle-Activator: org.eclipse.mylar.bugs.MylarBugsPlugin
Bundle-Localization: plugin
Require-Bundle: org.eclipse.ui,
 org.eclipse.core.runtime,
 org.eclipse.mylar.core,
 org.eclipse.mylar.bugzilla.ui,
 org.eclipse.mylar.bugzilla.core,
 org.eclipse.mylar.tasklist,
 org.eclipse.mylar.ui; resolution:=optional,
 org.eclipse.mylar.java; resolution:=optional,
 org.eclipse.jdt.core,
 org.eclipse.ui.ide,
 org.eclipse.core.resources,
 org.eclipse.ui.workbench.texteditor,
 org.eclipse.jface.text,
 org.eclipse.jdt.ui,
 org.eclipse.ui.editors
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: Eclipse.org

Back to the top