1 ############################################################################### 2 # Copyright (c) 2006 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 7 # 8 # Contributors: 9 # IBM Corporation - initial API and implementation 10 ############################################################################### 11 # The chmod and links must indicate a path relative to the root directory. 12 13 # List the files and folders to be copied into the root of eclipse for all platform 14 # configurations 15 root=epl-v10.html, notice.html, configuration/, startup.jar, .eclipseproduct, eclipse.ini, readme/ 16 root.permissions.755=eclipse,*.so* 17 root.macosx.carbon.ppc.permissions.755=Eclipse.app/Contents/MacOS/eclipse 18 19 root.win32.win32.x86=eclipse.exe, eclipsec.exe 20 root.linux.motif.x86=eclipse,libcairo-swt.so,libXm.so.2,about_files/,about.html,icon.xpm 21 root.linux.gtk.x86=eclipse,libcairo-swt.so,about_files/,about.html,icon.xpm 22 root.linux.gtk.x86_64=eclipse,libcairo-swt.so,about_files/,about.html,icon.xpm 23 root.linux.gtk.ppc=eclipse 24 root.macosx.carbon.ppc=eclipse,Eclipse.app/ 25 root.macosx.carbon.ppc.link=Eclipse.app/Contents/MacOS/eclipse,eclipse,../../../MacOS,Eclipse.app/Contents/Resources/Splash.app/Contents/MacOS 26 root.aix.motif.ppc=eclipse 27 root.hpux.motif.PA_RISC=eclipse 28 root.solaris.gtk.sparc=eclipse,Eclipse.l.pm,Eclipse.m.pm,Eclipse.s.pm,Eclipse.t.pm 29