Changeset 7474
- Timestamp:
- 11/23/06 22:00:56 (5 years ago)
- Location:
- trunk/Bui_Core
- Files:
-
- 2 edited
-
properties.xml (modified) (1 diff)
-
xBuildClient.xml (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Bui_Core/properties.xml
r7272 r7474 44 44 <!-- property auto construites : valeurs par défaut --> 45 45 <property name="app.name(shortName)" value="${app.name}"/> 46 <property name="app.name(fullName)" value="${app.name}${app.version(major)}.${app.version(medium)}"/> 46 47 <property name="app.name(id)" value="${app.name}"/> 47 48 <property name="app.profile(name)" value="${app.name(id)}.${app.version(major)}.${app.version(medium)}"/> -
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.