From fad29b8ad1e24a18677179d6e2224d7bbc47f560 Mon Sep 17 00:00:00 2001 From: Andrey Breslav Date: Tue, 21 May 2013 13:01:31 +0400 Subject: [PATCH] Using the version of ASM that has debug information in it No more need for extra ASM jars (analysis and util) --- .idea/artifacts/KotlinPlugin.xml | 1 - .idea/libraries/asm.xml | 2 +- .idea/libraries/asm_addons.xml | 12 ------------ build.xml | 4 +--- compiler/backend/backend.iml | 1 - compiler/cli/cli.iml | 1 - compiler/tests/compiler-tests.iml | 1 - update_dependencies.xml | 27 +++++++++++++-------------- 8 files changed, 15 insertions(+), 34 deletions(-) delete mode 100644 .idea/libraries/asm_addons.xml diff --git a/.idea/artifacts/KotlinPlugin.xml b/.idea/artifacts/KotlinPlugin.xml index 778180015dc..41a47a34c35 100644 --- a/.idea/artifacts/KotlinPlugin.xml +++ b/.idea/artifacts/KotlinPlugin.xml @@ -4,7 +4,6 @@ - diff --git a/.idea/libraries/asm.xml b/.idea/libraries/asm.xml index 8968222f967..13003cfe5f2 100644 --- a/.idea/libraries/asm.xml +++ b/.idea/libraries/asm.xml @@ -1,7 +1,7 @@ - + diff --git a/.idea/libraries/asm_addons.xml b/.idea/libraries/asm_addons.xml deleted file mode 100644 index 7488a22044c..00000000000 --- a/.idea/libraries/asm_addons.xml +++ /dev/null @@ -1,12 +0,0 @@ - - - - - - - - - - - - \ No newline at end of file diff --git a/build.xml b/build.xml index 632c0352eb8..182b6655096 100644 --- a/build.xml +++ b/build.xml @@ -18,7 +18,6 @@ - @@ -276,8 +275,7 @@ - - + diff --git a/compiler/backend/backend.iml b/compiler/backend/backend.iml index 9dd4449bbb4..e1b68dd0487 100644 --- a/compiler/backend/backend.iml +++ b/compiler/backend/backend.iml @@ -9,7 +9,6 @@ - diff --git a/compiler/cli/cli.iml b/compiler/cli/cli.iml index 3fc055ccfc9..f67af7c8ec3 100644 --- a/compiler/cli/cli.iml +++ b/compiler/cli/cli.iml @@ -13,7 +13,6 @@ - diff --git a/compiler/tests/compiler-tests.iml b/compiler/tests/compiler-tests.iml index da889f38b4b..c29422b9f46 100644 --- a/compiler/tests/compiler-tests.iml +++ b/compiler/tests/compiler-tests.iml @@ -14,7 +14,6 @@ - diff --git a/update_dependencies.xml b/update_dependencies.xml index 531068ea13f..7ec9ad1fb71 100644 --- a/update_dependencies.xml +++ b/update_dependencies.xml @@ -127,28 +127,20 @@ - - - + - - - - - - - - + + - + @@ -198,7 +190,7 @@ - + @@ -231,7 +223,8 @@ - + + @@ -243,6 +236,12 @@ --> + + +