This commit changes the build to use a WPILib distribution inside the libs folder. If the installation is not there, the Ant build will automatically download it via the standard WPILib Eclipse Update Site, and extract the Java-related artifacts into the libs/wpilib directory. The Eclipse projects were also changed to use this local installation.
A local installation of WPILib will greatly improve consistency between different developers, and help us to maintain Strongback versions/branches that use different versions of WPILib.
This commit changes the build to use a WPILib distribution inside the
libs
folder. If the installation is not there, the Ant build will automatically download it via the standard WPILib Eclipse Update Site, and extract the Java-related artifacts into thelibs/wpilib
directory. The Eclipse projects were also changed to use this local installation.A local installation of WPILib will greatly improve consistency between different developers, and help us to maintain Strongback versions/branches that use different versions of WPILib.
Closes #20