Skip to main content
summaryrefslogtreecommitdiffstats
blob: a8092c5c5aca85b1c7abaaa89693eb41a55576fa (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
Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: OSEE ATS Reports (Incubation)
Bundle-SymbolicName: org.eclipse.osee.ats.reports;singleton:=true
Bundle-Version: 0.19.0.qualifier
Bundle-Activator: org.eclipse.osee.ats.reports.internal.Activator
Bundle-Vendor: Eclipse Open System Engineering Environment
Bundle-RequiredExecutionEnvironment: JavaSE-1.6
Import-Package: org.eclipse.birt.report.viewer.utilities,
 org.eclipse.core.runtime,
 org.eclipse.core.runtime.jobs,
 org.eclipse.osee.ats,
 org.eclipse.osee.ats.navigate,
 org.eclipse.osee.framework.core.exception,
 org.eclipse.osee.framework.core.operation,
 org.eclipse.osee.framework.jdk.core.type,
 org.eclipse.osee.framework.logging,
 org.eclipse.osee.framework.plugin.core.util,
 org.eclipse.osee.framework.ui.plugin.xnavigate,
 org.eclipse.osee.framework.ui.skynet.blam,
 org.eclipse.osee.framework.ui.skynet.results,
 org.eclipse.osee.framework.ui.swt,
 org.osgi.framework
Bundle-ActivationPolicy: lazy
Require-Bundle: org.eclipse.ui
Export-Package: org.eclipse.osee.ats.reports

Back to the top