Remove task for ant, include preprocessor into the compiler, call preprocessor in ant build.

This commit is contained in:
Ilya Gorbunov
2015-08-04 18:56:16 +03:00
parent e8c93abdb5
commit 1df4ab847d
5 changed files with 73 additions and 49 deletions
+1 -14
View File
@@ -20,25 +20,12 @@
<include name="kotlin/annotation/Annotations.kt"/>
</fileset>
<fileset dir="${basedir}/libraries/stdlib/src">
<fileset dir="${basedir}/${intermediate-sources}/stdlib/js">
<include name="**/*.kt" />
<!-- JVM specific -->
<exclude name="**/*JVM.kt" />
<exclude name="kotlin/jvm/**" />
<exclude name="kotlin/beans/**" />
<exclude name="kotlin/browser/**" />
<exclude name="kotlin/concurrent/**" />
<exclude name="kotlin/io/**" />
<exclude name="kotlin/math/**" />
<exclude name="kotlin/template/**" />
<!-- Temporary disabled -->
<!--TODO fix: (84, 27) Unresolved reference: copyOf (_SpecialJVM.kt)-->
<exclude name="kotlin/collections/ImmutableArrayList.kt" />
<!-- TODO fix: AllModules is subclass of ThreadLocal. -->
<exclude name="kotlin/modules/**" />
</fileset>
</union>
</project>