We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a40cb0b + 9d4f924 commit 8fb24baCopy full SHA for 8fb24ba
1 file changed
bundles/fish.payara.eclipse.tools.server/plugin.xml
@@ -823,13 +823,12 @@
823
<and>
824
<count value="1"/>
825
<iterate ifEmpty="false">
826
- <and>
+ <adapt type="org.eclipse.wst.server.core.IServer">
827
<test property="fish.payara.eclipse.tools.server.isWSLInstance"/>
828
- </and>
829
- </iterate>
+ </adapt>
+ </iterate>
830
</and>
831
</definition>
832
-
833
<definition id="fish.payara.eclipse.tools.server.moreGlassfishSelected">
834
835
<or>
0 commit comments