fixed up the JS generation of the Dom stdlib code

This commit is contained in:
James Strachan
2012-06-25 10:04:13 +01:00
parent c09106fe68
commit 7803393aa4
2 changed files with 8 additions and 9 deletions
+1 -2
View File
@@ -43,13 +43,12 @@
<include name="**/*.kt"/>
<exclude name="**/*JVM.kt"/>
</fileset>
<!--
<fileset dir="${basedir}/../../stdlib/test/dom">
<include name="**/*.kt"/>
<exclude name="**/DomBuilderTest.kt"/>
<exclude name="**/NextSiblingTest.kt"/>
<exclude name="**/*JVM.kt"/>
</fileset>
-->
<fileset dir="${basedir}/../../stdlib/test">
<include name="StringTest.kt"/>
</fileset>