Free cookie consent management tool by TermsFeed Policy Generator

source: branches/ContextAlgorithms/MergeConfigs.sh @ 15624

Last change on this file since 15624 was 15624, checked in by abeham, 6 years ago

#2645: created branch

  • Property svn:executable set to *
File size: 333 bytes
RevLine 
[13428]1if [ "${TargetDir}" == "" ]; then
2  TargetDir=bin
[8456]3fi
4
5echo Recreating HeuristicLab 3.3.exe.config...
[14207]6cp $SolutionDir/HeuristicLab/3.3/app.config "$TargetDir/HeuristicLab 3.3.exe.config"
[8456]7
8echo Merging...
[13428]9for f in $(ls $TargetDir/*.dll.config); do
10    mono $SolutionDir/ConfigMerger.exe $f "$TargetDir/HeuristicLab 3.3.exe.config"
[8456]11done
Note: See TracBrowser for help on using the repository browser.