Rename package jet -> kotlin in preloader and instrumentation

org.jetbrains.jet.preloading -> org.jetbrains.kotlin.preloading
This commit is contained in:
Alexander Udalov
2015-01-03 15:31:18 +03:00
parent e73ffe76a0
commit 1bf3ca2e26
31 changed files with 62 additions and 62 deletions
+1 -1
View File
@@ -383,7 +383,7 @@
<attribute name="Implementation-Title" value="${manifest.impl.title.kotlin.preloader}"/>
<attribute name="Implementation-Version" value="${build.number}"/>
<attribute name="Main-Class" value="org.jetbrains.jet.preloading.Preloader"/>
<attribute name="Main-Class" value="org.jetbrains.kotlin.preloading.Preloader"/>
</manifest>
</jar>
</target>