Free cookie consent management tool by TermsFeed Policy Generator

Changeset 12474


Ignore:
Timestamp:
06/18/15 14:57:06 (9 years ago)
Author:
ascheibe
Message:

#2399 worked on Mono project prepare script

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/prepareProjectsForMono.sh

    r12472 r12474  
    2626fi
    2727
     28#remove code from HeuristicLab.CodeEditor that depends on WPF and therefore does not work with Mono
     29sed -e '/ITextMarker.cs/d' -e '/MethodDefinitionReadOnlySectionProvider.cs/d' -e '/GoToLineDialog/,+2d' -e '/TextMarkerService.cs/d' -e '/Compile Include\=\"LanguageFeatures/d' -e '/AvalonEditWrapper.xaml.cs/,+2d' -e '/AvalonEditWrapper.xaml/,+3d' -e '/CodeViewer/,+2d' -e '/\"CodeEditor.cs/,+2d' -e '/\"CodeEditor.Designer.cs/,+2d' HeuristicLab.CodeEditor/3.4/HeuristicLab.CodeEditor-3.4.csproj > tmp
     30mv tmp HeuristicLab.CodeEditor/3.4/HeuristicLab.CodeEditor-3.4.csproj
     31
    2832
    2933# switch to MultiDocument MainForm type as Docking doesn't properly work on Linux
Note: See TracChangeset for help on using the changeset viewer.