Skip to main content
summaryrefslogtreecommitdiffstats
blob: 79d2cd0a6eb0e7cdb9a39b84bd5addc13b584080 (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.jst.ws.ui; singleton:=true
Bundle-Version: 1.0.100.qualifier
Bundle-Activator: org.eclipse.jst.ws.internal.ui.plugin.WebServiceUIPlugin
Bundle-Vendor: %PLUGIN_PROVIDER
Bundle-Localization: plugin
Export-Package: org.eclipse.jst.ws.internal.ui;x-internal:=true,
 org.eclipse.jst.ws.internal.ui.action;x-internal:=true,
 org.eclipse.jst.ws.internal.ui.common;x-internal:=true,
 org.eclipse.jst.ws.internal.ui.dialog;x-internal:=true,
 org.eclipse.jst.ws.internal.ui.plugin;x-internal:=true,
 org.eclipse.jst.ws.internal.ui.preferences;x-internal:=true,
 org.eclipse.jst.ws.internal.ui.uddi;x-internal:=true
Require-Bundle: org.eclipse.wst.command.env,
 org.eclipse.wst.command.env.ui,
 org.eclipse.wst.command.env.core,
 org.eclipse.jst.ws,
 org.eclipse.jdt.core,
 org.eclipse.jdt.ui,
 org.eclipse.ui.ide,
 org.eclipse.ui,
 org.eclipse.core.runtime,
 org.eclipse.core.resources,
 org.eclipse.emf.ecore,
 org.eclipse.jem.util,
 org.eclipse.wst.server.core,
 org.eclipse.jst.j2ee,
 org.eclipse.wst.ws.explorer,
 org.eclipse.jst.j2ee.core,
 org.eclipse.wst.ws
Eclipse-LazyStart: true

Back to the top