Updated eclipse plugins to check for the 2016v10 image instead of 2015v23.

This should really be moved to a top-level config file later

Change-Id: I28b26a4be02a0bd2fe74a416c96db13f522e4b8e
This commit is contained in:
Sam Carlberg
2015-10-06 14:32:44 -04:00
parent 29e54a9899
commit 1309533a48
4 changed files with 4 additions and 4 deletions

View File

@@ -20,7 +20,7 @@ networktables.sources=${wpilib.lib}/NetworkTables-sources.jar
#jnaerator.jar=${wpilib.lib}/jnaerator-runtime.jar
#classpath=${wpilib.jar}:${networktables.jar}:${jna.jar}:${jnaerator.jar}
classpath=${wpilib.jar}:${networktables.jar}
roboRIOAllowedImages=23
roboRIOAllowedImages=10
# Ant support
wpilib.ant.dir=${wpilib}/ant