Free cookie consent management tool by TermsFeed Policy Generator

source: trunk/MergeConfigs.sh @ 16185

Last change on this file since 16185 was 15682, checked in by swagner, 6 years ago

#2887: moved content of trunk/sources to trunk

  • Property svn:executable set to *
  • Property svn:mergeinfo set to (toggle deleted branches)
    /stable/MergeConfigs.shmergedeligible
    /branches/1721-RandomForestPersistence/MergeConfigs.sh10321-10322
    /branches/Algorithms.GradientDescent/MergeConfigs.sh5516-5520
    /branches/Async/MergeConfigs.sh13329-15286
    /branches/Benchmarking/sources/MergeConfigs.sh6917-7005
    /branches/CloningRefactoring/MergeConfigs.sh4656-4721
    /branches/CodeEditor/MergeConfigs.sh11700-11806
    /branches/DataAnalysis Refactoring/MergeConfigs.sh5471-5808
    /branches/DataAnalysis SolutionEnsembles/MergeConfigs.sh5815-6180
    /branches/DataAnalysis/MergeConfigs.sh4458-4459,​4462,​4464
    /branches/DataPreprocessing/MergeConfigs.sh10085-11101
    /branches/GP.Grammar.Editor/MergeConfigs.sh6284-6795
    /branches/GP.Symbols (TimeLag, Diff, Integral)/MergeConfigs.sh5060
    /branches/HLScript/MergeConfigs.sh10331-10358
    /branches/HeuristicLab.DatasetRefactor/sources/MergeConfigs.sh11570-12508
    /branches/HeuristicLab.Problems.DataAnalysis.Trading/MergeConfigs.sh6123-9799
    /branches/HeuristicLab.Problems.Orienteering/MergeConfigs.sh11130-12721
    /branches/HiveStatistics/sources/MergeConfigs.sh12440-12877
    /branches/LogResidualEvaluator/MergeConfigs.sh10202-10483
    /branches/NET40/sources/MergeConfigs.sh5138-5162
    /branches/NSGA-II Changes/MergeConfigs.sh12033-12122
    /branches/ParallelEngine/MergeConfigs.sh5175-5192
    /branches/ProblemInstancesRegressionAndClassification/MergeConfigs.sh7568-7810
    /branches/QAPAlgorithms/MergeConfigs.sh6350-6627
    /branches/Restructure trunk solution/MergeConfigs.sh6828
    /branches/RuntimeOptimizer/MergeConfigs.sh8943-9078
    /branches/ScatterSearch (trunk integration)/MergeConfigs.sh7787-8333
    /branches/SlaveShutdown/MergeConfigs.sh8944-8956
    /branches/SpectralKernelForGaussianProcesses/MergeConfigs.sh10204-10479
    /branches/SuccessProgressAnalysis/MergeConfigs.sh5370-5682
    /branches/Trunk/MergeConfigs.sh6829-6865
    /branches/UnloadJobs/MergeConfigs.sh9168-9215
    /branches/VNS/MergeConfigs.sh5594-5752
    /branches/crossvalidation-2434/MergeConfigs.sh12948-12950
    /branches/histogram/MergeConfigs.sh5959-6341
    /branches/symbreg-factors-2650/MergeConfigs.sh14232-14825
File size: 333 bytes
Line 
1if [ "${TargetDir}" == "" ]; then
2  TargetDir=bin
3fi
4
5echo Recreating HeuristicLab 3.3.exe.config...
6cp $SolutionDir/HeuristicLab/3.3/app.config "$TargetDir/HeuristicLab 3.3.exe.config"
7
8echo Merging...
9for f in $(ls $TargetDir/*.dll.config); do
10    mono $SolutionDir/ConfigMerger.exe $f "$TargetDir/HeuristicLab 3.3.exe.config"
11done
Note: See TracBrowser for help on using the repository browser.