aboutsummaryrefslogtreecommitdiff
path: root/ant/ant.iml
diff options
context:
space:
mode:
authorDmitry Jemerov <yole@jetbrains.com>2015-01-15 14:59:50 +0100
committerDmitry Jemerov <yole@jetbrains.com>2015-01-30 19:20:57 +0100
commit0783f6fbe2104334195964bbc91cb584cbbab4e0 (patch)
tree8fc0829c2b62eba049131b4ec4683aff5906bfbe /ant/ant.iml
parentb5286f576f470ad1665a7b1acc9ea276bc1a0c18 (diff)
downloaddokka-0783f6fbe2104334195964bbc91cb584cbbab4e0.tar.gz
dokka-0783f6fbe2104334195964bbc91cb584cbbab4e0.tar.bz2
dokka-0783f6fbe2104334195964bbc91cb584cbbab4e0.zip
Ant task for Dokka
Diffstat (limited to 'ant/ant.iml')
-rw-r--r--ant/ant.iml14
1 files changed, 14 insertions, 0 deletions
diff --git a/ant/ant.iml b/ant/ant.iml
new file mode 100644
index 00000000..0761035c
--- /dev/null
+++ b/ant/ant.iml
@@ -0,0 +1,14 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<module type="JAVA_MODULE" version="4">
+ <component name="NewModuleRootManager" inherit-compiler-output="true">
+ <exclude-output />
+ <content url="file://$MODULE_DIR$">
+ <sourceFolder url="file://$MODULE_DIR$/src" isTestSource="false" />
+ </content>
+ <orderEntry type="inheritedJdk" />
+ <orderEntry type="sourceFolder" forTests="false" />
+ <orderEntry type="library" name="kotlin" level="project" />
+ <orderEntry type="library" name="ant-1.9.4" level="project" />
+ <orderEntry type="module" module-name="dokka" />
+ </component>
+</module> \ No newline at end of file