Skip to content

Commit e94b3d0

Browse files
committed
FISH-7888 Polish
1 parent 74ccc5a commit e94b3d0

1 file changed

Lines changed: 32 additions & 8 deletions

File tree

  • bundles/fish.payara.eclipse.tools.server

bundles/fish.payara.eclipse.tools.server/plugin.xml

Lines changed: 32 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -27,11 +27,11 @@
2727
description="%runtimeTypeDescriptionglassfish"
2828
vendor="%runtimeTypeGlassFishVendor">
2929
<moduleType types="jst.web" versions="2.2, 2.3, 2.4, 2.5, 3.0, 3.1, 4.0, 5.0, 6.0, 6.1"/>
30-
<moduleType types="jst.ejb" versions="1.1, 2.0, 2.1, 3.0, 3.1, 3.2, 4.0"/>
30+
<moduleType types="jst.ejb" versions="1.1, 2.0, 2.1, 3.0, 3.1, 3.2, 4.0, 4.1"/>
3131
<moduleType types="jst.connector" versions="1.0, 1.5, 1.6, 1.7, 2.0, 2.1"/>
32-
<moduleType types="jst.ear" versions="1.2, 1.3, 1.4, 5.0, 6.0, 7.0, 8.0, 9.0, 9.1, 10.0"/>
32+
<moduleType types="jst.ear" versions="1.2, 1.3, 1.4, 5.0, 6.0, 7.0, 8.0, 9.0, 10.0"/>
3333
<moduleType types="jst.utility" versions="1.0"/>
34-
<moduleType types="jst.appclient" versions="1.2, 1.3, 1.4, 5.0, 6.0, 7.0, 8.0, 9.0, 9.1, 10.0"/>
34+
<moduleType types="jst.appclient" versions="1.2, 1.3, 1.4, 5.0, 6.0, 7.0, 8.0, 9.0, 10.0"/>
3535
</runtimeType>
3636
</extension>
3737

@@ -134,11 +134,11 @@
134134
<facet id="glassfish.ejb" version="6.0]"/>
135135
<facet id="jst.web" version="6.0]"/>
136136
<facet id="jst.ejb" version="4.0]"/>
137-
<facet id="jst.ear" version="8.0]"/>
138-
<facet id="jst.connector" version="1.7]"/>
139-
<facet id="jst.appclient" version="8.0]"/>
137+
<facet id="jst.ear" version="10.0]"/>
138+
<facet id="jst.connector" version="2.1]"/>
139+
<facet id="jst.appclient" version="10.0]"/>
140140
<facet id="jst.utility" version="1.0"/>
141-
<facet id="jst.webfragment" version="4.0]" />
141+
<facet id="jst.webfragment" version="6.0]" />
142142
</supported>
143143
</extension>
144144

@@ -207,6 +207,18 @@
207207
<constraint>
208208
<requires facet="jst.web"/>
209209
</constraint>
210+
</project-facet-version>
211+
212+
<project-facet-version facet="glassfish.web" version="6.1">
213+
<action type="INSTALL">
214+
<delegate class="fish.payara.eclipse.tools.server.facets.PayaraWebFacetInstallDelegate"/>
215+
</action>
216+
<action type="UNINSTALL">
217+
<delegate class="fish.payara.eclipse.tools.server.facets.PayaraWebFacetUninstallDelegate"/>
218+
</action>
219+
<constraint>
220+
<requires facet="jst.web"/>
221+
</constraint>
210222
</project-facet-version>
211223

212224
<project-facet-version facet="glassfish.ejb" version="3.1">
@@ -220,6 +232,18 @@
220232
<requires facet="jst.ejb"/>
221233
</constraint>
222234
</project-facet-version>
235+
236+
<project-facet-version facet="glassfish.ejb" version="3.2">
237+
<action type="INSTALL">
238+
<delegate class="fish.payara.eclipse.tools.server.facets.PayaraEjbFacetInstallDelegate"/>
239+
</action>
240+
<action type="UNINSTALL">
241+
<delegate class="fish.payara.eclipse.tools.server.facets.PayaraEjbFacetUninstallDelegate"/>
242+
</action>
243+
<constraint>
244+
<requires facet="jst.ejb"/>
245+
</constraint>
246+
</project-facet-version>
223247

224248
<project-facet-version facet="glassfish.ejb" version="4.0">
225249
<action type="INSTALL">
@@ -233,7 +257,7 @@
233257
</constraint>
234258
</project-facet-version>
235259

236-
<project-facet-version facet="glassfish.ejb" version="5.0">
260+
<project-facet-version facet="glassfish.ejb" version="4.1">
237261
<action type="INSTALL">
238262
<delegate class="fish.payara.eclipse.tools.server.facets.PayaraEjbFacetInstallDelegate"/>
239263
</action>

0 commit comments

Comments
 (0)