Skip to main content
summaryrefslogtreecommitdiffstats
blob: 87caaf411f81c6bbbbeb1dcf87c376de88f7f7ab (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: Mylyn User Monitor (Incubation)
Bundle-SymbolicName: org.eclipse.mylyn.monitor.study;singleton:=true
Bundle-Version: 1.0.0
Bundle-Activator: org.eclipse.mylyn.examples.monitor.study.MylynUserStudyExamplePlugin
Require-Bundle: org.eclipse.ui,
 org.eclipse.core.runtime,
 org.eclipse.mylyn.context.core,
 org.eclipse.core.resources,
 org.eclipse.jdt.ui,
 org.eclipse.pde.ui,
 org.eclipse.ui.editors,
 org.eclipse.jdt.core,
 org.eclipse.jface.text,
 org.eclipse.ui.workbench.texteditor,
 org.eclipse.mylyn.monitor.usage,
 org.eclipse.mylyn.monitor.ui,
 org.eclipse.mylyn.monitor.core,
 org.eclipse.mylyn.commons.net,
 org.eclipse.mylyn.commons.core;bundle-version="[3.0.0,4.0.0)"
Eclipse-AutoStart: true
Export-Package: org.eclipse.mylyn.examples.monitor.study
Bundle-Vendor: Eclipse Mylyn
Bundle-RequiredExecutionEnvironment: JavaSE-1.6

Back to the top