From a60e0b11b84c33b95dc93782127263d4c71dc92f Mon Sep 17 00:00:00 2001 From: SiboVG Date: Wed, 8 May 2024 01:36:37 +0200 Subject: [PATCH] Update the default IntelliJ run configurations --- .idea/runConfigurations/All_tests.xml | 10 ------- .idea/runConfigurations/Openrocket_UI_Jar.xml | 12 --------- .idea/runConfigurations/SwingStartup.xml | 15 +++++++++++ .idea/runConfigurations/openrocket_jar.xml | 27 +++++++++++++++++++ .idea/runConfigurations/openrocket_test.xml | 25 +++++++++++++++++ 5 files changed, 67 insertions(+), 22 deletions(-) delete mode 100644 .idea/runConfigurations/All_tests.xml delete mode 100644 .idea/runConfigurations/Openrocket_UI_Jar.xml create mode 100644 .idea/runConfigurations/SwingStartup.xml create mode 100644 .idea/runConfigurations/openrocket_jar.xml create mode 100644 .idea/runConfigurations/openrocket_test.xml diff --git a/.idea/runConfigurations/All_tests.xml b/.idea/runConfigurations/All_tests.xml deleted file mode 100644 index 2e910eef8..000000000 --- a/.idea/runConfigurations/All_tests.xml +++ /dev/null @@ -1,10 +0,0 @@ - - - - \ No newline at end of file diff --git a/.idea/runConfigurations/Openrocket_UI_Jar.xml b/.idea/runConfigurations/Openrocket_UI_Jar.xml deleted file mode 100644 index 45da998b1..000000000 --- a/.idea/runConfigurations/Openrocket_UI_Jar.xml +++ /dev/null @@ -1,12 +0,0 @@ - - - - \ No newline at end of file diff --git a/.idea/runConfigurations/SwingStartup.xml b/.idea/runConfigurations/SwingStartup.xml new file mode 100644 index 000000000..73705a124 --- /dev/null +++ b/.idea/runConfigurations/SwingStartup.xml @@ -0,0 +1,15 @@ + + + + \ No newline at end of file diff --git a/.idea/runConfigurations/openrocket_jar.xml b/.idea/runConfigurations/openrocket_jar.xml new file mode 100644 index 000000000..32fd63118 --- /dev/null +++ b/.idea/runConfigurations/openrocket_jar.xml @@ -0,0 +1,27 @@ + + + + + + + true + true + false + false + + + \ No newline at end of file diff --git a/.idea/runConfigurations/openrocket_test.xml b/.idea/runConfigurations/openrocket_test.xml new file mode 100644 index 000000000..f7c291211 --- /dev/null +++ b/.idea/runConfigurations/openrocket_test.xml @@ -0,0 +1,25 @@ + + + + + + + true + true + false + false + + + \ No newline at end of file