source:
branches/crossvalidation-2434/MergeConfigs.sh
@
14504
Last change on this file since 14504 was 14029, checked in by gkronber, 8 years ago | |
---|---|
|
|
File size: 314 bytes |
Rev | Line | |
---|---|---|
[14029] | 1 | if [ "${TargetDir}" == "" ]; then |
2 | TargetDir=bin | |
[8456] | 3 | fi |
4 | ||
5 | echo Recreating HeuristicLab 3.3.exe.config... | |
[14029] | 6 | cp $TargetDir/app.config "$TargetDir/HeuristicLab 3.3.exe.config" |
[8456] | 7 | |
8 | echo Merging... | |
[14029] | 9 | for f in $(ls $TargetDir/*.dll.config); do |
10 | mono $SolutionDir/ConfigMerger.exe $f "$TargetDir/HeuristicLab 3.3.exe.config" | |
[8456] | 11 | done |
Note: See TracBrowser
for help on using the repository browser.