Changeset 14996
- Timestamp:
- 03/02/10 12:02:16 (2 years ago)
- Location:
- trunk
- Files:
-
- 6 edited
-
Bui_scBuilder/_lin/resources/confServer/init.xml (modified) (1 diff)
-
Bui_scBuilder/_mac/resources/confServer/init.xml (modified) (2 diffs)
-
Bui_scBuilder/_win/resources/confServer/init.xml (modified) (1 diff)
-
Bui_scChain/_lin/resources/confServer/init.xml (modified) (1 diff)
-
Bui_scChain/_mac/resources/confServer/init.xml (modified) (1 diff)
-
Bui_scChain/_win/resources/confServer/init.xml (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Bui_scBuilder/_lin/resources/confServer/init.xml
r14859 r14996 48 48 <internalData type="file" path="{scenari.builder.internalDataPath}"/> 49 49 </wspProvider> 50 <updateManager Path type="fixe-systemProperties">{scenari.builder.updateManagerPath}</updateManagerPath>50 <updateManager type="com.scenari.s.updt.impl.UpdtMgrLoader" rootFolder="{scenari.builder.updateManagerPath}"/> 51 51 <transfCachPath type="fixe-systemProperties">{user.home}/.##app.publisher##/##app.profile(name)##/cache</transfCachPath> 52 52 <ssOfSsPath>scServer/ssofss</ssOfSsPath> -
trunk/Bui_scBuilder/_mac/resources/confServer/init.xml
r14859 r14996 50 50 <internalData type="file" path="{scenari.internalDataPath}"/> 51 51 </wspProvider> 52 <updateManager Path type="fixe-systemProperties">{scenari.updateManagerPath}</updateManagerPath>52 <updateManager type="com.scenari.s.updt.impl.UpdtMgrLoader" rootFolder="{scenari.updateManagerPath}"/> 53 53 <transfCachPath type="fixe-systemProperties">{user.home}/Library/Application Support/##app.profile(name)##/cache</transfCachPath> 54 54 <ssOfSsPath>scServer/ssofss</ssOfSsPath> … … 76 76 <internalData type="file" path="{user.home}/Library/Application Support/t##app.profile(name)##/srv"/> 77 77 </wspProvider> 78 <updateManager Path type="fixe-systemProperties">{user.home}/Library/Application Support/t##app.profile(name)##/srv/updt</updateManagerPath>78 <updateManager type="com.scenari.s.updt.impl.UpdtMgrLoader" rootFolder="{user.home}/Library/Application Support/t##app.profile(name)##/srv/updt"/> 79 79 <transfCachPath type="fixe-systemProperties">{user.home}/Library/Application Support/t##app.profile(name)##/cache</transfCachPath> 80 80 <ssOfSsPath>scServer/ssofss</ssOfSsPath> -
trunk/Bui_scBuilder/_win/resources/confServer/init.xml
r14859 r14996 48 48 <internalData type="file" path="{scenari.builder.internalDataPath}"/> 49 49 </wspProvider> 50 <updateManagerPath type="fixe-systemProperties">{scenari.builder.updateManagerPath}</updateManagerPath> 51 50 <updateManager type="com.scenari.s.updt.impl.UpdtMgrLoader" rootFolder="{scenari.builder.updateManagerPath}"/> 52 51 <transfCachPath type="fixe-systemProperties">{java.io.tmpdir}\##app.profile(name)##</transfCachPath> 53 52 <ssOfSsPath>scServer\ssofss</ssOfSsPath> -
trunk/Bui_scChain/_lin/resources/confServer/init.xml
r14859 r14996 42 42 <internalData type="file" path="{scenari.internalDataPath}"/> 43 43 </wspProvider> 44 <updateManager Path type="fixe-systemProperties">{scenari.updateManagerPath}</updateManagerPath>44 <updateManager type="com.scenari.s.updt.impl.UpdtMgrLoader" rootFolder="{scenari.updateManagerPath}"/> 45 45 <transfCachPath type="fixe-systemProperties">{user.home}/.##app.publisher##/##app.profile(name)##/cache</transfCachPath> 46 46 <ssOfSsPath>scServer/ssofss</ssOfSsPath> -
trunk/Bui_scChain/_mac/resources/confServer/init.xml
r14859 r14996 42 42 <internalData type="file" path="{scenari.internalDataPath}"/> 43 43 </wspProvider> 44 <updateManager Path type="fixe-systemProperties">{scenari.updateManagerPath}</updateManagerPath>44 <updateManager type="com.scenari.s.updt.impl.UpdtMgrLoader" rootFolder="{scenari.updateManagerPath}"/> 45 45 <transfCachPath type="fixe-systemProperties">{user.home}/Library/Application Support/##app.profile(name)##/cache</transfCachPath> 46 46 <ssOfSsPath>scServer/ssofss</ssOfSsPath> -
trunk/Bui_scChain/_win/resources/confServer/init.xml
r14859 r14996 42 42 <internalData type="file" path="{scenari.internalDataPath}"/> 43 43 </wspProvider> 44 <updateManager Path type="fixe-systemProperties">{scenari.updateManagerPath}</updateManagerPath>44 <updateManager type="com.scenari.s.updt.impl.UpdtMgrLoader" rootFolder="{scenari.updateManagerPath}"/> 45 45 <transfCachPath type="fixe-systemProperties">{java.io.tmpdir}\##app.profile(name)##</transfCachPath> 46 46 <ssOfSsPath>scServer\ssofss</ssOfSsPath>
Note: See TracChangeset
for help on using the changeset viewer.