diff --git a/eclipse-plugins/edu.wpi.first.wpilib.plugins.java/resources/templates/examples/examples.xml b/eclipse-plugins/edu.wpi.first.wpilib.plugins.java/resources/templates/examples/examples.xml
index e85e2396b3..e6ff145b3a 100755
--- a/eclipse-plugins/edu.wpi.first.wpilib.plugins.java/resources/templates/examples/examples.xml
+++ b/eclipse-plugins/edu.wpi.first.wpilib.plugins.java/resources/templates/examples/examples.xml
@@ -19,7 +19,67 @@
Getting Started with Java
Examples for getting started with FRC Java
-
+
+
+ Actuators
+ Example programs that demonstrate the use of various actuators
+
+
+
+ Analog
+ Examples programs that show different uses of analog inputs,
+ outputs and various analog sensors
+
+
+
+ CAN
+ Example programs that demonstrate the use of the CAN components in the control system
+
+
+
+ Complete List
+ Complete list of all sample programs across all categories
+
+
+
+ Digital
+ Example programs that demonstrate the sensors that use the digital I/O ports
+
+
+
+ I2C
+ Example programs that demonstrate the use of I2C and various sensors that use it
+
+
+
+ Joystick
+ Example programs that demonstate different uses of joysticks for robot driving
+
+
+
+ Pneumatics
+ Example programs that demonstrate the use of the compressor and solenoids
+
+
+
+ Robot and Motor
+ Example programs that demonstrate driving a robot and motors including safety, servos, etc.
+
+
+
+ SPI
+ Example programs that demonstrate the use of the SPI bus and sensors that connect to it
+
+
+
+ Safety
+ Example programs that demonstate the motor safety classes and how to use them with your programs
+
+
+
+ Sensors
+ Example programs that demonstrate the use of the various commonly used sensors on FRC robots
+
Getting Started
@@ -41,7 +101,11 @@
Tank Drive
Demonstrate the use of the RobotDrive class doing teleop driving with tank steering
- Getting Started with Java
+ Actuators
+ Complete List
+ Joystick
+ Robot and Motor
+ Safety
src/$package-dir