Minor, change JVM runtime's Implementation-Title

It's not a compiler runtime, but rather a runtime for Kotlin apps
This commit is contained in:
Alexander Udalov
2014-08-15 11:48:03 +04:00
parent 09d3ddfcae
commit cc4a67da71
3 changed files with 5 additions and 5 deletions
@@ -43,7 +43,7 @@ public class LibraryUtils {
try {
Properties properties = new Properties();
properties.load(manifestProperties);
jvmStdLib = properties.getProperty("manifest.impl.title.kotlin.jvm.runtime.and.stdlib");
jvmStdLib = properties.getProperty("manifest.impl.title.kotlin.jvm.runtime");
jsStdLib = properties.getProperty("manifest.impl.title.kotlin.javascript.stdlib");
}
catch (IOException e) {