Skip to main content
summaryrefslogtreecommitdiffstats
blob: 48281cc6bdd80f0bd951c3bd17d99ee929ab3594 (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
42
43
Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: OSEE ATS Burndown Reports (Incubation)
Bundle-SymbolicName: org.eclipse.osee.ats.reports.burndown;singleton:=true
Bundle-Version: 0.23.1.qualifier
Bundle-Activator: org.eclipse.osee.ats.reports.burndown.internal.Activator
Bundle-Vendor: Eclipse Open System Engineering Environment
Require-Bundle: org.eclipse.ui,
 org.eclipse.ui.forms
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
Bundle-ActivationPolicy: lazy
Import-Package: org.eclipse.core.runtime,
 org.eclipse.osee.ats,
 org.eclipse.osee.ats.api,
 org.eclipse.osee.ats.api.data,
 org.eclipse.osee.ats.api.team,
 org.eclipse.osee.ats.api.version,
 org.eclipse.osee.ats.api.workflow,
 org.eclipse.osee.ats.api.workflow.log,
 org.eclipse.osee.ats.core.client,
 org.eclipse.osee.ats.core.client.config,
 org.eclipse.osee.ats.core.client.team,
 org.eclipse.osee.ats.core.client.workflow,
 org.eclipse.osee.ats.core.config,
 org.eclipse.osee.ats.reports,
 org.eclipse.osee.framework.core.data,
 org.eclipse.osee.framework.core.enums,
 org.eclipse.osee.framework.core.exception,
 org.eclipse.osee.framework.core.model,
 org.eclipse.osee.framework.core.operation,
 org.eclipse.osee.framework.core.util,
 org.eclipse.osee.framework.jdk.core.type,
 org.eclipse.osee.framework.jdk.core.util,
 org.eclipse.osee.framework.logging,
 org.eclipse.osee.framework.skynet.core.artifact,
 org.eclipse.osee.framework.ui.plugin.xnavigate,
 org.eclipse.osee.framework.ui.skynet,
 org.eclipse.osee.framework.ui.skynet.results,
 org.eclipse.osee.framework.ui.skynet.util,
 org.eclipse.osee.framework.ui.skynet.widgets,
 org.eclipse.osee.framework.ui.swt,
 org.osgi.framework
Service-Component: OSGI-INF/*.xml

Back to the top