Squashed 'third_party/Phoenix-frc-lib/' content from commit 666d176
Change-Id: Ibaca2fc8ffb1177e786576cc1e4cc9f7a8c98f13
git-subtree-dir: third_party/Phoenix-frc-lib
git-subtree-split: 666d176a08151793044ab74e0005f13d3732ed96
diff --git a/java/build.properties b/java/build.properties
new file mode 100644
index 0000000..d17072e
--- /dev/null
+++ b/java/build.properties
@@ -0,0 +1,7 @@
+# Project specific information
+package=com.ctre
+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=C:/temp/ecl
+#userLibs=c:\temp #${user.home}/wpilib/user/lib
\ No newline at end of file