# HG changeset patch # User Eugene Ostroukhov # Date 1268247049 28800 # Node ID 1daf15992259f569e94bd0af9ae26387ae343845 # Parent 977c9f9adc30f45f40fef28327a8274a65203d52 Bug 1928 - launcher is not executible on Linux and Mac OS X diff -r 977c9f9adc30 -r 1daf15992259 scripts/build.properties.SED --- a/scripts/build.properties.SED Wed Mar 10 09:22:00 2010 -0800 +++ b/scripts/build.properties.SED Wed Mar 10 10:50:49 2010 -0800 @@ -56,16 +56,9 @@ #The format of the archive. By default a zip is created using antZip. #The list can only contain the configuration for which the desired format is different than zip. -#archivesFormat=win32, win32, x86 - antZip& \ -# linux, gtk, ppc - antZip &\ -# linux, gtk, x86 - antZip& \ -# linux, gtk, x86_64 - antZip& \ -# linux, motif, x86 - antZip& \ -# solaris, motif, sparc - antZip& \ -# solaris, gtk, sparc - antZip& \ -# aix, motif, ppc - antZip& \ -# hpux, motif, PA_RISC - antZip& \ -# macosx, carbon, ppc - antZip +archivesFormat=win32, win32, x86 - zip& \ + linux, gtk, x86 - zip& \ + macosx, cocoa, x86 - zip #Allow cycles involving at most one bundle that needs to be compiled with the rest being binary bundles. allowBinaryCycles = true