diff --git a/.idea/modules.xml b/.idea/modules.xml index 5d47b3d4413..71d1bb10964 100644 --- a/.idea/modules.xml +++ b/.idea/modules.xml @@ -5,10 +5,10 @@ + - diff --git a/build-tools/build-tools.iml b/ant/ant.iml similarity index 80% rename from build-tools/build-tools.iml rename to ant/ant.iml index f0295ced90b..50e8f687d41 100644 --- a/build-tools/build-tools.iml +++ b/ant/ant.iml @@ -3,8 +3,7 @@ - - + @@ -15,5 +14,4 @@ - - + \ No newline at end of file diff --git a/build-tools/ant/src/org/jetbrains/jet/buildtools/ant/Kotlin2JsTask.kt b/ant/src/org/jetbrains/jet/buildtools/ant/Kotlin2JsTask.kt similarity index 100% rename from build-tools/ant/src/org/jetbrains/jet/buildtools/ant/Kotlin2JsTask.kt rename to ant/src/org/jetbrains/jet/buildtools/ant/Kotlin2JsTask.kt diff --git a/build-tools/ant/src/org/jetbrains/jet/buildtools/ant/Kotlin2JvmTask.kt b/ant/src/org/jetbrains/jet/buildtools/ant/Kotlin2JvmTask.kt similarity index 100% rename from build-tools/ant/src/org/jetbrains/jet/buildtools/ant/Kotlin2JvmTask.kt rename to ant/src/org/jetbrains/jet/buildtools/ant/Kotlin2JvmTask.kt diff --git a/build-tools/ant/src/org/jetbrains/jet/buildtools/ant/KotlinCompilerAdapter.java b/ant/src/org/jetbrains/jet/buildtools/ant/KotlinCompilerAdapter.java similarity index 100% rename from build-tools/ant/src/org/jetbrains/jet/buildtools/ant/KotlinCompilerAdapter.java rename to ant/src/org/jetbrains/jet/buildtools/ant/KotlinCompilerAdapter.java diff --git a/build-tools/ant/src/org/jetbrains/jet/buildtools/ant/KotlinCompilerBaseTask.kt b/ant/src/org/jetbrains/jet/buildtools/ant/KotlinCompilerBaseTask.kt similarity index 100% rename from build-tools/ant/src/org/jetbrains/jet/buildtools/ant/KotlinCompilerBaseTask.kt rename to ant/src/org/jetbrains/jet/buildtools/ant/KotlinCompilerBaseTask.kt diff --git a/build-tools/ant/src/org/jetbrains/jet/buildtools/ant/antlib.xml b/ant/src/org/jetbrains/jet/buildtools/ant/antlib.xml similarity index 100% rename from build-tools/ant/src/org/jetbrains/jet/buildtools/ant/antlib.xml rename to ant/src/org/jetbrains/jet/buildtools/ant/antlib.xml diff --git a/build.xml b/build.xml index 0d9d07cf0d2..a3bde7b1a49 100644 --- a/build.xml +++ b/build.xml @@ -560,14 +560,13 @@ - - + - - - + + @@ -579,8 +578,8 @@ - - + + diff --git a/docs/confluence.jetbrains.com/Kotlin/0_Welcome.confluence b/docs/confluence.jetbrains.com/Kotlin/0_Welcome.confluence index 0fa6961771d..c9839e2cbab 100644 --- a/docs/confluence.jetbrains.com/Kotlin/0_Welcome.confluence +++ b/docs/confluence.jetbrains.com/Kotlin/0_Welcome.confluence @@ -34,7 +34,7 @@ The IDE plugin requires the latest EAP build of [IntelliJ IDEA 11.1|http://eap.j h3. Kontributions * [stdlib|https://github.com/JetBrains/kotlin/tree/master/stdlib] by James Strachan -* [Ant, Maven etc integration|https://github.com/JetBrains/kotlin/tree/master/build-tools] by Evgeny Goldin +* [Ant, Maven etc integration|https://github.com/JetBrains/kotlin/tree/master/ant] by Evgeny Goldin * [Aztec|https://github.com/kondratovich/aztec] by Andrew Kondratovich * [Be the next Kontributor!|http://blog.jetbrains.com/kotlin/2012/03/contributing-to-kotlin/] {column}