From 6c64e573aad8f3a088a433d69acc9f8d8a43fa23 Mon Sep 17 00:00:00 2001 From: Tuukka Lehtonen Date: Mon, 26 Jun 2017 17:49:55 +0300 Subject: [PATCH] Added README for target platform definition files refs #7263 Change-Id: Idc8b8a8d87cc1b38be8cd2b963ba577a2fa30b05 --- .../README.md | 26 +++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 releng/org.simantics.sdk.build.targetdefinition/README.md 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. -- 2.43.2