Changeset 7483
- Timestamp:
- 11/24/06 01:02:41 (5 years ago)
- Location:
- trunk
- Files:
-
- 8 edited
-
Bui_Core/properties.xml (modified) (1 diff)
-
Bui_Core/xBuildClient.xml (modified) (2 diffs)
-
Bui_scBuilder/build.xml (modified) (3 diffs)
-
Bui_scChain/build.xml (modified) (1 diff)
-
Xul_Cms/content/scenaricms/about/about.xul (modified) (2 diffs)
-
Xul_CmsChain/content/scenaricmschain/overideDeskWsp.xul (modified) (1 diff)
-
Xul_CmsClient/content/scenaricmsclient/overideDeskWsp.xul (modified) (1 diff)
-
Xul_CmsTest/content/scenaricmstest/overideDeskWsp.xul (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Bui_Core/properties.xml
r7474 r7483 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 <property name="app.name(fullName)" value="${app.name} ${app.version(major)}.${app.version(medium)}"/> 47 47 <property name="app.name(id)" value="${app.name}"/> 48 48 <property name="app.profile(name)" value="${app.name(id)}.${app.version(major)}.${app.version(medium)}"/> -
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} -
trunk/Bui_scBuilder/build.xml
r7447 r7483 187 187 188 188 <property name="pAppName" value="${app.name}"/> 189 <property name="pAppNameFull" value="${app.name(fullName)}"/> 189 190 <property name="pProfileName" value="${app.profile(name)}"/> 190 191 <property name="pAppId" value="${app.id}"/> … … 284 285 285 286 <property name="pAppName" value="${sctest.name}"/> 286 <property name="pProfileName" value="${app.profile(name)}"/> 287 <property name="pAppNameFull" value="${sctest.name} ${app.version(major)}.${app.version(medium)}"/> 288 <property name="pProfileName" value="t${app.profile(name)}"/> 287 289 <property name="pAppId" value="${sctest.id}"/> 288 290 </ant> … … 320 322 <ant target="createChrome"> 321 323 <property name="pDestChromeDir" value="${destsctestchromedir}"/> 322 <property name="pChromeName" value="scenaricms test"/>324 <property name="pChromeName" value="scenaricmsaudio"/> 323 325 <property name="pPathXulProject" value="${wspdir}/Xul_CmsAudio"/> 324 326 </ant> -
trunk/Bui_scChain/build.xml
r7065 r7483 177 177 178 178 <property name="pAppName" value="${app.name}"/> 179 <property name="pAppNameFull" value="${app.name(fullName)}"/> 179 180 <property name="pProfileName" value="${app.profile(name)}"/> 180 181 <property name="pAppId" value="${app.id}"/> -
trunk/Xul_Cms/content/scenaricms/about/about.xul
r6394 r7483 46 46 47 47 <?xml-stylesheet href="chrome://scenaricms/content/about/about.css" type="text/css"?> 48 <dialog xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul" id="aboutDialog" buttons="accept" defaultButton="accept" title="&brand ShortName;" width="300" height="320" onload="init();">48 <dialog xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul" id="aboutDialog" buttons="accept" defaultButton="accept" title="&brandFullName;" width="300" height="320" onload="init();"> 49 49 <script src="chrome://scenaricms/content/ut.js"/> 50 50 <script><![CDATA[ … … 98 98 <label class="infoName" value="Contact"/> 99 99 <box> 100 <label class="text-link" value=" www.scenari-platform.org" onclick="ut.loadExternalURL('http://www.scenari-platform.org')"/>100 <label class="text-link" value="&vendorShortName;" onclick="ut.loadExternalURL('&releaseURL;')"/> 101 101 </box> 102 102 </row> -
trunk/Xul_CmsChain/content/scenaricmschain/overideDeskWsp.xul
r6240 r7483 45 45 --> 46 46 <overlay id="SCENARIchain" xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"> 47 <window id="scenaricms" title="&brandShortName;"/> 47 48 48 </overlay> -
trunk/Xul_CmsClient/content/scenaricmsclient/overideDeskWsp.xul
r5102 r7483 45 45 --> 46 46 <overlay id="SCENARIclient" xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"> 47 <window id="scenaricms" title="&brandShortName;"/>48 47 <menubar id="oMainMenus"> 49 48 <menu id="oMenusOutilsFile" insertbefore="oMenusHelpFile" label="Outils" accesskey="t"> -
trunk/Xul_CmsTest/content/scenaricmstest/overideDeskWsp.xul
r6559 r7483 1 1 <?xml version="1.0" encoding="ISO-8859-1"?> 2 <!DOCTYPE window [ 3 <!ENTITY % appDtd SYSTEM "chrome://branding/locale/brand.dtd"> 4 %appDtd; 5 ]> 2 6 <!-- 3 7 /* … … 41 45 --> 42 46 <overlay id="SCENARItest" xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"> 43 <window id="scenaricms" title="SCENARItest"/>44 47 <keyset id="keyset"> 45 48 <key id="key_openConfig" key="k" modifiers="control shift" command="cmd_openConfig"/>
Note: See TracChangeset
for help on using the changeset viewer.