From bec864fe5ed101bb32fbedfced5e752eb514b848 Mon Sep 17 00:00:00 2001 From: Luke Shumaker Date: Wed, 27 Jan 2016 18:00:24 -0500 Subject: tidy project files --- .classpath | 2 +- .gitignore | 1 + build.properties | 4 +++- sysProps.xml | Bin 6125 -> 0 bytes 4 files changed, 5 insertions(+), 2 deletions(-) delete mode 100644 sysProps.xml diff --git a/.classpath b/.classpath index daf6ebb..0c0ebaf 100644 --- a/.classpath +++ b/.classpath @@ -2,6 +2,6 @@ - + diff --git a/.gitignore b/.gitignore index 373e0e2..abc3db7 100644 --- a/.gitignore +++ b/.gitignore @@ -3,3 +3,4 @@ /build/ /dist/ /doc/ +/sysProps.xml 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 diff --git a/sysProps.xml b/sysProps.xml deleted file mode 100644 index 5f0a23c..0000000 Binary files a/sysProps.xml and /dev/null differ -- cgit v1.2.3