mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-26 01:51:41 +00:00
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:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user