Changeset 7474 for trunk/Bui_Core/xBuildClient.xml
- Timestamp:
- 11/23/06 22:00:56 (6 years ago)
- File:
-
- 1 edited
-
trunk/Bui_Core/xBuildClient.xml (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Bui_Core/xBuildClient.xml
r7137 r7474 654 654 <concat fixlastline="yes" append="false" destfile="${brandingDir}/brand.dtd${app.dynFileExtension}"><![CDATA[ 655 655 <!ENTITY brandShortName "${pAppName}"> 656 <!ENTITY brandFullName "${ pAppName}">656 <!ENTITY brandFullName "${app.name(fullName)}"> 657 657 <!ENTITY vendorShortName "${app.publisher}"> 658 658 <!ENTITY releaseURL "${app(url)}"> … … 662 662 <concat fixlastline="yes" append="false" destfile="${brandingDir}/brand.properties${app.dynFileExtension}"><![CDATA[ 663 663 brandShortName=${pAppName} 664 brandFullName=${ pAppName}664 brandFullName=${app.name(fullName)} 665 665 vendorShortName=${app.publisher} 666 666 copyright=${app.copyright}
Note: See TracChangeset
for help on using the changeset viewer.