Skip to main content
summaryrefslogtreecommitdiffstats
blob: 890895e6bf5d0e4277e007250a6d0577c585926c (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
Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: Osee Types Bridge
Bundle-SymbolicName: org.eclipse.osee.framework.types.bridge;singleton:=true
Bundle-Version: 0.9.5.qualifier
Require-Bundle: org.eclipse.ui,
 org.eclipse.ui.ide,
 org.eclipse.osee.framework.ui.plugin,
 org.eclipse.osee.framework.types.ui,
 org.eclipse.osee.framework.skynet.core,
 org.eclipse.osee.framework.plugin.core,
 org.eclipse.nebula.widgets.xviewer,
 org.eclipse.compare,
 org.eclipse.xtext.ui;bundle-version="1.0.0",
 org.eclipse.emf.compare.ui;bundle-version="1.0.0",
 org.eclipse.emf.compare.diff;bundle-version="1.0.0",
 org.eclipse.emf.compare.match;bundle-version="1.0.0",
 org.eclipse.ui.forms,
 org.eclipse.osee.framework.ui.skynet;bundle-version="0.9.2",
 org.eclipse.osee.framework.ui.ws
Bundle-RequiredExecutionEnvironment: JavaSE-1.6
Import-Package: org.eclipse.osee.framework.core.cache,
 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.operation,
 org.eclipse.osee.framework.core.services,
 org.eclipse.osee.framework.core.util,
 org.eclipse.osee.framework.database,
 org.eclipse.osee.framework.database.init,
 org.eclipse.osee.framework.jdk.core.type,
 org.eclipse.osee.framework.jdk.core.util,
 org.eclipse.osee.framework.jdk.core.util.xml,
 org.eclipse.osee.framework.logging,
 org.eclipse.osee.framework.ui.swt
Bundle-Vendor: Eclipse Open System Engineering Environment
Bundle-ActivationPolicy: lazy
Bundle-Activator: org.eclipse.osee.framework.types.bridge.internal.InternalTypesBridgeActivator

Back to the top