Move user program to home\lvuser based on comments from Joe

Change-Id: I289cfb4603a4ead6641161191129cb5ca0ea9858
This commit is contained in:
Kevin O'Connor
2014-09-12 17:01:45 -04:00
parent 5b2520c35f
commit 8c395ca292
6 changed files with 6 additions and 6 deletions

View File

@@ -154,7 +154,7 @@ public class DeployLaunchShortcut implements ILaunchShortcut
"Debug/FRCUserProgram");
config.setAttribute("org.eclipse.cdt.dsf.gdb.DEBUG_NAME", "arm-frc-linux-gnueabi-gdb");
config.setAttribute(IRemoteConnectionConfigurationConstants.ATTR_REMOTE_PATH, "/home/admin/FRCUserProgram");
config.setAttribute(IRemoteConnectionConfigurationConstants.ATTR_REMOTE_PATH, "/home/lvuser/FRCUserProgram");
config.setAttribute(IRemoteConnectionConfigurationConstants.ATTR_REMOTE_CONNECTION, remote_connection);
config.setAttribute(IRemoteConnectionConfigurationConstants.ATTR_SKIP_DOWNLOAD_TO_TARGET, false);
config.setAttribute(IRemoteConnectionConfigurationConstants.ATTR_GDBSERVER_PORT, "2345");

View File

@@ -1 +1 @@
/home/admin/FRCUserProgram
/home/lvuser/FRCUserProgram