create a standard jar of the kotlin JS source that needs to be compiled when generating JS code so its easy to reuse using regular maven dependencies in build tools; updated the examples to reuse this so that its easy to build JS code without needing to know where on the file system a kotlin checkout lives

This commit is contained in:
James Strachan
2012-05-28 17:16:12 +01:00
parent 980db4d087
commit ec1a7f44ae
9 changed files with 9209 additions and 64 deletions
+7 -3
View File
@@ -31,9 +31,13 @@
<groupId>org.jetbrains.kotlin</groupId>
<artifactId>kotlin-maven-plugin</artifactId>
<version>${project.version}</version>
<configuration>
<jsLibrarySourceDir>${kotlin-js-lib-srcdir}</jsLibrarySourceDir>
</configuration>
<dependencies>
<dependency>
<groupId>org.jetbrains.kotlin</groupId>
<artifactId>kotlin-js-library</artifactId>
<version>${project.version}</version>
</dependency>
</dependencies>
<executions>
<execution>
<id>js</id>
File diff suppressed because it is too large Load Diff