Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Watson2014-05-09 13:55:39 +0000
committerThomas Watson2014-05-09 13:55:39 +0000
commit33c8642f88ff77cc7a075266bb3d1c6a652b38f4 (patch)
treecf5568467eac6f7e47dcf5ff98aeaa8b5651734c /features/org.eclipse.equinox.executable.feature/build.properties
parent341a113fe3f56b4d8cea6e5cb0c378e6e1a93174 (diff)
downloadrt.equinox.framework-33c8642f88ff77cc7a075266bb3d1c6a652b38f4.tar.gz
rt.equinox.framework-33c8642f88ff77cc7a075266bb3d1c6a652b38f4.tar.xz
rt.equinox.framework-33c8642f88ff77cc7a075266bb3d1c6a652b38f4.zip
Bug 421439 - remove unsupported platforms from delta packI20140512-2000I20140511-2000I20140510-1500I20140509-2000
Change-Id: I38e838e8e42653ced775b5f838a535aad5dbfc23 Signed-off-by: Thomas Watson <tjwatson@us.ibm.com>
Diffstat (limited to 'features/org.eclipse.equinox.executable.feature/build.properties')
-rw-r--r--features/org.eclipse.equinox.executable.feature/build.properties12
1 files changed, 5 insertions, 7 deletions
diff --git a/features/org.eclipse.equinox.executable.feature/build.properties b/features/org.eclipse.equinox.executable.feature/build.properties
index 841e3078a..08cd96991 100644
--- a/features/org.eclipse.equinox.executable.feature/build.properties
+++ b/features/org.eclipse.equinox.executable.feature/build.properties
@@ -13,16 +13,14 @@
bin.includes = bin/,\
feature.xml,\
feature.properties,\
- gtk_root/,\
- motif_root/,\
- contributed/
+ gtk_root/
####Even though marked as custom, the content of the build.properties needs to be updated to ensure correctness of RCP app exported
#root.permissions.755=${launcherName}
-root.win32.win32.x86=file:bin/win32/win32/x86/launcher.exe
+root.win32.win32.x86=bin/win32/win32/x86
root.win32.win32.x86.permissions.755=launcher.exe
-root.win32.win32.x86_64=file:bin/win32/win32/x86_64/launcher.exe
+root.win32.win32.x86_64=bin/win32/win32/x86_64
root.win32.win32.x86_64.permissions.755=launcher.exe
root.linux.gtk.x86=bin/gtk/linux/x86,gtk_root
@@ -56,9 +54,9 @@ root.solaris.gtk.sparc.permissions.755=launcher
root.linux.gtk.x86_64=bin/gtk/linux/x86_64,gtk_root
root.linux.gtk.x86_64.permissions.755=libcairo-swt.so
-root.linux.gtk.s390x=contributed/gtk/linux/s390x,gtk_root
+root.linux.gtk.s390x=bin/gtk/linux/s390x,gtk_root
root.linux.gtk.s390x.permissions.755=launcher
-root.linux.gtk.s390=contributed/gtk/linux/s390,gtk_root
+root.linux.gtk.s390=bin/gtk/linux/s390,gtk_root
root.linux.gtk.s390.permissions.755=launcher

Back to the top