diff options
author | Simon Ogorodnik <Simon.Ogorodnik@jetbrains.com> | 2016-11-01 18:48:41 +0300 |
---|---|---|
committer | Simon Ogorodnik <Simon.Ogorodnik@jetbrains.com> | 2016-11-01 18:48:41 +0300 |
commit | 5daeb3e01c5f2975c1663b79ca80a037f3f335b0 (patch) | |
tree | 553e0e53778258595ae5f6f91b7fe4d5f36bc399 | |
parent | f9bb94968e1d38af999e36839f41c777722bed70 (diff) | |
download | dokka-5daeb3e01c5f2975c1663b79ca80a037f3f335b0.tar.gz dokka-5daeb3e01c5f2975c1663b79ca80a037f3f335b0.tar.bz2 dokka-5daeb3e01c5f2975c1663b79ca80a037f3f335b0.zip |
Updated run configurations after build refactoring
-rw-r--r-- | .idea/runConfigurations/All_tests.xml | 31 | ||||
-rw-r--r-- | .idea/runConfigurations/Dokka.xml | 2 | ||||
-rw-r--r-- | .idea/runConfigurations/Stdlib.xml | 2 | ||||
-rw-r--r-- | .idea/runConfigurations/Stdlib_Javadoc.xml | 2 |
4 files changed, 3 insertions, 34 deletions
diff --git a/.idea/runConfigurations/All_tests.xml b/.idea/runConfigurations/All_tests.xml deleted file mode 100644 index 2700fe93..00000000 --- a/.idea/runConfigurations/All_tests.xml +++ /dev/null @@ -1,31 +0,0 @@ -<component name="ProjectRunConfigurationManager"> - <configuration default="false" name="All tests" type="JUnit" factoryName="JUnit" singleton="true"> - <extension name="coverage" enabled="false" merge="false" sample_coverage="true" runner="idea" /> - <module name="core" /> - <option name="ALTERNATIVE_JRE_PATH_ENABLED" value="false" /> - <option name="ALTERNATIVE_JRE_PATH" /> - <option name="PACKAGE_NAME" value="" /> - <option name="MAIN_CLASS_NAME" value="" /> - <option name="METHOD_NAME" value="" /> - <option name="TEST_OBJECT" value="package" /> - <option name="VM_PARAMETERS" value="-ea -Xmx256m" /> - <option name="PARAMETERS" value="" /> - <option name="WORKING_DIRECTORY" value="file://core" /> - <option name="ENV_VARIABLES" /> - <option name="PASS_PARENT_ENVS" value="true" /> - <option name="TEST_SEARCH_SCOPE"> - <value defaultName="moduleWithDependencies" /> - </option> - <envs /> - <patterns /> - <RunnerSettings RunnerId="Debug"> - <option name="DEBUG_PORT" value="" /> - <option name="TRANSPORT" value="0" /> - <option name="LOCAL" value="true" /> - </RunnerSettings> - <RunnerSettings RunnerId="Run" /> - <ConfigurationWrapper RunnerId="Debug" /> - <ConfigurationWrapper RunnerId="Run" /> - <method /> - </configuration> -</component>
\ No newline at end of file diff --git a/.idea/runConfigurations/Dokka.xml b/.idea/runConfigurations/Dokka.xml index 59b5d6d5..d94e7aec 100644 --- a/.idea/runConfigurations/Dokka.xml +++ b/.idea/runConfigurations/Dokka.xml @@ -8,7 +8,7 @@ <option name="ALTERNATIVE_JRE_PATH_ENABLED" value="false" /> <option name="ALTERNATIVE_JRE_PATH" /> <option name="PASS_PARENT_ENVS" value="true" /> - <module name="core_main" /> + <module name="fatjar_main" /> <envs /> <RunnerSettings RunnerId="Debug"> <option name="DEBUG_PORT" value="" /> diff --git a/.idea/runConfigurations/Stdlib.xml b/.idea/runConfigurations/Stdlib.xml index cd4a10e5..3e0cc995 100644 --- a/.idea/runConfigurations/Stdlib.xml +++ b/.idea/runConfigurations/Stdlib.xml @@ -8,7 +8,7 @@ <option name="ALTERNATIVE_JRE_PATH_ENABLED" value="false" /> <option name="ALTERNATIVE_JRE_PATH" /> <option name="PASS_PARENT_ENVS" value="true" /> - <module name="core_main" /> + <module name="fatjar_main" /> <envs /> <RunnerSettings RunnerId="Debug"> <option name="DEBUG_PORT" value="" /> diff --git a/.idea/runConfigurations/Stdlib_Javadoc.xml b/.idea/runConfigurations/Stdlib_Javadoc.xml index 7409f8f2..397edeee 100644 --- a/.idea/runConfigurations/Stdlib_Javadoc.xml +++ b/.idea/runConfigurations/Stdlib_Javadoc.xml @@ -8,7 +8,7 @@ <option name="ALTERNATIVE_JRE_PATH_ENABLED" value="false" /> <option name="ALTERNATIVE_JRE_PATH" /> <option name="PASS_PARENT_ENVS" value="true" /> - <module name="core_main" /> + <module name="fatjar_main" /> <envs /> <method /> </configuration> |