diff options
author | Sergey Mashkov <sergey.mashkov@jetbrains.com> | 2015-07-10 18:47:46 +0300 |
---|---|---|
committer | Sergey Mashkov <sergey.mashkov@jetbrains.com> | 2015-07-13 17:59:30 +0300 |
commit | d9e7b5a0a4706669819e91dd19404891f437e6d8 (patch) | |
tree | 6d6639a1e36a5ed24f4c80be45f425498448daed /.idea/modules.xml | |
parent | 513af27ac95939e659d337b02d94b096bad7d970 (diff) | |
download | dokka-d9e7b5a0a4706669819e91dd19404891f437e6d8.tar.gz dokka-d9e7b5a0a4706669819e91dd19404891f437e6d8.tar.bz2 dokka-d9e7b5a0a4706669819e91dd19404891f437e6d8.zip |
Gradle initial plugin implementation
Diffstat (limited to '.idea/modules.xml')
-rw-r--r-- | .idea/modules.xml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/.idea/modules.xml b/.idea/modules.xml index 3cc41820..669ba41d 100644 --- a/.idea/modules.xml +++ b/.idea/modules.xml @@ -4,7 +4,8 @@ <modules> <module fileurl="file://$PROJECT_DIR$/ant/ant.iml" filepath="$PROJECT_DIR$/ant/ant.iml" /> <module fileurl="file://$PROJECT_DIR$/dokka.iml" filepath="$PROJECT_DIR$/dokka.iml" /> - <module fileurl="file://$PROJECT_DIR$/maven-plugin/maven-plugin.iml" filepath="$PROJECT_DIR$/maven-plugin/maven-plugin.iml" /> + <module fileurl="file://$PROJECT_DIR$/gradle-plugin/dokka-gradle-plugin.iml" filepath="$PROJECT_DIR$/gradle-plugin/dokka-gradle-plugin.iml" /> + <module fileurl="file://$PROJECT_DIR$/maven-plugin/dokka-maven-plugin.iml" filepath="$PROJECT_DIR$/maven-plugin/dokka-maven-plugin.iml" /> </modules> </component> </project>
\ No newline at end of file |