Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
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