From 65d8e5f6375f50ca691783982e9e5b3e93be5fa7 Mon Sep 17 00:00:00 2001 From: Ilya Ryzhenkov Date: Mon, 14 Jul 2014 19:32:46 +0400 Subject: Share run configurations --- .idea/runConfigurations/All_tests.xml | 31 +++++++++++++++++++++++++++++++ .idea/runConfigurations/Dokka.xml | 23 +++++++++++++++++++++++ .idea/runConfigurations/Stdlib.xml | 23 +++++++++++++++++++++++ 3 files changed, 77 insertions(+) create mode 100644 .idea/runConfigurations/All_tests.xml create mode 100644 .idea/runConfigurations/Dokka.xml create mode 100644 .idea/runConfigurations/Stdlib.xml diff --git a/.idea/runConfigurations/All_tests.xml b/.idea/runConfigurations/All_tests.xml new file mode 100644 index 00000000..dbe90246 --- /dev/null +++ b/.idea/runConfigurations/All_tests.xml @@ -0,0 +1,31 @@ + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/.idea/runConfigurations/Dokka.xml b/.idea/runConfigurations/Dokka.xml new file mode 100644 index 00000000..5b2c5a2b --- /dev/null +++ b/.idea/runConfigurations/Dokka.xml @@ -0,0 +1,23 @@ + + + + + \ No newline at end of file diff --git a/.idea/runConfigurations/Stdlib.xml b/.idea/runConfigurations/Stdlib.xml new file mode 100644 index 00000000..2e5be68f --- /dev/null +++ b/.idea/runConfigurations/Stdlib.xml @@ -0,0 +1,23 @@ + + + + + \ No newline at end of file -- cgit