Changeset 7482
- Timestamp:
- 11/24/06 00:57:08 (5 years ago)
- Location:
- trunk/Bui_scBuilder
- Files:
-
- 3 edited
-
_lin/resources/confServer/init.xml (modified) (1 diff)
-
_mac/resources/confServer/init.xml (modified) (1 diff)
-
_win/resources/confServer/init.xml (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Bui_scBuilder/_lin/resources/confServer/init.xml
r7453 r7482 104 104 <!-- Déclaration du repository --> 105 105 <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> 108 108 <ssOfSsPath type="fixe-systemProperties">scServer/ssofss</ssOfSsPath> 109 109 <wspDefaultPath type="fixe-systemProperties">{user.home}/SCtestWsp</wspDefaultPath> -
trunk/Bui_scBuilder/_mac/resources/confServer/init.xml
r7453 r7482 103 103 <!-- Déclaration du repository --> 104 104 <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> 108 108 <ssOfSsPath>scServer/ssofss</ssOfSsPath> 109 109 <wspDefaultPath type="fixe-systemProperties">{user.home}/SCtestWsp</wspDefaultPath> -
trunk/Bui_scBuilder/_win/resources/confServer/init.xml
r7453 r7482 109 109 <!-- Déclaration du repository --> 110 110 <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> 113 113 <ssOfSsPath type="fixe-systemProperties">scServer\ssofss</ssOfSsPath> 114 114 <wspDefaultPath type="fixe-systemProperties">{user.home}\Mes Documents\SCtestWsp</wspDefaultPath>
Note: See TracChangeset
for help on using the changeset viewer.