Skip to main content
summaryrefslogtreecommitdiffstats
blob: 48c5537c6424e529994c8c0c59f7b6ee5f8ce4c2 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %Bundle-Name
Bundle-SymbolicName: org.eclipse.mylyn.commons.soap;singleton:=true
Bundle-Version: 3.2.0.v20090617-0100-e3x
Bundle-Vendor: %Bundle-Vendor
Bundle-RequiredExecutionEnvironment: J2SE-1.5
Require-Bundle: javax.xml.rpc;bundle-version="1.1.0",
 javax.xml.soap;bundle-version="1.2.0",
 org.apache.axis;bundle-version="1.4.0",
 org.apache.commons.httpclient;bundle-version="3.1.0",
 org.eclipse.core.runtime,
 org.eclipse.core.net,
 org.eclipse.mylyn.commons.net;bundle-version="[3.1.0,4.0.0)"
Bundle-ClassPath: .
Export-Package: org.eclipse.mylyn.internal.commons.soap;x-internal:=true,
 org.eclipse.mylyn.internal.provisional.commons.soap;x-friends:="org.eclipse.mylyn.xplanner.core,org.eclipse.mylyn.jira.core"
Bundle-Localization: plugin
Eclipse-RegisterBuddy: org.apache.axis

Back to the top