## IDE Setup It is recommended to using the latest Eclipse IDEs. Two plug-ins need to be installed into the IDE from P2 repositories: 1. Eclipse Target Platform Definition DSL and Generator from http://www.simantics.org/update/cbi/tpd/3.0.0-SNAPSHOT/ * Please read the detailed installation and basic use instructions from [the tool's website](https://github.com/eclipse-cbi/targetplatform-dsl) 2. Simantics Graph Compiler plug-in from http://www.simantics.org/update/utils/ * Allows the IDE to compile `/graph/*.pgraph` files into `/graph.tg` for installation into Simantics database. ## Building To build the platform, run: mvn package or to run unit tests as well: mvn verify