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: 6ea3d83a10cc6cf12d5f38e624819d09f76fe0d6 (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
37
Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %_PLUGIN_NAME
Bundle-SymbolicName: org.eclipse.wst.wsdl.validation; singleton:=true
Bundle-Version: 1.0.0
Bundle-ClassPath: wsdlvalidateui.jar,
 wsdlvalidate.jar
Bundle-Activator: org.eclipse.wst.wsdl.validation.internal.ui.eclipse.ValidateWSDLPlugin
Bundle-Vendor: %_PROVIDER_NAME
Bundle-Localization: plugin
Export-Package: .,
 org.eclipse.wst.wsdl.validation.internal,
 org.eclipse.wst.wsdl.validation.internal.exception,
 org.eclipse.wst.wsdl.validation.internal.resolver,
 org.eclipse.wst.wsdl.validation.internal.ui,
 org.eclipse.wst.wsdl.validation.internal.ui.ant,
 org.eclipse.wst.wsdl.validation.internal.ui.eclipse,
 org.eclipse.wst.wsdl.validation.internal.ui.text,
 org.eclipse.wst.wsdl.validation.internal.util,
 org.eclipse.wst.wsdl.validation.internal.wsdl11,
 org.eclipse.wst.wsdl.validation.internal.wsdl11.http,
 org.eclipse.wst.wsdl.validation.internal.wsdl11.mime,
 org.eclipse.wst.wsdl.validation.internal.wsdl11.soap,
 org.eclipse.wst.wsdl.validation.internal.wsdl11.xsd,
 org.eclipse.wst.wsdl.validation.internal.wsdl20,
 org.eclipse.wst.wsdl.validation.internal.xml
Require-Bundle: org.eclipse.core.resources,
 org.eclipse.ui,
 org.apache.ant,
 org.eclipse.wst.common.uriresolver,
 org.eclipse.wst.validation,
 org.eclipse.wst.xml.validation;visibility:=reexport,
 org.wsdl4j,
 org.apache.xerces;visibility:=reexport,
 org.eclipse.core.runtime
Eclipse-AutoStart: true
Plugin-Class: org.eclipse.wst.wsdl.validation.internal.ui.eclipse.ValidateWSDLPlugin

Back to the top