Skip to main content
summaryrefslogtreecommitdiffstats
blob: 7a85d1b1ebb66c286cedbc8bcf7fa7266211fefa (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %PLUGIN_NAME
Bundle-SymbolicName: org.eclipse.wst.ws.parser
Bundle-Version: 1.0.0
Bundle-Activator: org.eclipse.wst.ws.internal.parser.plugin.ParserPlugin
Bundle-Vendor: %PLUGIN_PROVIDER
Bundle-Localization: plugin
Export-Package: org.eclipse.wst.ws.internal.parser.disco,
 org.eclipse.wst.ws.internal.parser.discovery,
 org.eclipse.wst.ws.internal.parser.favorites,
 org.eclipse.wst.ws.internal.parser.plugin,
 org.eclipse.wst.ws.internal.parser.wsil,
 org.eclipse.wst.ws.parser
Require-Bundle: org.eclipse.wst.wsdl,
 org.wsdl4j,
 org.eclipse.core.runtime,
 org.apache.wsil4j,
 org.uddi4j,
 org.eclipse.wst.command.env.core
Eclipse-AutoStart: true

Back to the top