mirror of
https://github.com/Team4388/2018-Robot.git
synced 2026-06-09 00:38:04 -06:00
8 lines
374 B
Properties
8 lines
374 B
Properties
|
|
# Project specific information
|
||
|
|
package=org.usfirst.frc4388.robot
|
||
|
|
robot.class=${package}.Robot
|
||
|
|
simulation.world.file=/usr/share/frcsim/worlds/GearsBotDemo.world
|
||
|
|
#Uncomment and point at user libraries to include them in the build. Do not put libraries in the \wpilib\java folder, this folder is completely overwritten on plugin update.
|
||
|
|
#userLibs=${user.home}/wpilib/user/lib
|
||
|
|
|