Changeset 6737
- Timestamp:
- 10/01/06 16:29:39 (5 years ago)
- Location:
- trunk/Bui_scKit/resources
- Files:
-
- 3 edited
-
core/confServer/init.xml.scdyn (modified) (1 diff)
-
lin/confServer/init.osDependant.xml.scdyn (modified) (1 diff)
-
win/confServer/init.osDependant.xml.scdyn (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Bui_scKit/resources/core/confServer/init.xml.scdyn
r6693 r6737 51 51 <!-- Path pour les extensions Audio --> 52 52 <properties type="Alone" code="com.scenari.s.audio.transform.TransformerWav2Mp3.sUrlExe" level="2000">{scenari.lamePath}</properties> 53 <properties type="Alone" code="com.scenari.s.audio.transform.TransformerSox.sUrlExe" level="2000">{scenari.soxPath}</properties> 53 54 54 55 <!-- Limite le chargement des FC au juste nécessaire. --> -
trunk/Bui_scKit/resources/lin/confServer/init.osDependant.xml.scdyn
r5692 r6737 43 43 <systemProperty key="scenari.updateManagerPath" value="{user.dir}/scServer/updatemgr"/> 44 44 <systemProperty key="scenari.transfCachPath" value="{user.home}/.[[[scapp.app.publisher]]]/[[[scapp.app.name]]]/cache"/> 45 <systemProperty key="scenari.wspDefaultPath" value="{user.home}/[[[scapp.app.name]]]_ateliers"/> 46 <systemProperty key="scenari.ttmPath" value="scServer/nativlib/ttm"/> 47 <systemProperty key="scenari.lamePath" value="scServer/nativlib/lame"/> 45 <systemProperty key="scenari.wspDefaultPath" value="{user.home}/[[[scapp.app.name]]]_ateliers"/> 46 <systemProperty key="scenari.ttmPath" value="scServer/nativlib/ttm"/> 47 <systemProperty key="scenari.lamePath" value="scServer/nativlib/lame"/> 48 <systemProperty key="scenari.soxPath" value="scServer/nativlib/sox"/> 48 49 </initapplication> 49 50 -
trunk/Bui_scKit/resources/win/confServer/init.osDependant.xml.scdyn
r5692 r6737 43 43 <systemProperty key="scenari.updateManagerPath" value="{user.dir}\scServer\updatemgr"/> 44 44 <systemProperty key="scenari.transfCachPath" value="{user.home}\Local Settings\Temp\[[[scapp.app.name]]]"/> 45 <systemProperty key="scenari.wspDefaultPath" value="{user.home}\Mes Documents\[[[scapp.app.name]]] ateliers"/> 46 <systemProperty key="scenari.ttmPath" value="scServer\nativlib\ttm.exe"/> 47 <systemProperty key="scenari.lamePath" value="scServer\nativlib\lame.exe"/> 45 <systemProperty key="scenari.wspDefaultPath" value="{user.home}\Mes Documents\[[[scapp.app.name]]] ateliers"/> 46 <systemProperty key="scenari.ttmPath" value="scServer\nativlib\ttm.exe"/> 47 <systemProperty key="scenari.lamePath" value="scServer\nativlib\lame.exe"/> 48 <systemProperty key="scenari.soxPath" value="scServer\nativlib\sox.exe"/> 48 49 </initapplication> 49 50
Note: See TracChangeset
for help on using the changeset viewer.