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

This commit is contained in:
Brad Miller (WPI)
2015-06-25 10:24:41 -07:00
committed by Gerrit Code Review

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();