Changeset 7482


Ignore:
Timestamp:
11/24/06 00:57:08 (5 years ago)
Author:
sam
Message:

Param profil SCtest

Location:
trunk/Bui_scBuilder
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/Bui_scBuilder/_lin/resources/confServer/init.xml

    r7453 r7482  
    104104                <!-- Déclaration du repository --> 
    105105                <service code="repos" type="com.scenari.m.bdp.service.repos.fs2.HServiceLoaderReposFs2"> 
    106                         <internalDataPath type="fixe-systemProperties">{user.home}/.##app.publisher##/scenaritest/srv</internalDataPath> 
    107                         <transfCachPath type="fixe-systemProperties">{user.home}/.##app.publisher##/scenaritest/cache</transfCachPath> 
     106                        <internalDataPath type="fixe-systemProperties">{user.home}/.##app.publisher##/t##app.profile(name)##/srv</internalDataPath> 
     107                        <transfCachPath type="fixe-systemProperties">{user.home}/.##app.publisher##/t##app.profile(name)##/cache</transfCachPath> 
    108108                        <ssOfSsPath type="fixe-systemProperties">scServer/ssofss</ssOfSsPath> 
    109109                        <wspDefaultPath type="fixe-systemProperties">{user.home}/SCtestWsp</wspDefaultPath> 
  • trunk/Bui_scBuilder/_mac/resources/confServer/init.xml

    r7453 r7482  
    103103                <!-- Déclaration du repository --> 
    104104                <service code="repos" type="com.scenari.m.bdp.service.repos.fs2.HServiceLoaderReposFs2"> 
    105                         <internalDataPath type="fixe-systemProperties">{user.home}/Library/Application Support/SCENARItest/srv</internalDataPath> 
    106                         <updateManagerPath type="fixe-systemProperties">{user.home}/Library/Application Support/SCENARItest/srv/updt</updateManagerPath> 
    107                         <transfCachPath type="fixe-systemProperties">{user.home}/Library/Application Support/SCENARItest/cache</transfCachPath> 
     105                        <internalDataPath type="fixe-systemProperties">{user.home}/Library/Application Support/t##app.profile(name)##/srv</internalDataPath> 
     106                        <updateManagerPath type="fixe-systemProperties">{user.home}/Library/Application Support/t##app.profile(name)##/srv/updt</updateManagerPath> 
     107                        <transfCachPath type="fixe-systemProperties">{user.home}/Library/Application Support/t##app.profile(name)##/cache</transfCachPath> 
    108108                        <ssOfSsPath>scServer/ssofss</ssOfSsPath> 
    109109                        <wspDefaultPath type="fixe-systemProperties">{user.home}/SCtestWsp</wspDefaultPath> 
  • trunk/Bui_scBuilder/_win/resources/confServer/init.xml

    r7453 r7482  
    109109                <!-- Déclaration du repository --> 
    110110                <service code="repos" type="com.scenari.m.bdp.service.repos.fs2.HServiceLoaderReposFs2"> 
    111                         <internalDataPath type="fixe-systemProperties">{user.home}\Application Data\##app.publisher##\SCENARItest\srv</internalDataPath> 
    112                         <transfCachPath type="fixe-systemProperties">{user.home}\Local Settings\Temp\SCENARItest</transfCachPath> 
     111                        <internalDataPath type="fixe-systemProperties">{user.home}\Application Data\##app.publisher##\t##app.profile(name)##\srv</internalDataPath> 
     112                        <transfCachPath type="fixe-systemProperties">{user.home}\Local Settings\Temp\t##app.profile(name)##</transfCachPath> 
    113113                        <ssOfSsPath type="fixe-systemProperties">scServer\ssofss</ssOfSsPath> 
    114114                        <wspDefaultPath type="fixe-systemProperties">{user.home}\Mes Documents\SCtestWsp</wspDefaultPath> 
Note: See TracChangeset for help on using the changeset viewer.