|
From: <caw...@us...> - 2007-01-19 21:11:47
|
Revision: 1823
http://svn.sourceforge.net/rubyeclipse/?rev=1823&view=rev
Author: cawilliams
Date: 2007-01-19 13:11:46 -0800 (Fri, 19 Jan 2007)
Log Message:
-----------
not needed
Removed Paths:
-------------
trunk/org.rubypeople.rdt.launching/src/org/rubypeople/rdt/internal/launching/CommandExecutor.java
trunk/org.rubypeople.rdt.launching/src/org/rubypeople/rdt/internal/launching/StandardCommandExecutor.java
Deleted: trunk/org.rubypeople.rdt.launching/src/org/rubypeople/rdt/internal/launching/CommandExecutor.java
===================================================================
--- trunk/org.rubypeople.rdt.launching/src/org/rubypeople/rdt/internal/launching/CommandExecutor.java 2007-01-19 21:07:05 UTC (rev 1822)
+++ trunk/org.rubypeople.rdt.launching/src/org/rubypeople/rdt/internal/launching/CommandExecutor.java 2007-01-19 21:11:46 UTC (rev 1823)
@@ -1,8 +0,0 @@
-package org.rubypeople.rdt.internal.launching;
-
-import java.io.File;
-import java.io.IOException;
-
-public interface CommandExecutor {
- public Process exec(String[] command, File workingDirectory) throws IOException;
-}
Deleted: trunk/org.rubypeople.rdt.launching/src/org/rubypeople/rdt/internal/launching/StandardCommandExecutor.java
===================================================================
--- trunk/org.rubypeople.rdt.launching/src/org/rubypeople/rdt/internal/launching/StandardCommandExecutor.java 2007-01-19 21:07:05 UTC (rev 1822)
+++ trunk/org.rubypeople.rdt.launching/src/org/rubypeople/rdt/internal/launching/StandardCommandExecutor.java 2007-01-19 21:11:46 UTC (rev 1823)
@@ -1,13 +0,0 @@
-/**
- *
- */
-package org.rubypeople.rdt.internal.launching;
-
-import java.io.File;
-import java.io.IOException;
-
-class StandardCommandExecutor implements CommandExecutor {
- public Process exec(String[] command, File workingDirectory) throws IOException {
- return Runtime.getRuntime().exec(command, null, workingDirectory);
- }
-}
\ No newline at end of file
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|