Changeset 15001
- Timestamp:
- 03/02/10 16:31:43 (2 years ago)
- Location:
- trunk/Ide_Eclipse/launcher/win
- Files:
-
- 2 edited
-
SCbuilder.init.xml (modified) (1 diff)
-
SCchain.init.xml (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Ide_Eclipse/launcher/win/SCbuilder.init.xml
r14904 r15001 108 108 <wspProvider type="eu.scenari.wspfs.FsWspProviderLoader"> 109 109 <rootWspContents type="file" path="{wspDir}/Data_Builder/wsps"/> 110 <internalData type="file" path="{ user.dir}/tests/SCENARIbuilder4.0_DEV/scServer"/>110 <internalData type="file" path="{$HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Shell Folders\\AppData}\SCENARI\SCENARIbuilder4.0_DEV\srv"/> 111 111 </wspProvider> 112 <updateManager type="com.scenari.s.updt.impl.UpdtMgrNoVersionsLoader" rootFolder="{user.dir}\tests\SCENARIbuilder4.0_DEV\scServer\updtStatic"/> 112 <updateManager type="com.scenari.s.updt.impl.UpdtMgrLoader" rootFolder="{$HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Shell Folders\\AppData}\SCENARI\SCENARIbuilder4.0_DEV\srv\updt"> 113 <subUpdtMgr type="com.scenari.s.updt.impl.UpdtMgrNoVersionsLoader" rootFolder="{user.dir}\tests\SCENARIbuilder4.0_DEV\scServer\updtStatic"/> 114 </updateManager> 113 115 <ssOfSsPath type="fixe-systemProperties">{wspDir}/Jav_AppConfig/ssofss</ssOfSsPath> 114 116 <transfCachePath type="fixe-systemProperties">{java.io.tmpdir}\SCENARIbuilder4.0_DEV</transfCachePath> -
trunk/Ide_Eclipse/launcher/win/SCchain.init.xml
r14904 r15001 90 90 <wspProvider type="eu.scenari.wspfs.FsWspProviderLoader"> 91 91 <rootWspContents type="file" path="{$HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Shell Folders\\Personal}/SCENARIchain4 ateliers"/> 92 <internalData type="file" path="{ user.dir}\tests\SCENARIchain4.0_DEV\scServer"/>92 <internalData type="file" path="{$HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Shell Folders\\AppData}\SCENARI\SCENARIchain4.0_DEV\srv"/> 93 93 </wspProvider> 94 <updateManager type="com.scenari.s.updt.impl.UpdtMgrLoader" rootFolder="{ user.dir}\tests\SCENARIchain4.0_DEV\scServer\updt">94 <updateManager type="com.scenari.s.updt.impl.UpdtMgrLoader" rootFolder="{$HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Shell Folders\\AppData}\SCENARI\SCENARIchain4.0_DEV\srv\updt"> 95 95 <!-- Pour installer SC-styler dev par défaut--> 96 96 <subUpdtMgr type="com.scenari.s.updt.impl.UpdtMgrNoVersionsLoader" rootFolder="{user.dir}\tests\SCENARIchain4.0_DEV\scServer\updtStatic"/>
Note: See TracChangeset
for help on using the changeset viewer.