Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLars Vogel2016-07-08 12:31:47 +0000
committerAlexander Kurtakov2016-07-14 07:39:41 +0000
commit3abea625b51e982ee0eb5e0d3def66f52d16d2ad (patch)
tree72d3c58350eae83d22d310e44316bbe7ac23cd1e
parentdde7b314167d13bbb357525231b0ffc20c4feb2e (diff)
downloadeclipse.platform.swt-3abea625b51e982ee0eb5e0d3def66f52d16d2ad.tar.gz
eclipse.platform.swt-3abea625b51e982ee0eb5e0d3def66f52d16d2ad.tar.xz
eclipse.platform.swt-3abea625b51e982ee0eb5e0d3def66f52d16d2ad.zip
Bug 497558 - Add minimal Readme.md to org.eclipse.swt for setting the
classpath Adds the information that the SWT fragments are also needed. Change-Id: Idd3220eab40acdc35713f2ef8195ddb9c3739281 Signed-off-by: Lars Vogel <Lars.Vogel@vogella.com>
-rw-r--r--bundles/org.eclipse.swt/Readme.md10
1 files changed, 9 insertions, 1 deletions
diff --git a/bundles/org.eclipse.swt/Readme.md b/bundles/org.eclipse.swt/Readme.md
index c8ada82223..953641ebe2 100644
--- a/bundles/org.eclipse.swt/Readme.md
+++ b/bundles/org.eclipse.swt/Readme.md
@@ -16,8 +16,16 @@ For this, rename one of the following files to .classpath.
To see these files you may have to remove the filter for .file in the Project Explorer.
Use the view menu and Custimize View entry for this.
+
+Dependencies:
+-------------
+
+You also need to clone https://git.eclipse.org/r/#/admin/projects/platform/eclipse.platform.swt.binaries git repository
+and ensure that the fragment matching your windowing_system.operating_system.cpu_architecture (e.g. org.eclipse.swt.gtk.linux.x86_64).
+The fragments provide the platform specific implementations.
+
+
More Information:
-----------------
See the Readme.md in the main directory of the Git repository for this project to learn more about SWT development.
-

Back to the top