aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--build.xml4
1 files changed, 4 insertions, 0 deletions
diff --git a/build.xml b/build.xml
index 88b59a0a..34aead58 100644
--- a/build.xml
+++ b/build.xml
@@ -24,6 +24,10 @@
</classpath>
</kotlinc>
+ <jar jarfile="out/dokka.jar" update="true" >
+ <zipfileset dir="resources" includes="**/*.properties"/>
+ </jar>
+
<kotlinc src="ant/src" output="out/dokka-ant.jar" includeRuntime="false">
<compilerArg value="-Xrepeat"/>
<compilerArg value="${kotlinc.repeat}"/>