summaryrefslogtreecommitdiff
path: root/build.properties
diff options
context:
space:
mode:
authorLuke Shumaker <lukeshu@sbcglobal.net>2016-01-18 13:57:13 -0500
committerLuke Shumaker <lukeshu@sbcglobal.net>2016-01-18 13:57:13 -0500
commitd7da4657e81c878d8a05f1c3b2a10bbb9fb7e704 (patch)
tree7010a4a70cd29d6aa3579d51f5e5e8a54f2d47ba /build.properties
parent55e57d8bb2a5524525258870d2a04f1f877303ef (diff)
oops, fix main class name
Diffstat (limited to 'build.properties')
-rw-r--r--build.properties2
1 files changed, 1 insertions, 1 deletions
diff --git a/build.properties b/build.properties
index 0d5fd76..297b61f 100644
--- a/build.properties
+++ b/build.properties
@@ -1,4 +1,4 @@
# Project specific information
-package=org.usfirst.frc.team4272.robot2015
+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