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:
Alexander Udalov
2014-12-12 16:27:56 +03:00
parent b27d3e91d3
commit 444ac32f98
+3 -3
View File
@@ -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"/>