Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
09/14/12 10:21:36 (12 years ago)
Author:
ascheibe
Message:

#1937 switch mainform type to Multiple Document as Docking doesn't work
on Linux at the moment

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/prepareProjectsForMono.sh

    r8633 r8654  
    99done;
    1010
     11
    1112# remove projects that do not build
    1213sed -e '/ProtocolBuffers-2.4.1.473/,+1d' -e '/ProtoGen-2.4.1.473/,+1d' -e '/HeuristicLab.ProtobufCS-2.4.1.473/,+1d' HeuristicLab.ExtLibs.sln > tmp
    1314mv tmp HeuristicLab.ExtLibs.sln
    1415
    15 
    1616sed -e '/HeuristicLab.Problems.ExternalEvaluation-3.3/,+1d' -e '/HeuristicLab.Problems.ExternalEvaluation.GP-3.4/,+1d' -e '/HeuristicLab.Problems.ExternalEvaluation.Views-3.3/,+1d' "HeuristicLab 3.3.sln" > tmp
    1717mv tmp "HeuristicLab 3.3.sln"
     18
     19
     20# switch to MultiDocument MainForm type as Docking doesn't properly work on Linux
     21sed "s/DockingMainForm/MultipleDocumentMainForm/g" HeuristicLab.Optimizer/3.3/Properties/Settings.settings > tmp
     22mv tmp HeuristicLab.Optimizer/3.3/Properties/Settings.settings
     23
     24sed "s/DockingMainForm/MultipleDocumentMainForm/g" HeuristicLab.Optimizer/3.3/Properties/Settings.Designer.cs > tmp
     25mv tmp HeuristicLab.Optimizer/3.3/Properties/Settings.Designer.cs
Note: See TracChangeset for help on using the changeset viewer.