blob: 3d5e7e73f7621177726d672d348a6fa5ce93d5e9 [file] [log] [blame]
kchan67073ce2007-04-24 17:02:35 +00001Manifest-Version: 1.0
2Bundle-ManifestVersion: 2
3Bundle-Name: Core Plug-in
4Bundle-SymbolicName: org.eclipse.jst.ws.axis2.creation.core
5Bundle-Version: 1.0.0
6Bundle-Activator: org.eclipse.jst.ws.axis2.creation.core.plugin.WebServiceAxis2CreationCorePlugin
7Bundle-Localization: plugin
8Require-Bundle: org.eclipse.core.runtime,
9 org.eclipse.core.resources,
10 org.eclipse.wst.command.env,
11 org.eclipse.wst.common.frameworks,
12 org.eclipse.wst.ws,
13 org.eclipse.wst.common.frameworks.ui,
14 org.eclipse.wst.command.env.core,
15 org.eclipse.wst.command.env.ui,
16 org.eclipse.wst.command.env.infopop,
17 org.eclipse.core.commands,
18 org.eclipse.wst.common.environment,
19 org.eclipse.jst.ws,
20 org.eclipse.jdt.core,
21 org.eclipse.jst.ws.axis2.consumption.core,
22 org.eclipse.jst.ws.axis2.core,
23 org.apache.ant
24Eclipse-LazyStart: true
25Export-Package: org.eclipse.jst.ws.axis2.creation.core.command,
26 org.eclipse.jst.ws.axis2.creation.core.messages,
27 org.eclipse.jst.ws.axis2.creation.core.plugin,
28 org.eclipse.jst.ws.axis2.creation.core.utils
29Bundle-RequiredExecutionEnvironment: J2SE-1.5