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: 93c6c8f159237eef2c25180992832eb74132bb24 (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
Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %PLUGIN_NAME
Bundle-SymbolicName: org.eclipse.wst.ws; singleton:=true
Bundle-Version: 0.7.0
Bundle-Activator: org.eclipse.wst.ws.internal.plugin.WSPlugin
Bundle-Vendor: %PLUGIN_PROVIDER
Bundle-Localization: plugin
Export-Package: org.eclipse.wst.ws.internal.common,
 org.eclipse.wst.ws.internal.datamodel,
 org.eclipse.wst.ws.internal.extensions,
 org.eclipse.wst.ws.internal.monitor,
 org.eclipse.wst.ws.internal.plugin,
 org.eclipse.wst.ws.internal.preferences,
 org.eclipse.wst.ws.internal.provisional.wsrt,
 org.eclipse.wst.ws.internal.wsfinder,
 org.eclipse.wst.ws.internal.wsil,
 org.eclipse.wst.ws.internal.wsrt
Require-Bundle: org.eclipse.core.runtime,
 org.eclipse.wst.internet.monitor.core,
 org.eclipse.wst.server.core,
 org.eclipse.wst.command.env.core,
 org.eclipse.wst.ws.parser,
 org.eclipse.emf.common,
 org.wsdl4j,
 org.apache.wsil4j,
 org.eclipse.core.resources,
 org.eclipse.wst.command.env.ui,
 org.eclipse.wst.command.env,
 org.eclipse.wst.common.frameworks,
 org.eclipse.core.commands,
 org.eclipse.wst.common.environment
Eclipse-AutoStart: true

Back to the top