Skip to main content
summaryrefslogtreecommitdiffstats
blob: ae084ed25d75bb20e49a85e22194cff4b4177568 (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
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.24.0.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.eclipse.core.runtime,
 org.eclipse.jface.dialogs,
 org.eclipse.osee.framework.logging,
 org.eclipse.swt,
 org.eclipse.swt.events,
 org.eclipse.swt.layout,
 org.eclipse.swt.widgets,
 org.eclipse.ui,
 org.scribe.builder.api
Bundle-ClassPath: .,
 lib/scribe-1.3.7.jar

Back to the top