|
From: <caw...@us...> - 2006-12-21 19:32:18
|
Revision: 1721
http://svn.sourceforge.net/rubyeclipse/?rev=1721&view=rev
Author: cawilliams
Date: 2006-12-21 11:32:17 -0800 (Thu, 21 Dec 2006)
Log Message:
-----------
apply murphee's patch for the file so it works under JRuby
Modified Paths:
--------------
trunk/org.rubypeople.rdt.launching/ruby/eclipseDebug.rb
Modified: trunk/org.rubypeople.rdt.launching/ruby/eclipseDebug.rb
===================================================================
--- trunk/org.rubypeople.rdt.launching/ruby/eclipseDebug.rb 2006-12-21 19:31:34 UTC (rev 1720)
+++ trunk/org.rubypeople.rdt.launching/ruby/eclipseDebug.rb 2006-12-21 19:32:17 UTC (rev 1721)
@@ -548,7 +548,7 @@
stdout.print "Trace off.\n"
end
- when /^\s*b(?:reak)?\s+(?:(add|remove)\s+)?((?:.*?+:)?.+)$/
+ when /^\s*b(?:reak)?\s+(?:(add|remove)\s+)?((?:.*?:)?.+)$/
if $1 then
mode = $1
else
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|