Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--rpmstubby/org.eclipse.linuxtools.rpmstubby/plugin.xml8
1 files changed, 0 insertions, 8 deletions
diff --git a/rpmstubby/org.eclipse.linuxtools.rpmstubby/plugin.xml b/rpmstubby/org.eclipse.linuxtools.rpmstubby/plugin.xml
index 3f649dcabf..89f8931a17 100644
--- a/rpmstubby/org.eclipse.linuxtools.rpmstubby/plugin.xml
+++ b/rpmstubby/org.eclipse.linuxtools.rpmstubby/plugin.xml
@@ -89,14 +89,6 @@
</adapt>
</iterate>
</with>
- <with variable="selection">
- <iterate ifEmpty="false">
- <adapt type="org.eclipse.core.resources.IResource">
- <test property="org.eclipse.core.resources.projectNature"
- value="org.eclipse.pde.FeatureNature"/>
- </adapt>
- </iterate>
- </with>
</or>
</visibleWhen>
</command>

Back to the top