Skip to content

Commit 63c1597

Browse files
committed
FISH-6772 : fixed for ProjectExplorer
1 parent 07f0807 commit 63c1597

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

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

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1044,7 +1044,7 @@
10441044
</with>
10451045
<with variable="activeMenuSelection">
10461046
<iterate>
1047-
<adapt type="org.eclipse.core.resources.IFile"></adapt>
1047+
<adapt type="org.eclipse.jdt.core.ICompilationUnit"></adapt>
10481048
</iterate>
10491049
</with>
10501050
</or>
@@ -1064,7 +1064,7 @@
10641064
</with>
10651065
<with variable="activeMenuSelection">
10661066
<iterate>
1067-
<adapt type="ICompilationUnit"></adapt>
1067+
<adapt type="org.eclipse.jdt.core.ICompilationUnit"></adapt>
10681068
</iterate>
10691069
</with>
10701070
</or>

0 commit comments

Comments
 (0)