Minor, rename JS Ant tasks
To be able to use the build file from the terminal conveniently, make names shorter and avoid autocompletion conflict with "compiler"
This commit is contained in:
@@ -247,7 +247,7 @@
|
||||
</sequential>
|
||||
</macrodef>
|
||||
|
||||
<target name="compile-kotlin-js-stdlib">
|
||||
<target name="js-stdlib">
|
||||
<property name="compiled.builtins.js" value="builtins.js"/>
|
||||
<property name="compiled.stdlib.js" value="stdlib.js"/>
|
||||
<property name="stdlib.js.dir" value="${basedir}/js/js.translator/testData"/>
|
||||
@@ -321,7 +321,7 @@
|
||||
</jar>
|
||||
</target>
|
||||
|
||||
<target name="pack-kotlin-js-stdlib-sources">
|
||||
<target name="pack-js-stdlib-sources">
|
||||
<jar destfile="${kotlin-home}/lib/kotlin-jslib-sources.jar">
|
||||
<resources refid="js.lib.files" />
|
||||
<fileset refid="kotlin.builtin.files" />
|
||||
@@ -338,7 +338,7 @@
|
||||
</jar>
|
||||
</target>
|
||||
|
||||
<target name="kotlin-js-stdlib" depends="compile-kotlin-js-stdlib,pack-kotlin-js-stdlib-sources"/>
|
||||
<target name="kotlin-js-stdlib" depends="js-stdlib,pack-js-stdlib-sources"/>
|
||||
|
||||
<target name="preloader">
|
||||
<cleandir dir="${output}/classes/preloader"/>
|
||||
|
||||
Reference in New Issue
Block a user