1 ###############################################################################
2 # Copyright (c) 2000, 2010 IBM Corporation and others.
3 # All rights reserved. This program and the accompanying materials
4 # are made available under the terms of the Eclipse Public License v1.0
5 # which accompanies this distribution, and is available at
6 # http://www.eclipse.org/legal/epl-v10.html
9 # IBM Corporation - initial API and implementation
10 ###############################################################################
14 ####Even though marked as custom, the content of the build.properties needs to be updated to ensure correctness of RCP app exported
15 root.permissions.755=${launcherName}
17 root.win32.win32.x86=file:bin/win32/win32/x86/launcher.exe
18 root.win32.win32.x86.permissions.755=launcher.exe
19 root.win32.win32.x86_64=file:bin/win32/win32/x86_64/launcher.exe
20 root.win32.win32.x86_64.permissions.755=launcher.exe
22 root.linux.gtk.x86=bin/gtk/linux/x86,gtk_root
23 root.linux.gtk.x86.permissions.755=launcher,libcairo-swt.so
25 root.linux.gtk.ppc=bin/gtk/linux/ppc,gtk_root
26 root.linux.gtk.ppc.permissions.755=launcher
28 root.linux.gtk.ppc64=bin/gtk/linux/ppc64,gtk_root
29 root.linux.gtk.ppc64.permissions.755=launcher
31 root.macosx.cocoa.x86=bin/cocoa/macosx/x86
32 root.macosx.cocoa.x86.permissions.755=${launcherName}.app/Contents/MacOS/${launcherName}
34 root.macosx.cocoa.x86_64=bin/cocoa/macosx/x86_64
35 root.macosx.cocoa.x86_64.permissions.755=${launcherName}.app/Contents/MacOS/${launcherName}
37 root.aix.gtk.ppc64=bin/gtk/aix/ppc64
38 root.aix.gtk.ppc64.permissions.755=launcher
39 root.aix.gtk.ppc=bin/gtk/aix/ppc
40 root.aix.gtk.ppc.permissions.755=launcher
42 root.hpux.gtk.ia64=bin/gtk/hpux/ia64
43 root.hpux.gtk.ia64.permissions.755=launcher
45 root.solaris.gtk.x86=bin/gtk/solaris/x86
46 root.solaris.gtk.x86.permissions.755=launcher
47 root.solaris.gtk.sparc=bin/gtk/solaris/sparc
48 root.solaris.gtk.sparc.permissions.755=launcher
50 root.linux.gtk.x86_64=bin/gtk/linux/x86_64,gtk_root
51 root.linux.gtk.x86_64.permissions.755=libcairo-swt.so
53 root.linux.gtk.s390x=contributed/gtk/linux/s390x,gtk_root
54 root.linux.gtk.s390x.permissions.755=launcher
55 root.linux.gtk.s390=contributed/gtk/linux/s390,gtk_root
56 root.linux.gtk.s390.permissions.755=launcher