Skip to main content
summaryrefslogtreecommitdiffstats
blob: f692eab51897cdf52b2a6fd90cc99754bfb100a9 (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
Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: OTE Define Plug-in (Incubation)
Bundle-SymbolicName: org.eclipse.osee.ote.define;singleton:=true
Bundle-Version: 0.13.0.qualifier
Bundle-Activator: org.eclipse.osee.ote.define.OteDefinePlugin
Require-Bundle: org.eclipse.ui,
 org.eclipse.core.runtime,
 org.eclipse.core.resources,
 org.eclipse.core.filebuffers,
 org.eclipse.core.filesystem,
 org.eclipse.osee.framework.jdk.core,
 org.eclipse.osee.framework.plugin.core,
 org.eclipse.osee.framework.ui.plugin,
 org.eclipse.osee.framework.skynet.core
Bundle-ActivationPolicy: lazy
Export-Package: org.eclipse.osee.ote.define,
 org.eclipse.osee.ote.define.AUTOGEN,
 org.eclipse.osee.ote.define.artifacts,
 org.eclipse.osee.ote.define.jobs,
 org.eclipse.osee.ote.define.operations,
 org.eclipse.osee.ote.define.parser,
 org.eclipse.osee.ote.define.parser.handlers,
 org.eclipse.osee.ote.define.utilities
Bundle-Vendor: Eclipse Open System Engineering Environment
Bundle-RequiredExecutionEnvironment: JavaSE-1.6
Import-Package: org.apache.commons.lang;version="2.4.0",
 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.threading,
 org.eclipse.osee.framework.core.util,
 org.eclipse.osee.framework.logging

Back to the top