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.consumption.ui/plugin.xml
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.consumption.ui/plugin.xml')
-rw-r--r--bundles/org.eclipse.jst.ws.consumption.ui/plugin.xml56
1 files changed, 2 insertions, 54 deletions
diff --git a/bundles/org.eclipse.jst.ws.consumption.ui/plugin.xml b/bundles/org.eclipse.jst.ws.consumption.ui/plugin.xml
index b83431b47..dcce278d4 100644
--- a/bundles/org.eclipse.jst.ws.consumption.ui/plugin.xml
+++ b/bundles/org.eclipse.jst.ws.consumption.ui/plugin.xml
@@ -780,10 +780,6 @@
operation="org.eclipse.jst.ws.internal.consumption.ui.widgets.extensions.ClientExtensionDefaultingCommand"
property="ClientComponentType"/>
<map
- key="ClientNeedEAR"
- operation="org.eclipse.jst.ws.internal.consumption.ui.widgets.extensions.ClientExtensionDefaultingCommand"
- property="ClientNeedEAR"/>
- <map
key="Client.RuntimeId"
operation="org.eclipse.jst.ws.internal.consumption.ui.widgets.extensions.ClientExtensionFragment"
property="ClientTypeRuntimeServer"
@@ -799,7 +795,7 @@
property="ClientTypeRuntimeServer"
transform="org.eclipse.jst.ws.internal.common.String2TypeRuntimeServerModifier"/>
<map
- key="TestFacility"
+ key="TestID"
operation="org.eclipse.jst.ws.internal.consumption.ui.widgets.test.ClientTestDelegateCommand"
property="TestFacility"
transform="org.eclipse.jst.ws.internal.common.String2TestFacilityListTransformer"/>
@@ -808,27 +804,6 @@
operation="org.eclipse.jst.ws.internal.consumption.ui.widgets.test.ClientTestDelegateCommand"
property="Folder"/>
<map
- key="JspFolder"
- operation="org.eclipse.jst.ws.internal.consumption.ui.widgets.test.ClientTestDelegateCommand"
- property="JspFolder"/>
- <map
- key="RunClientTest"
- operation="org.eclipse.jst.ws.internal.consumption.ui.widgets.test.ClientTestDelegateCommand"
- property="RunClientTest"/>
- <map
- key="WsdlURI"
- operation="org.eclipse.jst.ws.internal.consumption.ui.widgets.WSDLSelectionOutputCommand"
- property="WsdlURI"/>
- <map
- key="ComponentName"
- operation="org.eclipse.jst.ws.internal.consumption.ui.widgets.WSDLSelectionOutputCommand"
- property="ComponentName"/>
- <map
- key="Project"
- operation="org.eclipse.jst.ws.internal.consumption.ui.widgets.WSDLSelectionOutputCommand"
- property="Project"
- transform="org.eclipse.jst.ws.internal.common.String2IProjectTransformer"/>
- <map
key="TestService"
operation="org.eclipse.jst.ws.internal.consumption.ui.widgets.test.FinishTestFragment"
property="TestService"/>
@@ -836,32 +811,5 @@
key="TestID"
operation="org.eclipse.jst.ws.internal.consumption.ui.widgets.test.FinishTestFragment"
property="TestID"/>
- <map
- key="IsTestWidget"
- operation="org.eclipse.jst.ws.internal.consumption.ui.widgets.test.FinishTestFragment"
- property="IsTestWidget"/>
-
- <map
- key="WsRefsToHandlers"
- operation="org.eclipse.jst.ws.internal.consumption.ui.widgets.ClientHandlersWidgetOutputCommand"
- property="HandlersTable"
- transform="org.eclipse.wst.command.env.ant.String2HandlerTableTransformer"/>
-
- <map
- key="SourceOutputLocation"
- operation="org.eclipse.jst.ws.internal.consumption.ui.command.GenerateHandlerSkeletonCommand"
- property="OutputLocation"
- transform="org.eclipse.wst.command.env.ant.String2PathTransformer"/>
-
- <map
- key="HandlerClassNames"
- operation="org.eclipse.jst.ws.internal.consumption.ui.command.GenerateHandlerSkeletonCommand"
- property="HandlerNames"
- transform="org.eclipse.wst.command.env.ant.String2HandlerArrayTransformer"/>
-
- <map
- key="GenSkeletonEnabled"
- operation="org.eclipse.jst.ws.internal.consumption.ui.command.GenerateHandlerSkeletonCommand"
- property="GenSkeletonEnabled"/>
- </extension>
+ </extension>
</plugin>

Back to the top