Move ant from dependencies/ant -> dependencies/ant-1.7

This commit is contained in:
Erokhin Stanislav
2013-10-25 19:45:22 +04:00
parent 3ee918b084
commit 35bc3cd587
5 changed files with 7 additions and 15 deletions
@@ -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";
}
}