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
Generated
+1 -1
View File
@@ -16,7 +16,7 @@
<buildFile url="file://$PROJECT_DIR$/libraries/build-docs.xml">
<maximumHeapSize value="1024" />
<properties>
<property name="dokka.path" value="../../dokka/out/artifacts" />
<property name="dokka.path" value="../../dokka" />
</properties>
</buildFile>
</component>
+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>