From 1ec4ca0d7c6a516fa7a1a629687f1f222ba1b257 Mon Sep 17 00:00:00 2001 From: Chris Gerth Date: Thu, 12 Jan 2017 20:31:26 -0600 Subject: [PATCH] Added missing libs.deployDir Debug deploy target appeared to be missing libs.deployDir , which was preventing a successful debug deploy from eclipse. I"m not sure if this is all of the required changes (as I still have to manually restart the remote java application), but this does allow the deploy to go through as expected. --- .../src/main/resources/java-zip/ant/build.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/edu.wpi.first.wpilib.plugins.java/src/main/resources/java-zip/ant/build.xml b/edu.wpi.first.wpilib.plugins.java/src/main/resources/java-zip/ant/build.xml index e82d11e..c79dc98 100644 --- a/edu.wpi.first.wpilib.plugins.java/src/main/resources/java-zip/ant/build.xml +++ b/edu.wpi.first.wpilib.plugins.java/src/main/resources/java-zip/ant/build.xml @@ -189,7 +189,7 @@ - +