|
From: <caw...@us...> - 2007-09-14 15:25:09
|
Revision: 3179
http://rubyeclipse.svn.sourceforge.net/rubyeclipse/?rev=3179&view=rev
Author: cawilliams
Date: 2007-09-14 08:24:54 -0700 (Fri, 14 Sep 2007)
Log Message:
-----------
try to fix enablement of run as menu in Ruby Explorer!
Modified Paths:
--------------
trunk/org.rubypeople.rdt.debug.ui/plugin.xml
Modified: trunk/org.rubypeople.rdt.debug.ui/plugin.xml
===================================================================
--- trunk/org.rubypeople.rdt.debug.ui/plugin.xml 2007-09-14 14:18:49 UTC (rev 3178)
+++ trunk/org.rubypeople.rdt.debug.ui/plugin.xml 2007-09-14 15:24:54 UTC (rev 3179)
@@ -231,6 +231,10 @@
<test
property="org.eclipse.debug.ui.matchesContentType"
value="org.eclipse.ant.core.antBuildFile"/>
+ <and>
+ <test property="org.rubypeople.rdt.launching.isContainer"/>
+ <test property="org.rubypeople.rdt.launching.hasProjectNature" args="org.rubypeople.rdt.core.rubynature"/>
+ </and>
</or>
</iterate>
</with>
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|