Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--bundles/org.eclipse.equinox.executable/target.build.properties8
1 files changed, 4 insertions, 4 deletions
diff --git a/bundles/org.eclipse.equinox.executable/target.build.properties b/bundles/org.eclipse.equinox.executable/target.build.properties
index a106bff94..f9459915f 100644
--- a/bundles/org.eclipse.equinox.executable/target.build.properties
+++ b/bundles/org.eclipse.equinox.executable/target.build.properties
@@ -14,10 +14,10 @@ custom = true
####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/eclipse.exe
-root.win32.win32.x86_64=file:bin/win32/win32/x86_64/eclipse.exe
-root.win32.win32.x86_64=file:contributed/win32/win32/ia64/eclipse.exe
-root.win32.wpf.x86=file:bin/wpf/win32/x86/eclipse.exe
+root.win32.win32.x86=file:bin/win32/win32/x86/launcher.exe
+root.win32.win32.x86_64=file:bin/win32/win32/x86_64/launcher.exe
+root.win32.win32.x86_64=file:contributed/win32/win32/ia64/launcher.exe
+root.win32.wpf.x86=file:bin/wpf/win32/x86/launcher.exe
root.linux.gtk.x86=bin/gtk/linux/x86,gtk_root
root.linux.gtk.x86.permissions.755=libcairo-swt.so

Back to the top