|
From: <caw...@us...> - 2007-06-19 13:19:12
|
Revision: 2628
http://svn.sourceforge.net/rubyeclipse/?rev=2628&view=rev
Author: cawilliams
Date: 2007-06-19 06:19:10 -0700 (Tue, 19 Jun 2007)
Log Message:
-----------
add missing require 'yaml' from Martin's patch
Modified Paths:
--------------
trunk/org.rubypeople.rdt.launching/ruby/classic-debug.rb
Modified: trunk/org.rubypeople.rdt.launching/ruby/classic-debug.rb
===================================================================
--- trunk/org.rubypeople.rdt.launching/ruby/classic-debug.rb 2007-06-19 13:00:15 UTC (rev 2627)
+++ trunk/org.rubypeople.rdt.launching/ruby/classic-debug.rb 2007-06-19 13:19:10 UTC (rev 2628)
@@ -2,6 +2,7 @@
# Copyright (C) 2000 Information-technology Promotion Agency, Japan
require 'cgi'
require 'thread'
+require 'yaml'
# REMOTE_DEBUG_PORT is the port on which the debugger waits for commands from a
# front-end.
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|