|
From: <caw...@us...> - 2007-01-18 14:11:31
|
Revision: 1786
http://svn.sourceforge.net/rubyeclipse/?rev=1786&view=rev
Author: cawilliams
Date: 2007-01-18 06:11:30 -0800 (Thu, 18 Jan 2007)
Log Message:
-----------
Modified Paths:
--------------
trunk/org.rubypeople.rdt.launching/src/org/rubypeople/rdt/internal/launching/RubyContainerInitializer.java
Modified: trunk/org.rubypeople.rdt.launching/src/org/rubypeople/rdt/internal/launching/RubyContainerInitializer.java
===================================================================
--- trunk/org.rubypeople.rdt.launching/src/org/rubypeople/rdt/internal/launching/RubyContainerInitializer.java 2007-01-18 14:10:59 UTC (rev 1785)
+++ trunk/org.rubypeople.rdt.launching/src/org/rubypeople/rdt/internal/launching/RubyContainerInitializer.java 2007-01-18 14:11:30 UTC (rev 1786)
@@ -18,9 +18,9 @@
if (size > 0) {
if (containerPath.segment(0).equals(RubyRuntime.RUBY_CONTAINER)) {
IInterpreter vm = resolveInterpreter(containerPath);
- RubyContainer container = null;
+ RubyVMContainer container = null;
if (vm != null) {
- container = new RubyContainer(vm, containerPath);
+ container = new RubyVMContainer(vm, containerPath);
}
RubyCore.setLoadpathContainer(containerPath,
new IRubyProject[] { project },
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|