Skip to main content
summaryrefslogblamecommitdiffstats
blob: a5a3e0266871cc0625044b069fe37baf2cb25075 (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
12





                                                                       





                                                            
                                               


                                                                                  
                                                           
Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: org.eclipse.mylyn.bugzilla.rest.ui
Bundle-SymbolicName: org.eclipse.mylyn.bugzilla.rest.ui;singleton:=true
Bundle-Version: 1.0.0.qualifier
Require-Bundle: org.eclipse.core.runtime,
 org.eclipse.ui,
 org.eclipse.ui.forms,
 org.eclipse.mylyn.commons.ui;bundle-version="3.11.0",
 org.eclipse.mylyn.tasks.ui;bundle-version="3.11.0",
 org.eclipse.mylyn.tasks.core;bundle-version="3.11.0",
 org.eclipse.mylyn.bugzilla.rest.core;bundle-version="1.0.0"
Bundle-RequiredExecutionEnvironment: JavaSE-1.7
Bundle-ActivationPolicy: lazy
Bundle-Vendor: Eclipse Mylyn
Bundle-Activator: org.eclipse.mylyn.internal.bugzilla.rest.ui.BugzillaRestUiPlugin
Export-Package: org.eclipse.mylyn.internal.bugzilla.rest.ui

Back to the top