|
From: Christopher W. <caw...@us...> - 2005-11-22 01:24:16
|
Update of /cvsroot/rubyeclipse/org.rubypeople.rdt.launching.tests/src/org/rubypeople/rdt/internal/launching In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv20244/src/org/rubypeople/rdt/internal/launching Modified Files: TC_RubyRuntime.java Log Message: add new method stubs for methods that implementations have to have (in Eclipse 3.2 M3) Index: TC_RubyRuntime.java =================================================================== RCS file: /cvsroot/rubyeclipse/org.rubypeople.rdt.launching.tests/src/org/rubypeople/rdt/internal/launching/TC_RubyRuntime.java,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** TC_RubyRuntime.java 1 Oct 2005 22:58:02 -0000 1.1 --- TC_RubyRuntime.java 22 Nov 2005 01:23:50 -0000 1.2 *************** *** 7,10 **** --- 7,11 ---- import java.io.StringWriter; import java.io.Writer; + import java.net.URI; import java.util.Arrays; import java.util.List; *************** *** 351,354 **** --- 352,360 ---- } + public URI getLocationURI() { + // TODO Auto-generated method stub + return null; + } + } |