From: Tuukka Lehtonen Date: Mon, 26 Jun 2017 14:49:55 +0000 (+0300) Subject: Added README for target platform definition files X-Git-Tag: v1.31.0~294 X-Git-Url: https://gerrit.simantics.org/r/gitweb?p=simantics%2Fplatform.git;a=commitdiff_plain;h=6c64e573aad8f3a088a433d69acc9f8d8a43fa23 Added README for target platform definition files refs #7263 Change-Id: Idc8b8a8d87cc1b38be8cd2b963ba577a2fa30b05 --- diff --git a/releng/org.simantics.sdk.build.targetdefinition/README.md b/releng/org.simantics.sdk.build.targetdefinition/README.md new file mode 100644 index 000000000..978bb419b --- /dev/null +++ b/releng/org.simantics.sdk.build.targetdefinition/README.md @@ -0,0 +1,26 @@ +# Target platform definitions + +## org.simantics.sdk.build.targetdefinition.target + +The platform definition that is used for building the Simantics SDK itself. +It does not include any of the parts of the org.simantics.sdk feature which +defines the contents of the Simantics SDK. + +Essentially it includes all required Eclipse components and other third-party +external components required for building the Simantics SDK. + +See ../org.simantics.sdk.build.p2.site/ for how some of the external third-party +libraries are bundled for use with the Simantics SDK. + +## simantics.target + +Includes all the same components as *org.simantics.sdk.build.targetdefinition.target* +but also includes the Simantics SDK which is sourced from [http://www.simantics.org/download//sdk/](http://www.simantics.org/download//sdk/). + +Each platform repository branch can have its own separate download location online, e.g: +* [http://www.simantics.org/download/master/sdk/](http://www.simantics.org/download/master/sdk/) +* [http://www.simantics.org/download/release/1.28.0/sdk/](http://www.simantics.org/download/release/1.28.0/sdk/) +* [http://www.simantics.org/download/feature/scl/sdk/](http://www.simantics.org/download/feature/scl/sdk/) +* ... + +which the simantics.target definition then references to get the SDK bundles.