Bug 575840 - Model spy should also define e4.tools as dependency

Without this dependency the e4.tools is not added anymore to the runtime
due to the change in Bug
575237.

Change-Id: I92434794cef66df3866b9756befa32b384c24ade
Signed-off-by: Lars Vogel <Lars.Vogel@vogella.com>
1 file changed
tree: bd3eb4d3684ae858db77211b7755fc3bf55b5dc1
  1. .settings/
  2. build/
  3. bundles/
  4. features/
  5. .gitignore
  6. .project
  7. pom.xml
  8. README.MD
README.MD

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