Changeset 7483 for trunk/Bui_Core/xBuildClient.xml
- Timestamp:
- 11/24/06 01:02:41 (6 years ago)
- File:
-
- 1 edited
-
trunk/Bui_Core/xBuildClient.xml (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Bui_Core/xBuildClient.xml
r7474 r7483 654 654 <concat fixlastline="yes" append="false" destfile="${brandingDir}/brand.dtd${app.dynFileExtension}"><![CDATA[ 655 655 <!ENTITY brandShortName "${pAppName}"> 656 <!ENTITY brandFullName "${ app.name(fullName)}">656 <!ENTITY brandFullName "${pAppNameFull}"> 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=${ app.name(fullName)}664 brandFullName=${pAppNameFull} 665 665 vendorShortName=${app.publisher} 666 666 copyright=${app.copyright}
Note: See TracChangeset
for help on using the changeset viewer.