Skip to main content
summaryrefslogtreecommitdiffstats
blob: 279976145ee3d8d133d74e0fa53ae96607cb6fd5 (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
44
45
46
47
48
49
50
51
Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: OTE UI Define Plug-in (Incubation)
Bundle-SymbolicName: org.eclipse.osee.ote.ui.define;singleton:=true
Bundle-Version: 0.21.0.qualifier
Bundle-Activator: org.eclipse.osee.ote.ui.define.OteUiDefinePlugin
Require-Bundle: org.eclipse.core.runtime,
 org.eclipse.core.filesystem,
 org.eclipse.ui,
 org.eclipse.ui.ide,
 org.eclipse.core.resources,
 org.eclipse.osee.framework.plugin.core,
 org.eclipse.osee.framework.skynet.core,
 org.eclipse.osee.framework.ui.plugin,
 org.eclipse.osee.framework.ui.skynet,
 org.eclipse.osee.framework.ui.swt,
 org.eclipse.osee.ote.define,
 org.eclipse.nebula.widgets.xviewer,
 org.eclipse.osee.framework.core.model
Bundle-ActivationPolicy: lazy
Export-Package: org.eclipse.osee.ote.ui.define,
 org.eclipse.osee.ote.ui.define.dialogs,
 org.eclipse.osee.ote.ui.define.importer,
 org.eclipse.osee.ote.ui.define.jobs,
 org.eclipse.osee.ote.ui.define.panels,
 org.eclipse.osee.ote.ui.define.reports,
 org.eclipse.osee.ote.ui.define.reports.output,
 org.eclipse.osee.ote.ui.define.utilities,
 org.eclipse.osee.ote.ui.define.viewers,
 org.eclipse.osee.ote.ui.define.viewers.actions,
 org.eclipse.osee.ote.ui.define.viewers.data,
 org.eclipse.osee.ote.ui.define.views
Bundle-Vendor: Eclipse Open System Engineering Environment
Bundle-RequiredExecutionEnvironment: JavaSE-1.6
Import-Package: com.lowagie.text;version="2.1.7",
 org.apache.commons.lang;version="2.4.0",
 org.eclipse.osee.framework.access,
 org.eclipse.osee.framework.core.client,
 org.eclipse.osee.framework.core.client.server,
 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.model.type,
 org.eclipse.osee.framework.core.util,
 org.eclipse.osee.framework.help.ui,
 org.eclipse.osee.framework.jdk.core.type,
 org.eclipse.osee.framework.jdk.core.util,
 org.eclipse.osee.framework.jdk.core.util.io.xml,
 org.eclipse.osee.framework.logging,
 org.eclipse.ui.forms.widgets

Back to the top