Skip to main content
summaryrefslogtreecommitdiffstats
blob: 320b393e3e36eac865fe3dc448e7a069ee9a3f5d (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: Mylar Trac UI Plug-in
Bundle-SymbolicName: org.eclipse.mylar.trac.ui;singleton:=true
Bundle-Version: 2.0.0.v20070514-1800
Bundle-Activator: org.eclipse.mylar.internal.trac.ui.TracUiPlugin
Bundle-Vendor: Eclipse.org
Require-Bundle: org.eclipse.ui,
 org.eclipse.ui.forms,
 org.eclipse.core.runtime,
 org.eclipse.mylar.context.core,
 org.eclipse.mylar.tasks.ui,
 org.eclipse.mylar.tasks.core,
 org.eclipse.search,
 org.eclipse.mylar.trac.core,
 org.eclipse.mylar,
 org.eclipse.ui.editors,
 org.eclipse.jface.text,
 org.eclipse.core.resources,
 org.eclipse.ui.workbench.texteditor
Eclipse-LazyStart: true
Export-Package: org.eclipse.mylar.internal.trac.ui,
 org.eclipse.mylar.internal.trac.ui.editor,
 org.eclipse.mylar.internal.trac.ui.wizard
Bundle-RequiredExecutionEnvironment: J2SE-1.5

Back to the top