kchan | 67073ce | 2007-04-24 17:02:35 +0000 | [diff] [blame] | 1 | <?xml version="1.0" encoding="UTF-8"?> |
| 2 | <?eclipse version="3.0"?> |
| 3 | |
| 4 | <plugin> |
| 5 | |
| 6 | <extension point="org.eclipse.wst.command.env.ui.widgetRegistry"> |
| 7 | <widgetFactory |
| 8 | id="Axis2ClientConfig" |
| 9 | insertBeforeCommandId="org.eclipse.jst.ws.axis2.consumption.core.command.Axis2WebservicesServerCommand" |
| 10 | class="org.eclipse.jst.ws.internal.axis2.consumption.ui.wsrt.Axis2ClientConfigWidgetFactory"/> |
| 11 | </extension> |
| 12 | <extension point="org.eclipse.wst.command.env.antDataMapping"> |
| 13 | <map |
| 14 | key="ClientProjectName" |
| 15 | operation="org.eclipse.jst.ws.axis2.creation.core.command.Axis2ClientDefaultingCommand" |
| 16 | property="ClientProject" |
| 17 | transform="org.eclipse.jst.ws.internal.common.StringToIProjectTransformer"/> |
| 18 | </extension> |
| 19 | |
| 20 | </plugin> |