From 2fdb7c8ebab2f35db79d7718b4525cbe33879d2c Mon Sep 17 00:00:00 2001 From: Fredric Silberberg Date: Tue, 11 Nov 2014 14:13:19 -0500 Subject: [PATCH] athena-deploy now calls the clean step to deal with a known ant issue where it does not detect changed constants. This addresses art3766. Change-Id: I0bead9f585c610bb10faef3494c0b3358a79447f --- .../src/main/resources/java-zip/ant/build.xml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/eclipse-plugins/edu.wpi.first.wpilib.plugins.java/src/main/resources/java-zip/ant/build.xml b/eclipse-plugins/edu.wpi.first.wpilib.plugins.java/src/main/resources/java-zip/ant/build.xml index d7249c3397..47b2fb0ee3 100644 --- a/eclipse-plugins/edu.wpi.first.wpilib.plugins.java/src/main/resources/java-zip/ant/build.xml +++ b/eclipse-plugins/edu.wpi.first.wpilib.plugins.java/src/main/resources/java-zip/ant/build.xml @@ -66,7 +66,11 @@ - + + [athena-deploy] Copying code over.