Skip to main content
summaryrefslogtreecommitdiffstats
blob: 1a823f46731b45ef7f631f4ddfe81fe46b06668e (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
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: Mylyn Incubator (Incubation)
Bundle-SymbolicName: org.eclipse.mylyn.sandbox.tests;singleton:=true
Bundle-Version: 3.7.0.qualifier
Bundle-Vendor: Eclipse Mylyn
Require-Bundle: org.eclipse.core.runtime,
 org.eclipse.core.resources,
 org.eclipse.core.runtime,
 org.eclipse.jdt.core,
 org.eclipse.jdt.ui,
 org.eclipse.pde.core,
 org.eclipse.ui,
 org.junit,
 org.eclipse.mylyn.bugzilla.core,
 org.eclipse.mylyn.bugzilla.tests,
 org.eclipse.mylyn.commons.core;bundle-version="3.5.0",
 org.eclipse.mylyn.commons.net,
 org.eclipse.mylyn.commons.tests,
 org.eclipse.mylyn.context.core,
 org.eclipse.mylyn.context.tests,
 org.eclipse.mylyn.context.ui,
 org.eclipse.mylyn.java.ui,
 org.eclipse.mylyn.java.tests,
 org.eclipse.mylyn.monitor.core,
 org.eclipse.mylyn.monitor.reports,
 org.eclipse.mylyn.monitor.usage,
 org.eclipse.mylyn.tasks.core,
 org.eclipse.mylyn.tasks.tests,
 org.eclipse.mylyn.tasks.ui,
 org.eclipse.mylyn.tests.util,
 org.eclipse.mylyn.monitor.ui,
 org.eclipse.mylyn.sandbox.ui,
 org.eclipse.mylyn.web.tasks
Bundle-RequiredExecutionEnvironment: J2SE-1.5
Export-Package: org.eclipse.mylyn.monitor.reports.tests;x-internal:=true,
 org.eclipse.mylyn.monitor.tests;x-internal:=true,
 org.eclipse.mylyn.monitor.usage.tests;x-internal:=true,
 org.eclipse.mylyn.sandbox.tests;x-internal:=true,
 org.eclipse.mylyn.sandbox.tests.util;x-internal:=true,
 org.eclipse.mylyn.tasks.tests.web;x-internal:=true

Back to the top