Modified simulation debs to exclude building the toolchain.

Note: it currently doesn't seem to build due to a previous change that
needs further investigation.

Change-Id: I1a7f90a66d972b85541939f42e1afcb76f2fb9f4
This commit is contained in:
Alex Henning
2014-09-24 22:38:04 -04:00
parent 35f1aded63
commit e6c56e4446
2 changed files with 6 additions and 6 deletions

View File

@@ -7,7 +7,7 @@ Build-Depends: debhelper (>= 9)
Package: frcsim-eclipse-plugins
Architecture: all
Depends: ${shlibs:Depends}, ${misc:Depends}, eclipse, eclipse-jdt, eclipse-cdt, eclipse-rse, eclipse-cdt-launch-remote, frcsim-eclipse-toolchain-plugin, g++, libwebkitgtk-1.0-0, frcsim-libwpilibsim-cpp
Depends: ${shlibs:Depends}, ${misc:Depends}, eclipse, eclipse-jdt, eclipse-cdt, eclipse-rse, eclipse-cdt-launch-remote, g++, libwebkitgtk-1.0-0, frcsim-libwpilibsim-cpp
Description: FRC plugin for developing code for RoboRIO and WPILibSim.
This plugin allows the usage of eclipse for development of WPILib
robot code for the RoboRIO and simulation in gazebo.