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: 27acc26c191270cbb687e6794e29f8612f5cf5c1 (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
Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %PLUGIN_NAME
Bundle-SymbolicName: org.eclipse.wst.ws.ui; singleton:=true
Bundle-Version: 0.7.0
Bundle-Activator: org.eclipse.wst.ws.internal.ui.plugin.WSUIPlugin
Bundle-Vendor: %PLUGIN_PROVIDER
Bundle-Localization: plugin
Export-Package: org.eclipse.wst.ws.internal.provisional.ui.wsrt,
 org.eclipse.wst.ws.internal.ui.plugin,
 org.eclipse.wst.ws.internal.ui.preferences,
 org.eclipse.wst.ws.internal.ui.wsi.preferences,
 org.eclipse.wst.ws.internal.ui.wsi.properties,
 org.eclipse.wst.ws.ui
Require-Bundle: org.eclipse.ui,
 org.eclipse.core.runtime,
 org.eclipse.core.resources,
 org.eclipse.jdt.core,
 org.eclipse.wst.command.env.core,
 org.eclipse.wst.command.env,
 org.eclipse.wst.command.env.ui,
 org.eclipse.wst.ws,
 org.eclipse.wst.common.environment
Eclipse-AutoStart: true

Back to the top