Ant task to copy dist as a bootstrap compiler

This commit is contained in:
Sergey Mashkov
2015-11-26 21:14:02 +03:00
parent fe4f51617c
commit f21b6a4777
+7
View File
@@ -200,6 +200,13 @@
</sequential>
</target>
<target name="copy-dist-to-bootstrap">
<delete dir="${basedir}/dependencies/bootstrap-compiler/Kotlin/kotlinc" />
<copy todir="${basedir}/dependencies/bootstrap-compiler/Kotlin/kotlinc">
<fileset dir="${basedir}/dist/kotlinc" />
</copy>
</target>
<target name="compiler-sources">
<jar jarfile="${output}/kotlin-compiler-sources.jar">
<!-- TODO How to convert it from pathset or dirset ? -->