Skip to main content
summaryrefslogtreecommitdiffstats
blob: 2699545bf720b162a626595418c1b6e3398f1bcd (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: 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.core;bundle-version="3.11.0",
 org.eclipse.mylyn.commons.workbench;bundle-version="3.17.0",
 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.8
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