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: 42cc38e78f1d4f8a2c9f273f680ec58a1372ebd9 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %PLUGIN_NAME
Bundle-SymbolicName: org.eclipse.wst.ws.ui; singleton:=true
Bundle-Version: 1.0.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.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.internal.ui
Require-Bundle: org.eclipse.ui,
 org.eclipse.core.runtime,
 org.eclipse.core.resources,
 org.eclipse.wst.command.env.ui,
 org.eclipse.wst.ws
Eclipse-AutoStart: true

Back to the top