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: 949a6701a3acbe00f5456242a3097dd9480578f3 (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: 0.7.0
Bundle-ClassPath: wsdl.jar
Bundle-Activator: org.eclipse.core.internal.compatibility.PluginActivator
Bundle-Vendor: %providerName
Bundle-Localization: plugin
Export-Package: model,
 org.eclipse.wst.wsdl,
 org.eclipse.wst.wsdl.binding.http,
 org.eclipse.wst.wsdl.binding.http.internal.generator,
 org.eclipse.wst.wsdl.binding.http.internal.impl,
 org.eclipse.wst.wsdl.binding.http.internal.util,
 org.eclipse.wst.wsdl.binding.mime,
 org.eclipse.wst.wsdl.binding.mime.internal.impl,
 org.eclipse.wst.wsdl.binding.mime.internal.util,
 org.eclipse.wst.wsdl.binding.soap,
 org.eclipse.wst.wsdl.binding.soap.internal.generator,
 org.eclipse.wst.wsdl.binding.soap.internal.impl,
 org.eclipse.wst.wsdl.binding.soap.internal.util,
 org.eclipse.wst.wsdl.internal.extensibility,
 org.eclipse.wst.wsdl.internal.generator,
 org.eclipse.wst.wsdl.internal.generator.extension,
 org.eclipse.wst.wsdl.internal.impl,
 org.eclipse.wst.wsdl.internal.impl.wsdl4j,
 org.eclipse.wst.wsdl.internal.util,
 org.eclipse.wst.wsdl.util
Require-Bundle: org.eclipse.core.runtime.compatibility,
 org.eclipse.emf.ecore,
 org.eclipse.xsd,
 org.eclipse.core.resources,
 org.wsdl4j
Eclipse-AutoStart: true
Plugin-Class: org.eclipse.wst.wsdl.WSDLPluginImplementation

Back to the top