Skip to main content
summaryrefslogtreecommitdiffstats
blob: 09f20b2a92ab19850bd230d5c98623e23e570cf3 (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
Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: Mylar Bugzilla Client Plug-in
Bundle-SymbolicName: org.eclipse.mylar.bugzilla.core; singleton:=true
Bundle-Version: 0.4.4.1
Bundle-Activator: org.eclipse.mylar.bugzilla.core.BugzillaPlugin
Bundle-Localization: plugin
Require-Bundle: org.eclipse.ui,
 org.eclipse.core.runtime,
 org.eclipse.core.resources,
 org.eclipse.compare,
 org.eclipse.search,
 org.eclipse.ui.ide,
 org.eclipse.update.core,
 org.eclipse.update.ui
Eclipse-AutoStart: true
Bundle-Vendor: Eclipse.org
Bundle-ClassPath: bugzilla-core.jar
Export-Package: org.eclipse.mylar.bugzilla.core,
 org.eclipse.mylar.bugzilla.core.compare,
 org.eclipse.mylar.bugzilla.core.favorites,
 org.eclipse.mylar.bugzilla.core.internal,
 org.eclipse.mylar.bugzilla.core.offline,
 org.eclipse.mylar.bugzilla.core.search

Back to the top