org.eclipse.e4.tools ========================= Repository for the additional tools to analyse and develop Eclipse based applications. Currently this repo hosts mainly the "spies", which allows to analyse different parts of an Eclipse application. How to build ============ Use the following command to build the components in this repository. ``` mvn clean verify ```