diff options
author | Luke Shumaker <lukeshu@lukeshu.com> | 2017-02-21 01:59:48 -0500 |
---|---|---|
committer | Luke Shumaker <lukeshu@lukeshu.com> | 2017-02-21 01:59:48 -0500 |
commit | 178f9cf75f06969b9349dda8d4cb1c425b27ed6f (patch) | |
tree | c2a11c05ef552007460fe141fb24b6379900a9ca /build.properties | |
parent | 9670a734f62f23c982c43697c074563eb2baf9c0 (diff) |
Rename from robot2016 to robot2017
Diffstat (limited to 'build.properties')
-rw-r--r-- | build.properties | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build.properties b/build.properties index f1d586e..0b89af4 100644 --- a/build.properties +++ b/build.properties @@ -1,5 +1,5 @@ # Project specific information -package=org.usfirst.frc.team4272.robot2016 +package=org.usfirst.frc.team4272.robot2017 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. |