Skip to main content

This CGIT instance is deprecated, and repositories have been moved to Gitlab or Github. See the repository descriptions for specific locations.

summaryrefslogtreecommitdiffstats
blob: fb53a7fadf95cce56ac3744c0cad079bc11f03a8 (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
Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %pluginName
Bundle-SymbolicName: org.eclipse.wst.wsdl; singleton:=true
Bundle-Version: 1.1.301.qualifier
Bundle-Activator: org.eclipse.wst.wsdl.WSDLPluginImplementation
Bundle-Vendor: %providerName
Bundle-Localization: plugin
Export-Package: org.eclipse.wst.wsdl,
 org.eclipse.wst.wsdl.binding.http,
 org.eclipse.wst.wsdl.binding.http.internal.generator;x-internal:=true,
 org.eclipse.wst.wsdl.binding.http.internal.impl;x-internal:=true,
 org.eclipse.wst.wsdl.binding.http.internal.util;x-internal:=true,
 org.eclipse.wst.wsdl.binding.mime,
 org.eclipse.wst.wsdl.binding.mime.internal.impl;x-internal:=true,
 org.eclipse.wst.wsdl.binding.mime.internal.util;x-internal:=true,
 org.eclipse.wst.wsdl.binding.soap,
 org.eclipse.wst.wsdl.binding.soap.internal.generator;x-internal:=true,
 org.eclipse.wst.wsdl.binding.soap.internal.impl;x-internal:=true,
 org.eclipse.wst.wsdl.binding.soap.internal.util;x-internal:=true,
 org.eclipse.wst.wsdl.internal.extensibility;x-internal:=true,
 org.eclipse.wst.wsdl.internal.generator;x-internal:=true,
 org.eclipse.wst.wsdl.internal.generator.extension;x-internal:=true,
 org.eclipse.wst.wsdl.internal.impl;x-internal:=true,
 org.eclipse.wst.wsdl.internal.impl.wsdl4j;x-internal:=true,
 org.eclipse.wst.wsdl.internal.util;x-internal:=true,
 org.eclipse.wst.wsdl.util
Require-Bundle: org.eclipse.emf.ecore;bundle-version="[2.2.0,2.6.0)",
 org.eclipse.xsd;bundle-version="[2.2.0,3.0.0)",
 org.eclipse.core.resources;bundle-version="[3.2.0,4.0.0)",
 javax.wsdl;bundle-version="[1.4.0,1.5.0)",
 org.eclipse.core.runtime;bundle-version="[3.2.0,4.0.0)",
 org.apache.xerces;bundle-version="[2.8.0,3.0.0)",
 com.ibm.icu;bundle-version="[3.4.4,4.0.0)"
Bundle-ActivationPolicy: lazy
Bundle-RequiredExecutionEnvironment: J2SE-1.4

Back to the top