Skip to main content
summaryrefslogtreecommitdiffstats
blob: d14d12da63259b74f91f99b01ca2b60220bd2881 (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
34
35
36
Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %PLUGIN_NAME
Bundle-SymbolicName: org.eclipse.jst.ws.ui; singleton:=true
Bundle-Version: 1.0.500.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;bundle-version="[1.0.101,1.1.0)",
 org.eclipse.wst.command.env.ui;bundle-version="[1.0.101,1.2.0)",
 org.eclipse.wst.command.env.core;bundle-version="[1.0.101,1.1.0)",
 org.eclipse.jst.ws;bundle-version="[1.0.101,1.1.0)",
 org.eclipse.jdt.core;bundle-version="[3.2.0,4.0.0)",
 org.eclipse.jdt.ui;bundle-version="[3.2.0,4.0.0)",
 org.eclipse.ui.ide;bundle-version="[3.2.0,4.0.0)",
 org.eclipse.ui;bundle-version="[3.2.0,4.0.0)",
 org.eclipse.core.runtime;bundle-version="[3.2.0,4.0.0)",
 org.eclipse.core.resources;bundle-version="[3.2.0,4.0.0)",
 org.eclipse.emf.ecore;bundle-version="[2.2.0,3.0.0)",
 org.eclipse.jem.util;bundle-version="[2.0.0,3.0.0)",
 org.eclipse.wst.server.core;bundle-version="[1.0.102,2.0.0)",
 org.eclipse.jst.j2ee;bundle-version="[1.1.0,1.2.0)",
 org.eclipse.wst.ws.explorer;bundle-version="[1.0.204,1.1.0)",
 org.eclipse.jst.j2ee.core;bundle-version="[1.1.0,2.0.0)",
 org.eclipse.wst.ws;bundle-version="[1.0.100,1.2.0)",
 org.eclipse.wst.ws.ui;bundle-version="[1.1.0,1.2.0)",
 org.eclipse.wst.wsdl;bundle-version="[1.2.0,1.3.0)"
Eclipse-LazyStart: true
Bundle-RequiredExecutionEnvironment: J2SE-1.4

Back to the top