Skip to main content
summaryrefslogtreecommitdiffstats
blob: 8bb593a967dae70c49caab6eeec2401fa2dffc1e (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
Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: OSEE Doors Connector
Bundle-SymbolicName: org.eclipse.osee.doors.connector.core;singleton:=true
Bundle-Version: 0.25.1.qualifier
Bundle-Vendor: Bosch GmbH
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
Bundle-ActivationPolicy: lazy
Export-Package: org.eclipse.osee.doors.connector.core,
 org.eclipse.osee.doors.connector.core.oauth,
 org.scribe.builder,
 org.scribe.builder.api,
 org.scribe.extractors,
 org.scribe.model,
 org.scribe.oauth,
 org.scribe.services
Import-Package: org.apache.commons.codec;version="1.6.0",
 org.apache.commons.httpclient,
 org.apache.commons.httpclient.methods,
 org.apache.commons.httpclient.util,
 org.codehaus.jackson,
 org.codehaus.jackson.annotate,
 org.codehaus.jackson.node,
 org.eclipse.jface.dialogs,
 org.eclipse.osee.framework.jdk.core.util,
 org.eclipse.osee.framework.logging,
 org.eclipse.swt,
 org.eclipse.swt.events,
 org.eclipse.swt.layout,
 org.eclipse.swt.widgets,
 org.scribe.builder.api
Bundle-ClassPath: .,
 lib/scribe-1.3.7.jar

Back to the top