This README_DEV explains how to integrate InteGrade in Eclipse from scratch and build templates so other can use the much easier README.

# TODO: Write the first steps

================================================================================
=============== BEGIN How to link a folder in an Eclipse Project ===============
================================================================================

Create a new Java Project and then File -> New -> Folder. Click on Advanced and mark Link to Folder in the file system.

================================================================================
================ BEGIN Force eclipse to use a custom build.xml =================
================================================================================

Run -> External Tools -> External Tools Configurations...

Ant Build

Project -> Properties -> Builders -> New... -> Ant Builder

Buildfile = Browse Workspace... and choose the build.xml

Base Directory = Browse Workspace... and choose the directory where the build.xml is located.

Now choose Targets tab and next to During a "Clean" click on Set Targets... and choose only the clean target.

Back to the Builders window, put the new builder above "Java Builder" (click on the new builder and then on Up button) and it's done!

================================================================================
=================== BEGIN How to include default JUnit/JRE =====================
================================================================================

Project -> Properties -> Java Build Path -> Libraries, Add Library...

Choose JUnit or JRE System Library
