Plugin&Tests: Build kotlinc by calling to build.xml rather than depending on Dist

This commit is contained in:
Maxim Shafirov
2012-01-30 21:40:36 +04:00
parent d14e38c7d6
commit 73100134f9
3 changed files with 9 additions and 7 deletions
-1
View File
@@ -107,7 +107,6 @@
<target name="clean">
<delete dir="${output}"/>
<delete dir="${basedir}/bootstrap.compiler"/>
</target>
<target name="dist" depends="init,jarRT,jarJDKHeaders,jar,buildToolsJar">