diff options
Diffstat (limited to 'build.properties')
-rw-r--r-- | build.properties | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/build.properties b/build.properties index 297b61f..f1d586e 100644 --- a/build.properties +++ b/build.properties @@ -1,4 +1,6 @@ # Project specific information package=org.usfirst.frc.team4272.robot2016 robot.class=${package}.Robot -simulation.world.file=/usr/share/frcsim/worlds/GearsBotDemo.world
\ No newline at end of file +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
\ No newline at end of file |