|
From: <caw...@us...> - 2007-05-08 14:08:34
|
Revision: 2444
http://svn.sourceforge.net/rubyeclipse/?rev=2444&view=rev
Author: cawilliams
Date: 2007-05-08 07:08:33 -0700 (Tue, 08 May 2007)
Log Message:
-----------
allow debug of *.rbw
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-05-08 14:08:08 UTC (rev 2443)
+++ trunk/org.rubypeople.rdt.debug.ui/plugin.xml 2007-05-08 14:08:33 UTC (rev 2444)
@@ -190,6 +190,9 @@
<test value="*.rbx"
property="org.eclipse.debug.ui.matchesPattern">
</test>
+ <test value="*.rbw"
+ property="org.eclipse.debug.ui.matchesPattern">
+ </test>
<test
property="org.eclipse.debug.ui.matchesContentType"
value="org.eclipse.ant.core.antBuildFile"/>
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|