aboutsummaryrefslogtreecommitdiff
path: root/build-docs.xml
diff options
context:
space:
mode:
authorSimon Ogorodnik <sem-oro@yandex.ru>2016-11-01 02:10:32 +0300
committerSimon Ogorodnik <Simon.Ogorodnik@jetbrains.com>2016-11-01 14:46:01 +0300
commit769701f99a1aefbc9d385c1938c9c7d3a7b2e38e (patch)
treec3ea4802d9e627c90870808aba9343eb224a114c /build-docs.xml
parent08bcaa257f7b48929af6ee29007dd6f0d7bb1b52 (diff)
downloaddokka-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 'build-docs.xml')
-rw-r--r--build-docs.xml3
1 files changed, 2 insertions, 1 deletions
diff --git a/build-docs.xml b/build-docs.xml
index c2d51bcf..b46353b0 100644
--- a/build-docs.xml
+++ b/build-docs.xml
@@ -3,12 +3,13 @@
<typedef resource="dokka-antlib.xml">
<classpath>
- <fileset dir="core/build/libs" includes="dokka-fatjar-*.jar"/>
+ <fileset dir="runners/fatjar/build/libs" includes="dokka-fatjar-*.jar"/>
</classpath>
</typedef>
<path id="dokka.source.path">
<pathelement location="core/src/main/kotlin"/>
+ <fileset dir="runners" includes="*/src/main/kotlin/**" />
</path>
<target name="document">