]> gerrit.simantics Code Review - simantics/platform.git/blobdiff - 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
diff --git a/releng/org.simantics.sdk.build.targetdefinition/README.md b/releng/org.simantics.sdk.build.targetdefinition/README.md
new file mode 100644 (file)
index 0000000..978bb41
--- /dev/null
@@ -0,0 +1,26 @@
+# Target platform definitions\r
+\r
+## org.simantics.sdk.build.targetdefinition.target\r
+\r
+The platform definition that is used for building the Simantics SDK itself.\r
+It does not include any of the parts of the org.simantics.sdk feature which\r
+defines the contents of the Simantics SDK.\r
+\r
+Essentially it includes all required Eclipse components and other third-party\r
+external components required for building the Simantics SDK.\r
+\r
+See ../org.simantics.sdk.build.p2.site/ for how some of the external third-party\r
+libraries are bundled for use with the Simantics SDK.\r
+\r
+## simantics.target\r
+\r
+Includes all the same components as *org.simantics.sdk.build.targetdefinition.target*\r
+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
+\r
+Each platform repository branch can have its own separate download location online, e.g:\r
+* [http://www.simantics.org/download/master/sdk/](http://www.simantics.org/download/master/sdk/)\r
+* [http://www.simantics.org/download/release/1.28.0/sdk/](http://www.simantics.org/download/release/1.28.0/sdk/)\r
+* [http://www.simantics.org/download/feature/scl/sdk/](http://www.simantics.org/download/feature/scl/sdk/)\r
+* ...\r
+\r
+which the simantics.target definition then references to get the SDK bundles.\r