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 /build-docs.xml | |
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 'build-docs.xml')
-rw-r--r-- | build-docs.xml | 3 |
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"> |