Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'bundles/org.eclipse.equinox.executable/target.build.properties')
-rw-r--r--bundles/org.eclipse.equinox.executable/target.build.properties42
1 files changed, 42 insertions, 0 deletions
diff --git a/bundles/org.eclipse.equinox.executable/target.build.properties b/bundles/org.eclipse.equinox.executable/target.build.properties
new file mode 100644
index 000000000..1bc86ee8f
--- /dev/null
+++ b/bundles/org.eclipse.equinox.executable/target.build.properties
@@ -0,0 +1,42 @@
+###############################################################################
+# Copyright (c) 2000, 2005 IBM Corporation and others.
+# All rights reserved. This program and the accompanying materials
+# are made available under the terms of the Eclipse Public License v1.0
+# which accompanies this distribution, and is available at
+# http://www.eclipse.org/legal/epl-v10.html
+#
+# Contributors:
+# IBM Corporation - initial API and implementation
+###############################################################################
+
+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=file:bin/startup.jar
+root.permissions.755=${launcherName}
+
+root.win32.win32.x86=bin/win32/win32/x86
+
+root.linux.gtk.x86=bin/gtk/linux/x86,gtk_root
+root.linux.gtk.x86.permissions.755=libcairo-swt.so
+
+root.macosx.carbon.ppc=bin/carbon/macosx/ppc
+root.macosx.carbon.ppc.permissions.755=${launcherName}.app/Contents/MacOS/${launcherName}, ${launcherName}.app/Contents/Resources/Splash.app/Contents/MacOS/${launcherName}
+
+root.macosx.carbon.x86=bin/carbon/macosx/x86
+root.macosx.carbon.x86.permissions.755=${launcherName}.app/Contents/MacOS/${launcherName}, ${launcherName}.app/Contents/Resources/Splash.app/Contents/MacOS/${launcherName}
+
+root.aix.motif.ppc=bin/motif/aix/ppc
+
+root.hpux.motif.PA_RISC=bin/motif/hpux/PA_RISC
+
+root.solaris.motif.sparc=bin/motif/solaris/sparc
+root.solaris.gtk.sparc=bin/gtk/solaris/sparc
+
+root.linux.gtk.x86_64=bin/gtk/linux/x86_64,gtk_root
+root.linux.gtk.x86_64.permissions.755=libcairo-swt.so
+
+root.qnx.photon.x86=bin/photon/qnx/x86
+
+root.linux.motif.x86=bin/motif/linux/x86,motif_root
+root.linux.motif.x86.permissions.755=libXm.so.2,libcairo-swt.so \ No newline at end of file

Back to the top