Skip to main content
summaryrefslogtreecommitdiffstats
blob: a2ece97b7ac83d47f5c9955bdc17c2663a481e87 (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
Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: Annotations UI Plug-in
Bundle-SymbolicName: org.eclipse.jst.common.annotations.ui; singleton:=true
Bundle-Version: 1.0.0.qualifier
Bundle-Activator: org.eclipse.jst.common.internal.annotations.ui.UiPlugin
Bundle-Vendor: Eclipse.org
Bundle-Localization: plugin
Export-Package: .,
 org.eclipse.jst.common.internal.annotations.ui
Require-Bundle: org.eclipse.ui.views,
 org.eclipse.ui.editors,
 org.eclipse.core.resources,
 org.eclipse.ui,
 org.eclipse.jdt.ui,
 org.eclipse.jdt.core,
 org.eclipse.jface.text,
 org.eclipse.ui.workbench.texteditor,
 org.eclipse.ui.ide,
 org.eclipse.swt,
 org.eclipse.core.runtime,
 org.eclipse.core.runtime,
 org.eclipse.jst.common.annotations.core,
 org.eclipse.jst.common.annotations.controller
Eclipse-AutoStart: true

Back to the top