diff options
author | Simon Ogorodnik <sem-oro@yandex.ru> | 2016-11-01 02:10:32 +0300 |
---|---|---|
committer | Simon Ogorodnik <Simon.Ogorodnik@jetbrains.com> | 2016-11-01 14:46:01 +0300 |
commit | 769701f99a1aefbc9d385c1938c9c7d3a7b2e38e (patch) | |
tree | c3ea4802d9e627c90870808aba9343eb224a114c /.idea/modules/dokka-android-gradle-plugin/dokka-android-gradle-plugin.iml | |
parent | 08bcaa257f7b48929af6ee29007dd6f0d7bb1b52 (diff) | |
download | dokka-769701f99a1aefbc9d385c1938c9c7d3a7b2e38e.tar.gz dokka-769701f99a1aefbc9d385c1938c9c7d3a7b2e38e.tar.bz2 dokka-769701f99a1aefbc9d385c1938c9c7d3a7b2e38e.zip |
Total build refactoring, prepare for new development iteration
Removed old and useless build helpers
Remove old .xml's from .idea and add .idea/shelf to .gitignore
build-docs.xml fixed, dokka_version set to 0.9.10
Diffstat (limited to '.idea/modules/dokka-android-gradle-plugin/dokka-android-gradle-plugin.iml')
-rw-r--r-- | .idea/modules/dokka-android-gradle-plugin/dokka-android-gradle-plugin.iml | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/.idea/modules/dokka-android-gradle-plugin/dokka-android-gradle-plugin.iml b/.idea/modules/dokka-android-gradle-plugin/dokka-android-gradle-plugin.iml deleted file mode 100644 index 87185fba..00000000 --- a/.idea/modules/dokka-android-gradle-plugin/dokka-android-gradle-plugin.iml +++ /dev/null @@ -1,12 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<module external.linked.project.id=":dokka-android-gradle-plugin" external.linked.project.path="$MODULE_DIR$/../../../dokka-android-gradle-plugin" external.root.project.path="$MODULE_DIR$/../../.." external.system.id="GRADLE" external.system.module.group="org.jetbrains.dokka" external.system.module.version="0.9.7" type="JAVA_MODULE" version="4"> - <component name="NewModuleRootManager" inherit-compiler-output="true"> - <exclude-output /> - <content url="file://$MODULE_DIR$/../../../dokka-android-gradle-plugin"> - <excludeFolder url="file://$MODULE_DIR$/../../../dokka-android-gradle-plugin/.gradle" /> - <excludeFolder url="file://$MODULE_DIR$/../../../dokka-android-gradle-plugin/build" /> - </content> - <orderEntry type="inheritedJdk" /> - <orderEntry type="sourceFolder" forTests="false" /> - </component> -</module>
\ No newline at end of file |