diff options
author | Luke Shumaker <lukeshu@sbcglobal.net> | 2016-01-27 18:00:24 -0500 |
---|---|---|
committer | Luke Shumaker <lukeshu@sbcglobal.net> | 2016-01-27 18:00:24 -0500 |
commit | bec864fe5ed101bb32fbedfced5e752eb514b848 (patch) | |
tree | 83dfd8b8196b009d23ff88c0ec07c82b4c93c554 | |
parent | 07891185449d9c400627d5ad088bfe65ae5ca817 (diff) |
tidy project files
-rw-r--r-- | .classpath | 2 | ||||
-rw-r--r-- | .gitignore | 1 | ||||
-rw-r--r-- | build.properties | 4 | ||||
-rw-r--r-- | sysProps.xml | bin | 6125 -> 0 bytes |
4 files changed, 5 insertions, 2 deletions
@@ -2,6 +2,6 @@ <classpathentry kind="src" path="src"/> <classpathentry kind="var" path="wpilib" sourcepath="wpilib.sources"/> <classpathentry kind="var" path="networktables" sourcepath="networktables.sources"/> - <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.6"/> + <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.8"/> <classpathentry kind="output" path="bin"/> </classpath> @@ -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 Binary files differdeleted file mode 100644 index 5f0a23c..0000000 --- a/sysProps.xml +++ /dev/null |