Artifact artf3896, commented out line that deletes the folders/files in wpilib/tools so teams smartdashboard extensions don't get deleted on plugin update.

Change-Id: Ie738bf249a4dc8c300a3ed95a8178b8dc3ff6443
This commit is contained in:
jmanning
2015-06-18 13:52:22 -04:00
parent 1c9dffc301
commit 4b45b6a191

View File

@@ -120,8 +120,8 @@ public abstract class AbstractInstaller {
String.format("Could not update the old wpilib folder.%n"
+ "Please close any WPILib tools and restart Eclipse."));
}
else
removeFileHandler(installLocation, false);
//removeFileHandler(installLocation, false);
}
installLocation.mkdirs();