Last change
on this file since 13605 was
13428,
checked in by abeham, 9 years ago
|
#2539: fixed MergeConfigs.cmd and .sh files, removed obsolete files
|
-
Property svn:executable set to
*
|
File size:
314 bytes
|
Line | |
---|
1 | if [ "${TargetDir}" == "" ]; then |
---|
2 | TargetDir=bin |
---|
3 | fi |
---|
4 | |
---|
5 | echo Recreating HeuristicLab 3.3.exe.config... |
---|
6 | cp $TargetDir/app.config "$TargetDir/HeuristicLab 3.3.exe.config" |
---|
7 | |
---|
8 | echo Merging... |
---|
9 | for f in $(ls $TargetDir/*.dll.config); do |
---|
10 | mono $SolutionDir/ConfigMerger.exe $f "$TargetDir/HeuristicLab 3.3.exe.config" |
---|
11 | done |
---|
Note: See
TracBrowser
for help on using the repository browser.