Ignore:
Timestamp:
11/24/06 01:02:41 (6 years ago)
Author:
sam
Message:
  • modif gestion appNameFull - pour avoir appNameFull également pour SCtest
  • Correction bug création chrome SCtest (mix entre chrome audio et overlay SCtest)
  • correction pb de profil SCtest (SCtest ne peut pas avoir le même profil que SCbuilder) : profil SCtest = t + profil(SCb)
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Bui_Core/xBuildClient.xml

    r7474 r7483  
    654654                <concat fixlastline="yes" append="false" destfile="${brandingDir}/brand.dtd${app.dynFileExtension}"><![CDATA[ 
    655655                        <!ENTITY  brandShortName        "${pAppName}"> 
    656                         <!ENTITY  brandFullName         "${app.name(fullName)}">             
     656                        <!ENTITY  brandFullName         "${pAppNameFull}">             
    657657                        <!ENTITY  vendorShortName       "${app.publisher}"> 
    658658                        <!ENTITY  releaseURL            "${app(url)}"> 
     
    662662                <concat fixlastline="yes" append="false" destfile="${brandingDir}/brand.properties${app.dynFileExtension}"><![CDATA[ 
    663663                        brandShortName=${pAppName} 
    664                         brandFullName=${app.name(fullName)} 
     664                        brandFullName=${pAppNameFull} 
    665665                        vendorShortName=${app.publisher} 
    666666                        copyright=${app.copyright} 
Note: See TracChangeset for help on using the changeset viewer.