]> gerrit.simantics Code Review - simantics/platform.git/blob - README.md
Expose proxied subject in GroupProxySymbolItem
[simantics/platform.git] / README.md
1 ## IDE Setup
2
3 It is recommended to using the latest Eclipse IDEs.
4
5 Two plug-ins need to be installed into the IDE from P2 repositories:
6 1. Eclipse Target Platform Definition DSL and Generator from http://www.simantics.org/update/cbi/tpd/3.0.0-SNAPSHOT/
7    * Please read the detailed installation and basic use instructions
8      from [the tool's website](https://github.com/eclipse-cbi/targetplatform-dsl)
9 2. Simantics Graph Compiler plug-in from http://www.simantics.org/update/utils/
10    * Allows the IDE to compile `<bundle>/graph/*.pgraph` files
11      into `<bundle>/graph.tg` for installation into Simantics database.
12
13 ## Building
14
15 To build the platform, run:
16 mvn -s settings.xml package
17
18 or to run unit tests as well:
19 mvn -s settings.xml verify
20
21 If you're building the platform inside Eclipse IDE, remember to give
22 the settings.xml file to the Maven / User Settings preference page
23 User Settings field.