allow the JS compiler to reference the JS library source so that maven based JS compilation can work & use the new kotlin.browser API

This commit is contained in:
James Strachan
2012-05-26 07:45:10 +01:00
parent aecb5c72c5
commit 1254aa9e6f
8 changed files with 129 additions and 3 deletions
+6
View File
@@ -20,6 +20,7 @@
<junit-version>4.10</junit-version>
<kotlin-maven-plugin.version>0.2.3.8</kotlin-maven-plugin.version>
<kotlin-dist>${project-root}/dist</kotlin-dist>
<kotlin-js-lib-srcdir>${project-root}/js/js.libraries/src</kotlin-js-lib-srcdir>
<kotlin-sdk>${kotlin-dist}/kotlinc</kotlin-sdk>
<maven.compiler.source>1.6</maven.compiler.source>
<maven.compiler.target>1.6</maven.compiler.target>
@@ -62,7 +63,12 @@
<module>docs/website</module>
<module>examples/kotlin-java-example</module>
<!--
TODO - lets comment out for now until we've found a simpler way
of finding the JS ilbrary source to compile
<module>examples/js-example</module>
-->
</modules>
<dependencies>