* Allow using of validators popup menu from resources view
diff --git a/core/plugins/org.eclipse.dltk.validators.ui/plugin.xml b/core/plugins/org.eclipse.dltk.validators.ui/plugin.xml
index ae57fef..0164c3b 100644
--- a/core/plugins/org.eclipse.dltk.validators.ui/plugin.xml
+++ b/core/plugins/org.eclipse.dltk.validators.ui/plugin.xml
@@ -21,7 +21,7 @@
<extension
point="org.eclipse.ui.popupMenus">
<objectContribution
- adaptable="false"
+ adaptable="true"
id="org.eclipse.dltk.validators.ui.contribution"
nameFilter="*"
objectClass="org.eclipse.dltk.core.IModelElement">