Rename "import jet.*" to "import kotlin.*" on ant dist
Yet another hack for moving built-ins from package "jet" to "kotlin"
This commit is contained in:
@@ -284,6 +284,26 @@
|
||||
<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">
|
||||
|
||||
Reference in New Issue
Block a user