Skip to main content
summaryrefslogtreecommitdiffstats
blob: 5f22106b70802e19fd31295ae726852355d1d9b1 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
<plugin>
  
   <extension point="org.eclipse.ui.preferencePages">     
      <page
            name="%PREFERENCE_CATEGORY_AXIS2_RUNTIME"
            category="org.eclipse.wst.ws.internal.ui.preferences.name"
            class="org.eclipse.jst.ws.internal.axis2.consumption.ui.preferences.Axis2RuntimePreferencePage"
            id="org.eclipse.jst.ws.internal.axis2.consumption.ui.preferences.Axis2RuntimePreferencePage">
      </page>
   </extension>
   
</plugin>

Back to the top