diff --git a/.idea/libraries/ant.xml b/.idea/libraries/ant_1_7.xml similarity index 91% rename from .idea/libraries/ant.xml rename to .idea/libraries/ant_1_7.xml index d27507728f0..c2543e21bb4 100644 --- a/.idea/libraries/ant.xml +++ b/.idea/libraries/ant_1_7.xml @@ -1,7 +1,7 @@ - + - + diff --git a/build-tools/build-tools.iml b/build-tools/build-tools.iml index ef529099fb1..f0295ced90b 100644 --- a/build-tools/build-tools.iml +++ b/build-tools/build-tools.iml @@ -13,7 +13,7 @@ - + diff --git a/build.xml b/build.xml index 8ab9f20f35a..61d43065f9d 100644 --- a/build.xml +++ b/build.xml @@ -443,7 +443,7 @@ - + diff --git a/compiler/integration-tests/src/org/jetbrains/kotlin/AntTaskTest.java b/compiler/integration-tests/src/org/jetbrains/kotlin/AntTaskTest.java index 8425c0bfd2b..0c6f66f2faa 100644 --- a/compiler/integration-tests/src/org/jetbrains/kotlin/AntTaskTest.java +++ b/compiler/integration-tests/src/org/jetbrains/kotlin/AntTaskTest.java @@ -70,6 +70,6 @@ public class AntTaskTest extends KotlinIntegrationTestBase { } private static String getAntHome() { - return getKotlinProjectHome().getAbsolutePath() + File.separator + "dependencies" + File.separator + "ant"; + return getKotlinProjectHome().getAbsolutePath() + File.separator + "dependencies" + File.separator + "ant-1.7"; } } diff --git a/update_dependencies.xml b/update_dependencies.xml index 32ee51e15ec..a781425c2c9 100644 --- a/update_dependencies.xml +++ b/update_dependencies.xml @@ -128,17 +128,9 @@ - - - - - - - - - + - +