Skip to main content
summaryrefslogtreecommitdiffstats
blob: c911fbfbd45d3b90f38e511e477c70c86f83177d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<?xml version="1.0" encoding="UTF-8"?>
<?eclipse version="3.0"?>

<plugin>

     <extension point="org.eclipse.jst.ws.consumption.wsfinder">
      <wsfinder
            id="org.eclipse.jst.ws.internal.axis.consumption.core.wsfinder.WSFinderAxis"
            name="org.eclipse.jst.ws.internal.axis.consumption.core.wsfinder.WSFinderAxis"
            description="org.eclipse.jst.ws.internal.axis.consumption.core.wsfinder.WSFinderAxis"
            class="org.eclipse.jst.ws.internal.axis.consumption.core.wsfinder.WSFinderAxis">
      </wsfinder>
   </extension>

</plugin>

Back to the top