Revert "Rename "import jet.*" to "import kotlin.*" on ant dist"

This reverts commit 4a5823c5bb.
This commit is contained in:
Alexander Udalov
2014-03-02 21:35:01 +04:00
parent d04ee09636
commit e2f1e8a9c3
2 changed files with 0 additions and 54 deletions
-20
View File
@@ -284,26 +284,6 @@
<arg value="core/builtins/native"/>
<arg value="core/builtins/src"/>
</java>
<if>
<isfalse value="${bootstrap.build.no.tests}"/>
<then>
<cleandir dir="${output}/renameImportJet"/>
<kotlinc output="${output}/renameImportJet">
<src path="renameImportJet.kt"/>
<classpath refid="classpath"/>
</kotlinc>
<java classname="_DefaultPackage" failonerror="true" fork="true">
<classpath>
<pathelement location="${output}/renameImportJet"/>
<path refid="classpath"/>
</classpath>
<assertions>
<enable/>
</assertions>
</java>
</then>
</if>
</target>
<macrodef name="pack_compiler">