Skip to content

Commit 8fb24ba

Browse files
authored
Merge pull request #90 from jGauravGupta/FISH-12741
FISH-12741 Eclipse IDE throws CoreException due to missing property tester fish.payara.eclipse.tools.server.isWSLInstance
2 parents a40cb0b + 9d4f924 commit 8fb24ba

1 file changed

Lines changed: 3 additions & 4 deletions

File tree

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

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

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -823,13 +823,12 @@
823823
<and>
824824
<count value="1"/>
825825
<iterate ifEmpty="false">
826-
<and>
826+
<adapt type="org.eclipse.wst.server.core.IServer">
827827
<test property="fish.payara.eclipse.tools.server.isWSLInstance"/>
828-
</and>
829-
</iterate>
828+
</adapt>
829+
</iterate>
830830
</and>
831831
</definition>
832-
833832
<definition id="fish.payara.eclipse.tools.server.moreGlassfishSelected">
834833
<iterate ifEmpty="false">
835834
<or>

0 commit comments

Comments
 (0)