Changeset 7474


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

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

Location:
trunk/Bui_Core
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Bui_Core/properties.xml

    r7272 r7474  
    4444        <!-- property auto construites : valeurs par défaut --> 
    4545        <property name="app.name(shortName)" value="${app.name}"/> 
     46        <property name="app.name(fullName)" value="${app.name}${app.version(major)}.${app.version(medium)}"/> 
    4647        <property name="app.name(id)" value="${app.name}"/> 
    4748        <property name="app.profile(name)" value="${app.name(id)}.${app.version(major)}.${app.version(medium)}"/> 
  • 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.