blob: 69a6d641b146c066f22c02e2fbc573398c122b89 [file] [log] [blame]
kchan67073ce2007-04-24 17:02:35 +00001<plugin>
2
3 <extension point="org.eclipse.wst.common.project.facet.core.facets">
4
5 <category id="axis2.category">
6 <label>%AXIS2_CATOGERY_LABEL</label>
7 <description>%AXIS2_CATOGERY_DISCRIPTION</description>
8 </category>
9
10 <project-facet id="axis2.core">
11 <label>%AXIS2_FACET_CORE_LABEL</label>
12 <description>%AXIS2_FACET_CORE_DISCRIPTION</description>
kchan7942ed12007-05-07 18:14:06 +000013 <member category="axis2.category "/>
kchan67073ce2007-04-24 17:02:35 +000014 </project-facet>
15
16 <project-facet-version facet="axis2.core" version="1.1">
17 <constraint>
kchanb40e3432007-06-11 23:57:15 +000018 <requires facet="jst.web" version="2.2,2.3,2.4,2.5"/>
kchan67073ce2007-04-24 17:02:35 +000019 </constraint>
20 <action type="INSTALL">
21 <delegate class="org.eclipse.jst.ws.axis2.facet.deligate.Axis2CoreFacetInstallDelegate"/>
22 </action>
kchan1cb9efd2007-06-11 23:36:22 +000023<!--
kchan67073ce2007-04-24 17:02:35 +000024 <action type="UNINSTALL">
25 <delegate class="org.eclipse.jst.ws.axis2.facet.deligate.Axis2CoreFacetUnInstallDelegate"/>
26 </action>
kchan1cb9efd2007-06-11 23:36:22 +000027-->
kchan67073ce2007-04-24 17:02:35 +000028 </project-facet-version>
29
30 <project-facet id="axis2.ext">
31 <label>%AXIS2_FACET_EXT_LABEL</label>
32 <description>%AXIS2_FACET_EXT_DISCRIPTION</description>
kchan7942ed12007-05-07 18:14:06 +000033 <member category="axis2.category" />
kchan67073ce2007-04-24 17:02:35 +000034 </project-facet>
35
36 <project-facet-version facet="axis2.ext" version="1.1">
37 <constraint>
38 <requires facet="axis2.core" version="1.1"/>
39 </constraint>
40 <action type="INSTALL">
41 <delegate class="org.eclipse.jst.ws.axis2.facet.deligate.Axis2ExtFacetInstallDelegate"/>
42 </action>
kchan1cb9efd2007-06-11 23:36:22 +000043<!--
kchan67073ce2007-04-24 17:02:35 +000044 <action type="UNINSTALL">
45 <delegate class="org.eclipse.jst.ws.axis2.facet.deligate.Axis2ExtFacetUnInstallDelegate"/>
46 </action>
kchan1cb9efd2007-06-11 23:36:22 +000047-->
kchan67073ce2007-04-24 17:02:35 +000048 </project-facet-version>
49
50 </extension>
51
52 <extension point="org.eclipse.wst.common.project.facet.ui.images">
53 <image facet="axis2.core" path="icons/axis2-facet-add.gif"/>
54 <image facet="axis2.ext" path="icons/axis2-facet-add.gif"/>
55 <image category="axis2.category" path="icons/axis2-facet.ico"/>
56 </extension>
57
58 <extension
59 point="org.eclipse.wst.common.project.facet.core.runtimes">
60 <supported>
61 <runtime-component
62 any="true"/>
63 <facet
64 id="axis2.core"
65 version="1.1"/>
66 <facet
67 id="axis2.ext"
68 version="1.1"/>
69 </supported>
70 </extension>
71
72
73</plugin>