Manually assemble kotlinLib.js from ecma version independent and dependent parts and it to dist

This commit is contained in:
pTalanov
2012-06-05 19:22:29 +04:00
parent b4a0ecf04e
commit 95e3080cc7
2 changed files with 1139 additions and 3 deletions
+3 -3
View File
@@ -1,9 +1,9 @@
<project name="Kotlin" default="dist">
<!-- Set to false to disable proguard run on kotlin-compiler.jar. Speeds up the build -->
<property name="shrink" value="true"/>
<property name="shrink" value="false"/>
<!-- Set to false to disable compiler's javadoc generation. Speeds up the build -->
<property name="generate.javadoc" value="true"/>
<property name="generate.javadoc" value="false"/>
<property name="output" value="${basedir}/dist"/>
<property name="kotlin-home" value="${output}/kotlinc"/>
@@ -141,7 +141,7 @@
<jar jarfile="${kotlin-home}/lib/kotlin-jslib.jar">
<fileset dir = "${basedir}/js/js.libraries/src"/>
</jar>
<copy file="${basedir}/js/js.translator/testFiles/kotlin_lib.js" tofile="${kotlin-home}/lib/kotlinLib.js"/>
<copy file="${basedir}/js/js.translator/testFiles/kotlinFullLib_ecma3.js" tofile="${kotlin-home}/lib/kotlinLib.js"/>
</target>
<target name="compiler">
File diff suppressed because it is too large Load Diff