update build script for new distribution of dokka

This commit is contained in:
Dmitry Jemerov
2015-05-28 14:38:20 +02:00
parent 0e5b6c41dd
commit fa5aa664b5
2 changed files with 7 additions and 2 deletions
+6 -1
View File
@@ -2,7 +2,12 @@
<!-- Generates the standard library documentation using Dokka. -->
<typedef resource="dokka-antlib.xml">
<classpath>
<pathelement path="${dokka.path}/dokka.jar"/>
<fileset dir="${dokka.path}/lib">
<include name="*.jar"/>
</fileset>
<!-- used for running locally -->
<pathelement path="${dokka.path}/out/artifacts/dokka.jar"/>
</classpath>
</typedef>