diff options
author | Sergey Mashkov <sergey.mashkov@jetbrains.com> | 2015-07-10 15:10:36 +0300 |
---|---|---|
committer | Sergey Mashkov <sergey.mashkov@jetbrains.com> | 2015-07-13 17:57:44 +0300 |
commit | 549ef194efc7a3eee948eac2da4ac36c2e47a6a1 (patch) | |
tree | b712c97ac6de7706adc689f710b85090c6e7ab20 /.idea/modules.xml | |
parent | 526eb3bce36a582a3b4e9af002273b91ed6b1f63 (diff) | |
download | dokka-549ef194efc7a3eee948eac2da4ac36c2e47a6a1.tar.gz dokka-549ef194efc7a3eee948eac2da4ac36c2e47a6a1.tar.bz2 dokka-549ef194efc7a3eee948eac2da4ac36c2e47a6a1.zip |
Maven plugin initial implementation
Diffstat (limited to '.idea/modules.xml')
-rw-r--r-- | .idea/modules.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.idea/modules.xml b/.idea/modules.xml index bfcf8757..3cc41820 100644 --- a/.idea/modules.xml +++ b/.idea/modules.xml @@ -4,6 +4,7 @@ <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" /> </modules> </component> </project>
\ No newline at end of file |