mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-19 00:41:43 +00:00
Added the v22 libraries and headers, and updated the minimum version number to version 22 Change-Id: Ie89dcde0212f164296c01e906b3ee9f332fb0b02
17 lines
426 B
Properties
17 lines
426 B
Properties
# Deployment information
|
|
username=lvuser
|
|
password=
|
|
deploy.dir=/home/lvuser
|
|
deploy.kill.command=/usr/local/frc/bin/frcKillRobot.sh -t -r
|
|
command.dir=/home/lvuser/
|
|
|
|
# Libraries to use
|
|
wpilib=${user.home}/wpilib/cpp/${cpp-version}
|
|
wpilib.lib=${wpilib}/lib
|
|
roboRIOAllowedImages=22
|
|
|
|
# Ant support
|
|
wpilib.ant.dir=${wpilib}/ant
|
|
jsch.jar=${wpilib.ant.dir}/jsch-0.1.50.jar
|
|
classloadertask.jar=${wpilib.ant.dir}/ant-classloadertask.jar
|