diff --git a/.idea/artifacts/KotlinPlugin.xml b/.idea/artifacts/KotlinPlugin.xml index 3626e8552d8..ce9c9cb42d4 100644 --- a/.idea/artifacts/KotlinPlugin.xml +++ b/.idea/artifacts/KotlinPlugin.xml @@ -4,7 +4,7 @@ - + diff --git a/.idea/libraries/asm.xml b/.idea/libraries/asm.xml deleted file mode 100644 index 3de86f5b6c3..00000000000 --- a/.idea/libraries/asm.xml +++ /dev/null @@ -1,13 +0,0 @@ - - - - - - - - - - - - - \ No newline at end of file diff --git a/.idea/libraries/asm_util.xml b/.idea/libraries/asm_util.xml new file mode 100644 index 00000000000..fd5b05e4446 --- /dev/null +++ b/.idea/libraries/asm_util.xml @@ -0,0 +1,11 @@ + + + + + + + + + + + \ No newline at end of file diff --git a/.idea/libraries/idea_full.xml b/.idea/libraries/idea_full.xml index 198f46a091f..58b04f543b5 100644 --- a/.idea/libraries/idea_full.xml +++ b/.idea/libraries/idea_full.xml @@ -140,7 +140,6 @@ - @@ -148,8 +147,6 @@ - - diff --git a/.idea/libraries/intellij_core.xml b/.idea/libraries/intellij_core.xml index b85a709473b..89612d71fb2 100644 --- a/.idea/libraries/intellij_core.xml +++ b/.idea/libraries/intellij_core.xml @@ -2,6 +2,7 @@ + @@ -53,13 +54,10 @@ - - - - + diff --git a/build.xml b/build.xml index 5d9c510e997..23c6fb172ff 100644 --- a/build.xml +++ b/build.xml @@ -24,6 +24,8 @@ + + @@ -208,9 +210,14 @@ + + + + + @@ -293,6 +300,8 @@ -injars '${output}/kotlin-compiler-before-proguard.jar' -outjars '${kotlin-home}/lib/kotlin-compiler.jar' + -dontwarn org.jetbrains.jet.internal.com.intellij.util.** + -libraryjars '${rtjar}' -target 1.6 diff --git a/compiler/backend/backend.iml b/compiler/backend/backend.iml index 3863a3c3630..ab7071d41c1 100644 --- a/compiler/backend/backend.iml +++ b/compiler/backend/backend.iml @@ -9,7 +9,7 @@ - + diff --git a/compiler/cli/cli.iml b/compiler/cli/cli.iml index c0cbe2baf01..bbdeb6ba1ea 100644 --- a/compiler/cli/cli.iml +++ b/compiler/cli/cli.iml @@ -13,7 +13,7 @@ - + diff --git a/compiler/tests/compiler-tests.iml b/compiler/tests/compiler-tests.iml index c20ff6b17a1..04811778b97 100644 --- a/compiler/tests/compiler-tests.iml +++ b/compiler/tests/compiler-tests.iml @@ -13,7 +13,7 @@ - + diff --git a/lib/asm-3.3-src.zip b/lib/asm-3.3-src.zip deleted file mode 100644 index 68995ddf62e..00000000000 Binary files a/lib/asm-3.3-src.zip and /dev/null differ diff --git a/lib/asm-analysis-3.3.jar b/lib/asm-analysis-3.3.jar deleted file mode 100644 index 852d9815892..00000000000 Binary files a/lib/asm-analysis-3.3.jar and /dev/null differ diff --git a/lib/asm-tree-3.3.jar b/lib/asm-tree-3.3.jar deleted file mode 100644 index 4a5daa68a01..00000000000 Binary files a/lib/asm-tree-3.3.jar and /dev/null differ diff --git a/lib/asm-util-3.3.jar b/lib/asm-util-3.3.jar deleted file mode 100644 index 115bcc732a0..00000000000 Binary files a/lib/asm-util-3.3.jar and /dev/null differ diff --git a/update_dependencies.xml b/update_dependencies.xml index f0dcd86dde2..d78fd8c92db 100644 --- a/update_dependencies.xml +++ b/update_dependencies.xml @@ -1,12 +1,17 @@ - - + - + @@ -92,17 +97,79 @@ + + + + - - + + + - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - @@ -110,18 +177,16 @@ - - - - - - - - + + + + + + - - - + + + @@ -140,7 +205,7 @@ - +