Changeset 12474 for trunk/sources/prepareProjectsForMono.sh
- Timestamp:
- 06/18/15 14:57:06 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/prepareProjectsForMono.sh
r12472 r12474 26 26 fi 27 27 28 #remove code from HeuristicLab.CodeEditor that depends on WPF and therefore does not work with Mono 29 sed -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 30 mv tmp HeuristicLab.CodeEditor/3.4/HeuristicLab.CodeEditor-3.4.csproj 31 28 32 29 33 # switch to MultiDocument MainForm type as Docking doesn't properly work on Linux
Note: See TracChangeset
for help on using the changeset viewer.