Move builtin class sources(*.jet) under IDEA module (should be removed completely later)

Change marker filename which is used to find those sources via getResource
This commit is contained in:
Pavel V. Talanov
2013-06-25 13:41:37 +04:00
committed by Alexander Udalov
parent 06496ea3ed
commit 1161685fee
20 changed files with 9 additions and 19 deletions
+1 -1
View File
@@ -107,7 +107,7 @@
<classpath refid="classpath"/>
</javac>
<copy todir="${output}/classes/generators">
<fileset dir="compiler/frontend/builtins" includes="jet/*.kotlin_*"/>
<fileset dir="compiler/frontend/builtins" includes="jet/**"/>
</copy>
</target>