maven artifacts: runtime, stdlib -> kotlin-runtime, kotlin-stdlib

This commit is contained in:
Leonid Shalupov
2012-04-10 22:37:41 +04:00
parent ff9af9b348
commit 863042da27
12 changed files with 13 additions and 24 deletions
+1 -1
View File
@@ -28,7 +28,7 @@
<dependency>
<groupId>org.jetbrains.kotlin</groupId>
<artifactId>stdlib</artifactId>
<artifactId>kotlin-stdlib</artifactId>
<version>${project.version}</version>
</dependency>
</dependencies>
+1 -6
View File
@@ -40,7 +40,7 @@
</dependency>
<dependency>
<groupId>org.jetbrains.kotlin</groupId>
<artifactId>runtime</artifactId>
<artifactId>kotlin-runtime</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
@@ -156,11 +156,6 @@
<goal>shade</goal>
</goals>
<configuration>
<!--
<createDependencyReducedPom>true</createDependencyReducedPom>
<keepDependenciesWithProvidedScope>true</keepDependenciesWithProvidedScope>
<promoteTransitiveDependencies>true</promoteTransitiveDependencies>
-->
<artifactSet>
<includes>
<include>org.jetbrains.kotlin:*</include>
+1 -1
View File
@@ -11,7 +11,7 @@
<version>1.0-SNAPSHOT</version>
</parent>
<artifactId>runtime</artifactId>
<artifactId>kotlin-runtime</artifactId>
<packaging>jar</packaging>
<build>