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-24 19:40:47 +0000
committerkchan2005-11-24 19:40:47 +0000
commit830da195562990276c23cb1f057e9feaa7154699 (patch)
tree942a239fe16cd8e0731b27a56c3c047355b04279 /bundles/org.eclipse.jst.ws.consumption.ui/plugin.xml
parentc7267c5371cd628a98f4df698edad6f4ca1802da (diff)
downloadwebtools.webservices-830da195562990276c23cb1f057e9feaa7154699.tar.gz
webtools.webservices-830da195562990276c23cb1f057e9feaa7154699.tar.xz
webtools.webservices-830da195562990276c23cb1f057e9feaa7154699.zip
[116936] usability: user prompt required for properties
Diffstat (limited to 'bundles/org.eclipse.jst.ws.consumption.ui/plugin.xml')
-rw-r--r--bundles/org.eclipse.jst.ws.consumption.ui/plugin.xml19
1 files changed, 17 insertions, 2 deletions
diff --git a/bundles/org.eclipse.jst.ws.consumption.ui/plugin.xml b/bundles/org.eclipse.jst.ws.consumption.ui/plugin.xml
index 382b4b564..dea1b9023 100644
--- a/bundles/org.eclipse.jst.ws.consumption.ui/plugin.xml
+++ b/bundles/org.eclipse.jst.ws.consumption.ui/plugin.xml
@@ -795,7 +795,7 @@
property="ClientTypeRuntimeServer"
transform="org.eclipse.jst.ws.internal.common.String2TypeRuntimeServerModifier"/>
<map
- key="TestID"
+ key="TestId"
operation="org.eclipse.jst.ws.internal.consumption.ui.widgets.test.ClientTestDelegateCommand"
property="TestFacility"
transform="org.eclipse.jst.ws.internal.common.String2TestFacilityListTransformer"/>
@@ -808,8 +808,23 @@
operation="org.eclipse.jst.ws.internal.consumption.ui.widgets.test.FinishTestFragment"
property="TestService"/>
<map
- key="TestID"
+ key="TestId"
operation="org.eclipse.jst.ws.internal.consumption.ui.widgets.test.FinishTestFragment"
property="TestID"/>
+
+ <!-- mappings for listing options -->
+ <map
+ key="ListRuntimes"
+ operation="org.eclipse.jst.ws.internal.consumption.ui.command.ListOptionsCommand"
+ property="ListRuntimes"
+ transform="org.eclipse.wst.command.internal.env.ant.String2BooleanTransformer"
+ />
+
+ <map
+ key="ListServers"
+ operation="org.eclipse.jst.ws.internal.consumption.ui.command.ListOptionsCommand"
+ property="ListServers"
+ transform="org.eclipse.wst.command.internal.env.ant.String2BooleanTransformer"
+ />
</extension>
</plugin>

Back to the top