|
26 | 26 | name="%runtimeTypeNameglassfish" |
27 | 27 | description="%runtimeTypeDescriptionglassfish" |
28 | 28 | vendor="%runtimeTypeGlassFishVendor"> |
29 | | - <moduleType types="jst.web" versions="2.2, 2.3, 2.4, 2.5, 3.0, 3.1, 4.0"/> |
30 | | - <moduleType types="jst.ejb" versions="1.1, 2.0, 2.1, 3.0, 3.1, 3.2"/> |
31 | | - <moduleType types="jst.connector" versions="1.0, 1.5, 1.6, 1.7"/> |
32 | | - <moduleType types="jst.ear" versions="1.2, 1.3, 1.4, 5.0, 6.0, 7.0, 8.0"/> |
| 29 | + <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, 4.1"/> |
| 31 | + <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, 10.0"/> |
33 | 33 | <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"/> |
| 34 | + <moduleType types="jst.appclient" versions="1.2, 1.3, 1.4, 5.0, 6.0, 7.0, 8.0, 9.0, 10.0"/> |
35 | 35 | </runtimeType> |
36 | 36 | </extension> |
37 | 37 |
|
|
117 | 117 |
|
118 | 118 | <supported> |
119 | 119 | <runtime-component id="payara.runtime" version="5"/> |
120 | | - <facet id="glassfish.web" version="5]"/> |
121 | | - <facet id="glassfish.ejb" version="5]"/> |
| 120 | + <facet id="glassfish.web" version="5.0]"/> |
| 121 | + <facet id="glassfish.ejb" version="5.0]"/> |
122 | 122 | <facet id="jst.web" version="4.0]"/> |
123 | 123 | <facet id="jst.ejb" version="3.2]"/> |
124 | 124 | <facet id="jst.ear" version="8.0]"/> |
|
130 | 130 |
|
131 | 131 | <supported> |
132 | 132 | <runtime-component id="payara.runtime" version="6"/> |
133 | | - <facet id="glassfish.web" version="6]"/> |
134 | | - <facet id="glassfish.ejb" version="6]"/> |
135 | | - <facet id="jst.web" version="4.0]"/> |
136 | | - <facet id="jst.ejb" version="3.2]"/> |
137 | | - <facet id="jst.ear" version="8.0]"/> |
138 | | - <facet id="jst.connector" version="1.7]"/> |
139 | | - <facet id="jst.appclient" version="8.0]"/> |
| 133 | + <facet id="glassfish.web" version="6.0]"/> |
| 134 | + <facet id="glassfish.ejb" version="6.0]"/> |
| 135 | + <facet id="jst.web" version="6.0]"/> |
| 136 | + <facet id="jst.ejb" version="4.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]"/> |
140 | 140 | <facet id="jst.utility" version="1.0"/> |
141 | | - <facet id="jst.webfragment" version="4.0]" /> |
| 141 | + <facet id="jst.webfragment" version="6.0]" /> |
142 | 142 | </supported> |
143 | 143 | </extension> |
144 | 144 |
|
|
185 | 185 | </constraint> |
186 | 186 | </project-facet-version> |
187 | 187 |
|
188 | | - <project-facet-version facet="glassfish.web" version="5"> |
| 188 | + <project-facet-version facet="glassfish.web" version="5.0"> |
| 189 | + <action type="INSTALL"> |
| 190 | + <delegate class="fish.payara.eclipse.tools.server.facets.PayaraWebFacetInstallDelegate"/> |
| 191 | + </action> |
| 192 | + <action type="UNINSTALL"> |
| 193 | + <delegate class="fish.payara.eclipse.tools.server.facets.PayaraWebFacetUninstallDelegate"/> |
| 194 | + </action> |
| 195 | + <constraint> |
| 196 | + <requires facet="jst.web"/> |
| 197 | + </constraint> |
| 198 | + </project-facet-version> |
| 199 | + |
| 200 | + <project-facet-version facet="glassfish.web" version="6.0"> |
| 201 | + <action type="INSTALL"> |
| 202 | + <delegate class="fish.payara.eclipse.tools.server.facets.PayaraWebFacetInstallDelegate"/> |
| 203 | + </action> |
| 204 | + <action type="UNINSTALL"> |
| 205 | + <delegate class="fish.payara.eclipse.tools.server.facets.PayaraWebFacetUninstallDelegate"/> |
| 206 | + </action> |
| 207 | + <constraint> |
| 208 | + <requires facet="jst.web"/> |
| 209 | + </constraint> |
| 210 | + </project-facet-version> |
| 211 | + |
| 212 | + <project-facet-version facet="glassfish.web" version="6.1"> |
189 | 213 | <action type="INSTALL"> |
190 | 214 | <delegate class="fish.payara.eclipse.tools.server.facets.PayaraWebFacetInstallDelegate"/> |
191 | 215 | </action> |
|
208 | 232 | <requires facet="jst.ejb"/> |
209 | 233 | </constraint> |
210 | 234 | </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> |
211 | 247 |
|
212 | 248 | <project-facet-version facet="glassfish.ejb" version="4.0"> |
213 | 249 | <action type="INSTALL"> |
|
221 | 257 | </constraint> |
222 | 258 | </project-facet-version> |
223 | 259 |
|
224 | | - <project-facet-version facet="glassfish.ejb" version="5"> |
| 260 | + <project-facet-version facet="glassfish.ejb" version="4.1"> |
225 | 261 | <action type="INSTALL"> |
226 | 262 | <delegate class="fish.payara.eclipse.tools.server.facets.PayaraEjbFacetInstallDelegate"/> |
227 | 263 | </action> |
|
272 | 308 | <runtime-component id="payara.runtime" version="5"/> |
273 | 309 | <fixed-facet id="jst.web"/> |
274 | 310 | </context> |
275 | | - <facet id="glassfish.web" version="5" /> |
| 311 | + <facet id="glassfish.web" version="5.0" /> |
276 | 312 | </default-facets> |
277 | 313 |
|
278 | 314 | <default-facets> |
279 | 315 | <context> |
280 | 316 | <runtime-component id="payara.runtime" version="5"/> |
281 | 317 | <fixed-facet id="jst.ejb"/> |
282 | 318 | </context> |
283 | | - <facet id="glassfish.ejb" version="5" /> |
| 319 | + <facet id="glassfish.ejb" version="5.0" /> |
| 320 | + </default-facets> |
| 321 | + |
| 322 | + <default-facets> |
| 323 | + <context> |
| 324 | + <runtime-component id="payara.runtime" version="6"/> |
| 325 | + <fixed-facet id="jst.web"/> |
| 326 | + </context> |
| 327 | + <facet id="glassfish.web" version="6.0" /> |
| 328 | + </default-facets> |
| 329 | + |
| 330 | + <default-facets> |
| 331 | + <context> |
| 332 | + <runtime-component id="payara.runtime" version="6"/> |
| 333 | + <fixed-facet id="jst.ejb"/> |
| 334 | + </context> |
| 335 | + <facet id="glassfish.ejb" version="6.0" /> |
284 | 336 | </default-facets> |
285 | 337 | </extension> |
286 | | - |
| 338 | + |
287 | 339 | <extension point="org.eclipse.wst.common.project.facet.core.runtimeBridges"> |
288 | 340 | <bridge |
289 | 341 | id="fish.payara.eclipse.tools.server.bridge" |
290 | 342 | class="fish.payara.eclipse.tools.server.internal.PayaraRuntimeBridge"/> |
291 | 343 | </extension> |
292 | | - |
293 | | - |
294 | | - |
| 344 | + |
295 | 345 |
|
296 | 346 | <!-- |
297 | 347 | JST Facets |
|
0 commit comments