Skip to main content
summaryrefslogtreecommitdiffstats
blob: 63664ba8948aa8128f82e22a87b01e5438432d1c (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: Core Client Plug-in
Bundle-SymbolicName: org.eclipse.osee.framework.core.client;singleton:=true
Bundle-Version: 0.24.1.qualifier
Bundle-Activator: org.eclipse.osee.framework.core.client.internal.CoreClientActivator
Bundle-Vendor: Eclipse Open System Engineering Environment
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
Bundle-ActivationPolicy: lazy
Import-Package: org.eclipse.core.runtime,
 org.eclipse.osee.framework.core.data,
 org.eclipse.osee.framework.core.enums,
 org.eclipse.osee.framework.core.exception,
 org.eclipse.osee.framework.core.util,
 org.eclipse.osee.framework.jdk.core.type,
 org.eclipse.osee.framework.jdk.core.util,
 org.eclipse.osee.framework.jdk.core.util.network,
 org.eclipse.osee.framework.logging,
 org.eclipse.osee.framework.plugin.core,
 org.eclipse.osee.framework.plugin.core.util,
 org.eclipse.osee.jdbc,
 org.eclipse.osee.orcs.rest.client,
 org.osgi.framework
Export-Package: org.eclipse.osee.framework.core.client,
 org.eclipse.osee.framework.core.client.server
Service-Component: OSGI-INF/*.xml

Back to the top