Changeset 14996


Ignore:
Timestamp:
03/02/10 12:02:16 (2 years ago)
Author:
anp
Message:

debug declaration updateManager

Location:
trunk
Files:
6 edited

Legend:

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

    r14859 r14996  
    4848                                <internalData type="file" path="{scenari.builder.internalDataPath}"/> 
    4949                        </wspProvider> 
    50                         <updateManagerPath type="fixe-systemProperties">{scenari.builder.updateManagerPath}</updateManagerPath> 
     50                        <updateManager type="com.scenari.s.updt.impl.UpdtMgrLoader" rootFolder="{scenari.builder.updateManagerPath}"/> 
    5151                        <transfCachPath type="fixe-systemProperties">{user.home}/.##app.publisher##/##app.profile(name)##/cache</transfCachPath> 
    5252                        <ssOfSsPath>scServer/ssofss</ssOfSsPath> 
  • trunk/Bui_scBuilder/_mac/resources/confServer/init.xml

    r14859 r14996  
    5050                                <internalData type="file" path="{scenari.internalDataPath}"/> 
    5151                        </wspProvider> 
    52                         <updateManagerPath type="fixe-systemProperties">{scenari.updateManagerPath}</updateManagerPath> 
     52                        <updateManager type="com.scenari.s.updt.impl.UpdtMgrLoader" rootFolder="{scenari.updateManagerPath}"/> 
    5353                        <transfCachPath type="fixe-systemProperties">{user.home}/Library/Application Support/##app.profile(name)##/cache</transfCachPath> 
    5454                        <ssOfSsPath>scServer/ssofss</ssOfSsPath> 
     
    7676                                <internalData type="file" path="{user.home}/Library/Application Support/t##app.profile(name)##/srv"/> 
    7777                        </wspProvider> 
    78                         <updateManagerPath 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"/> 
    7979                        <transfCachPath type="fixe-systemProperties">{user.home}/Library/Application Support/t##app.profile(name)##/cache</transfCachPath> 
    8080                        <ssOfSsPath>scServer/ssofss</ssOfSsPath> 
  • trunk/Bui_scBuilder/_win/resources/confServer/init.xml

    r14859 r14996  
    4848                                <internalData type="file" path="{scenari.builder.internalDataPath}"/> 
    4949                        </wspProvider> 
    50                         <updateManagerPath type="fixe-systemProperties">{scenari.builder.updateManagerPath}</updateManagerPath> 
    51  
     50                        <updateManager type="com.scenari.s.updt.impl.UpdtMgrLoader" rootFolder="{scenari.builder.updateManagerPath}"/> 
    5251                        <transfCachPath type="fixe-systemProperties">{java.io.tmpdir}\##app.profile(name)##</transfCachPath> 
    5352                        <ssOfSsPath>scServer\ssofss</ssOfSsPath> 
  • trunk/Bui_scChain/_lin/resources/confServer/init.xml

    r14859 r14996  
    4242                                <internalData type="file" path="{scenari.internalDataPath}"/> 
    4343                        </wspProvider> 
    44                         <updateManagerPath type="fixe-systemProperties">{scenari.updateManagerPath}</updateManagerPath> 
     44                        <updateManager type="com.scenari.s.updt.impl.UpdtMgrLoader" rootFolder="{scenari.updateManagerPath}"/> 
    4545                        <transfCachPath type="fixe-systemProperties">{user.home}/.##app.publisher##/##app.profile(name)##/cache</transfCachPath> 
    4646                        <ssOfSsPath>scServer/ssofss</ssOfSsPath> 
  • trunk/Bui_scChain/_mac/resources/confServer/init.xml

    r14859 r14996  
    4242                                <internalData type="file" path="{scenari.internalDataPath}"/> 
    4343                        </wspProvider> 
    44                         <updateManagerPath type="fixe-systemProperties">{scenari.updateManagerPath}</updateManagerPath> 
     44                        <updateManager type="com.scenari.s.updt.impl.UpdtMgrLoader" rootFolder="{scenari.updateManagerPath}"/> 
    4545                        <transfCachPath type="fixe-systemProperties">{user.home}/Library/Application Support/##app.profile(name)##/cache</transfCachPath> 
    4646                        <ssOfSsPath>scServer/ssofss</ssOfSsPath> 
  • trunk/Bui_scChain/_win/resources/confServer/init.xml

    r14859 r14996  
    4242                                <internalData type="file" path="{scenari.internalDataPath}"/> 
    4343                        </wspProvider> 
    44                         <updateManagerPath type="fixe-systemProperties">{scenari.updateManagerPath}</updateManagerPath> 
     44                        <updateManager type="com.scenari.s.updt.impl.UpdtMgrLoader" rootFolder="{scenari.updateManagerPath}"/> 
    4545                        <transfCachPath type="fixe-systemProperties">{java.io.tmpdir}\##app.profile(name)##</transfCachPath> 
    4646                        <ssOfSsPath>scServer\ssofss</ssOfSsPath> 
Note: See TracChangeset for help on using the changeset viewer.