From b8a82f49bc78056d20bdbb3c9b886bc7b8dcb048 Mon Sep 17 00:00:00 2001 From: Sibo Van Gool Date: Tue, 25 Jan 2022 14:32:36 +0100 Subject: [PATCH] [fixes #825] Include commonmark library This is needed later to convert GitHub markdown (from extracted text from the GitHub API) to HTML --- core/.classpath | 1 + core/OpenRocket Core.iml | 12 +++++++++++- swing/.classpath | 1 + swing/OpenRocket Swing.iml | 2 +- 4 files changed, 14 insertions(+), 2 deletions(-) diff --git a/core/.classpath b/core/.classpath index 7941ba5c1..9862a59dd 100644 --- a/core/.classpath +++ b/core/.classpath @@ -16,6 +16,7 @@ + diff --git a/core/OpenRocket Core.iml b/core/OpenRocket Core.iml index a8c052fd8..85932bd22 100644 --- a/core/OpenRocket Core.iml +++ b/core/OpenRocket Core.iml @@ -260,5 +260,15 @@ + + + + + + + + + + - + \ No newline at end of file diff --git a/swing/.classpath b/swing/.classpath index 24ceba058..a7ca47f8a 100644 --- a/swing/.classpath +++ b/swing/.classpath @@ -15,6 +15,7 @@ + diff --git a/swing/OpenRocket Swing.iml b/swing/OpenRocket Swing.iml index d95de30ef..de173f02a 100644 --- a/swing/OpenRocket Swing.iml +++ b/swing/OpenRocket Swing.iml @@ -246,4 +246,4 @@ - + \ No newline at end of file