scripts/build.properties.SED
changeset 239 1daf15992259
parent 215 c9394af976fe
child 240 f20f92c25c50
equal deleted inserted replaced
238:977c9f9adc30 239:1daf15992259
    54 # archivesFormat. 
    54 # archivesFormat. 
    55 #groupConfigurations=true
    55 #groupConfigurations=true
    56 
    56 
    57 #The format of the archive. By default a zip is created using antZip.
    57 #The format of the archive. By default a zip is created using antZip.
    58 #The list can only contain the configuration for which the desired format is different than zip.
    58 #The list can only contain the configuration for which the desired format is different than zip.
    59 #archivesFormat=win32, win32, x86 - antZip& \
    59 archivesFormat=win32, win32, x86 - zip& \
    60 #	linux, gtk, ppc - antZip &\
    60     linux, gtk, x86 - zip& \
    61 #    linux, gtk, x86 - antZip& \
    61     macosx, cocoa, x86 - zip
    62 #	linux, gtk, x86_64 - antZip& \
       
    63 # linux, motif, x86 - antZip& \
       
    64 #	solaris, motif, sparc - antZip& \
       
    65 #	solaris, gtk, sparc - antZip& \
       
    66 #	aix, motif, ppc - antZip& \
       
    67 #	hpux, motif, PA_RISC - antZip& \
       
    68 #	macosx, carbon, ppc - antZip
       
    69 
    62 
    70 #Allow cycles involving at most one bundle that needs to be compiled with the rest being binary bundles.
    63 #Allow cycles involving at most one bundle that needs to be compiled with the rest being binary bundles.
    71 allowBinaryCycles = true
    64 allowBinaryCycles = true
    72 
    65 
    73 #Sort bundles depenedencies across all features instead of just within a given feature.
    66 #Sort bundles depenedencies across all features instead of just within a given feature.