Rename package jet -> kotlin in cli, cli-common

org.jetbrains.jet.cli -> org.jetbrains.kotlin.cli

Also fix some minor warnings
This commit is contained in:
Alexander Udalov
2015-01-08 20:30:27 +03:00
parent 54714e7fb4
commit 8ca803775f
169 changed files with 499 additions and 498 deletions
+1 -1
View File
@@ -10,7 +10,7 @@ To run Preloader with instrumentation, pass ```instrument=...``` on the command
```
org.jetbrains.kotlin.preloading.Preloader \
dist/kotlinc/lib/kotlin-compiler.jar \
org.jetbrains.jet.cli.jvm.K2JVMCompiler \
org.jetbrains.kotlin.cli.jvm.K2JVMCompiler \
5000 \
instrument=out/artifacts/Instrumentation/instrumentation.jar \
<compiler's command-line args>