blob: 79a4cb8b2612164f8eb18b53dbbcc60cf51dd173 [file] [log] [blame]
kchan67073ce2007-04-24 17:02:35 +00001Manifest-Version: 1.0
2Bundle-ManifestVersion: 2
kchanfd23c792007-05-01 15:31:39 +00003Bundle-Name: %PLUGIN_NAME
kchan67073ce2007-04-24 17:02:35 +00004Bundle-SymbolicName: org.eclipse.jst.ws.axis2.creation.core
kchand3467952007-05-16 19:50:10 +00005Bundle-Version: 1.0.0.qualifier
kchan67073ce2007-04-24 17:02:35 +00006Bundle-Activator: org.eclipse.jst.ws.axis2.creation.core.plugin.WebServiceAxis2CreationCorePlugin
kchan67073ce2007-04-24 17:02:35 +00007Require-Bundle: org.eclipse.core.runtime,
8 org.eclipse.core.resources,
9 org.eclipse.wst.command.env,
10 org.eclipse.wst.common.frameworks,
11 org.eclipse.wst.ws,
12 org.eclipse.wst.common.frameworks.ui,
13 org.eclipse.wst.command.env.core,
14 org.eclipse.wst.command.env.ui,
15 org.eclipse.wst.command.env.infopop,
16 org.eclipse.core.commands,
17 org.eclipse.wst.common.environment,
18 org.eclipse.jst.ws,
19 org.eclipse.jdt.core,
20 org.eclipse.jst.ws.axis2.consumption.core,
21 org.eclipse.jst.ws.axis2.core,
22 org.apache.ant
23Eclipse-LazyStart: true
24Export-Package: org.eclipse.jst.ws.axis2.creation.core.command,
25 org.eclipse.jst.ws.axis2.creation.core.messages,
26 org.eclipse.jst.ws.axis2.creation.core.plugin,
27 org.eclipse.jst.ws.axis2.creation.core.utils
28Bundle-RequiredExecutionEnvironment: J2SE-1.5
kchanfd23c792007-05-01 15:31:39 +000029Bundle-Vendor: %PLUGIN_PROVIDER