Ignore:
Timestamp:
11/23/06 22:00:56 (6 years ago)
Author:
anp
Message:

différentiation app.name et app.shortname dans brand.properties

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Bui_Core/xBuildClient.xml

    r7137 r7474  
    654654                <concat fixlastline="yes" append="false" destfile="${brandingDir}/brand.dtd${app.dynFileExtension}"><![CDATA[ 
    655655                        <!ENTITY  brandShortName        "${pAppName}"> 
    656                         <!ENTITY  brandFullName         "${pAppName}">             
     656                        <!ENTITY  brandFullName         "${app.name(fullName)}">             
    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=${pAppName} 
     664                        brandFullName=${app.name(fullName)} 
    665665                        vendorShortName=${app.publisher} 
    666666                        copyright=${app.copyright} 
Note: See TracChangeset for help on using the changeset viewer.