/**
    Clone the repository and select the branch
    
/**
    Add the external libraries. 
    	commons-logging-1.1.2.jar
    	httpclient-4.5.6.jar
    	httpcore-4.4.10.jar
    	
    	Right Click -> build path -> configure - added to classpath from wherever they are are. 
    		they are stored in the repo under addDependencies
    		
/**
    copy the headsupIcon.png file from the src folder into the bin folder 
    (if not there already. may have to do this after every clean/build)
    
    
