]> gerrit.simantics Code Review - simantics/platform.git/blob - releng/org.simantics.sdk.build.targetdefinition/README.md
Added README for target platform definition files
[simantics/platform.git] / releng / org.simantics.sdk.build.targetdefinition / README.md
1 # Target platform definitions\r
2 \r
3 ## org.simantics.sdk.build.targetdefinition.target\r
4 \r
5 The platform definition that is used for building the Simantics SDK itself.\r
6 It does not include any of the parts of the org.simantics.sdk feature which\r
7 defines the contents of the Simantics SDK.\r
8 \r
9 Essentially it includes all required Eclipse components and other third-party\r
10 external components required for building the Simantics SDK.\r
11 \r
12 See ../org.simantics.sdk.build.p2.site/ for how some of the external third-party\r
13 libraries are bundled for use with the Simantics SDK.\r
14 \r
15 ## simantics.target\r
16 \r
17 Includes all the same components as *org.simantics.sdk.build.targetdefinition.target*\r
18 but also includes the Simantics SDK which is sourced from [http://www.simantics.org/download/<branch>/sdk/](http://www.simantics.org/download/<branch>/sdk/).\r
19 \r
20 Each platform repository branch can have its own separate download location online, e.g:\r
21 * [http://www.simantics.org/download/master/sdk/](http://www.simantics.org/download/master/sdk/)\r
22 * [http://www.simantics.org/download/release/1.28.0/sdk/](http://www.simantics.org/download/release/1.28.0/sdk/)\r
23 * [http://www.simantics.org/download/feature/scl/sdk/](http://www.simantics.org/download/feature/scl/sdk/)\r
24 * ...\r
25 \r
26 which the simantics.target definition then references to get the SDK bundles.\r