Ant task - "stdlib" attribute added, "excludeStdlib" attribute removed; <define-kotlinc/> invokes "bootstrap.xml" and works recursively

"clean" task - <delete dir="${basedir}/bootstrap.compiler"/>
This commit is contained in:
Evgeny Goldin
2012-01-27 00:50:36 +02:00
parent 8b3b7092e4
commit a43a6c6678
4 changed files with 44 additions and 55 deletions
+1
View File
@@ -99,6 +99,7 @@
<target name="clean">
<delete dir="${output}"/>
<delete dir="${basedir}/bootstrap.compiler"/>
</target>
<target name="dist" depends="clean,jarRT,jarJDKHeaders,jar,buildToolsJar">