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
diff options
context:
space:
mode:
authorkchan2005-11-14 16:05:15 +0000
committerkchan2005-11-14 16:05:15 +0000
commitb5d6418ea86c0b1e6424992cb3461b993716f945 (patch)
treef777b2428a7bcd210788a7f31e197a1a10b16c65 /bundles/org.eclipse.jst.ws.axis.consumption.ui
parent92302b9d44055a2dd3d1f53660463aabe6c9e98f (diff)
downloadwebtools.webservices-b5d6418ea86c0b1e6424992cb3461b993716f945.tar.gz
webtools.webservices-b5d6418ea86c0b1e6424992cb3461b993716f945.tar.xz
webtools.webservices-b5d6418ea86c0b1e6424992cb3461b993716f945.zip
[98921] Define ANT task and command line interfaces to scenarios.
Diffstat (limited to 'bundles/org.eclipse.jst.ws.axis.consumption.ui')
-rw-r--r--bundles/org.eclipse.jst.ws.axis.consumption.ui/plugin.xml20
1 files changed, 3 insertions, 17 deletions
diff --git a/bundles/org.eclipse.jst.ws.axis.consumption.ui/plugin.xml b/bundles/org.eclipse.jst.ws.axis.consumption.ui/plugin.xml
index 0c12e44ca..1c779e3d6 100644
--- a/bundles/org.eclipse.jst.ws.axis.consumption.ui/plugin.xml
+++ b/bundles/org.eclipse.jst.ws.axis.consumption.ui/plugin.xml
@@ -24,31 +24,18 @@
<extension
point="org.eclipse.wst.command.env.antDataMapping">
<map
- key="ClientProject"
+ key="ClientProjectName"
operation="org.eclipse.jst.ws.internal.axis.consumption.ui.command.AxisClientDefaultingCommand"
property="ClientProject"
transform="org.eclipse.jst.ws.internal.common.String2IProjectTransformer"/>
<map
- key="WsdlURL"
+ key="InitialSelection"
operation="org.eclipse.jst.ws.internal.axis.consumption.ui.command.AxisClientDefaultingCommand"
property="WsdlURL"/>
<map
- key="ClientServer"
- operation="org.eclipse.jst.ws.internal.axis.consumption.ui.command.AxisClientDefaultingCommand"
- property="ClientServer"/>
- <map
- key="GenerateProxy"
- operation="org.eclipse.jst.ws.internal.axis.consumption.ui.command.AxisClientDefaultingCommand"
- property="GenerateProxy"/>
- <map
key="CustomizeClientMappings"
operation="org.eclipse.jst.ws.internal.axis.consumption.ui.command.AxisClientDefaultingCommand"
- property="CustomizeClientMappings"/>
-
- <map
- key="IsClientScenario"
- operation="org.eclipse.jst.ws.internal.axis.consumption.ui.command.AxisClientDefaultingCommand"
- property="IsClientScenario"/>
+ property="CustomizeClientMappings"/>
<map
key="Mappings"
operation="org.eclipse.jst.ws.internal.axis.consumption.ui.task.DefaultsForHTTPBasicAuthCommand"
@@ -69,6 +56,5 @@
operation="org.eclipse.jst.ws.internal.axis.consumption.ui.task.Stub2BeanCommand"
property="JavaWSDLParam"
transform="org.eclipse.jst.ws.internal.axis.consumption.core.common.JavaWSDLParamModifier"/>
-
</extension>
</plugin> \ No newline at end of file

Back to the top