From 423a146bcec794cccbcec725a651d661875d4c79 Mon Sep 17 00:00:00 2001 From: Ilya Gorbunov Date: Tue, 29 Sep 2015 20:36:37 +0300 Subject: [PATCH] Preprocessor: do not use legacy package facade name in build.xml. --- build.xml | 2 +- .../{cli.kt => PreprocessorCLI.kt} | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) rename compiler/conditional-preprocessor/src/org.jetbrains.kotlin.preprocessor/{cli.kt => PreprocessorCLI.kt} (97%) diff --git a/build.xml b/build.xml index cb4b029628c..ce8f71b62b3 100644 --- a/build.xml +++ b/build.xml @@ -755,7 +755,7 @@ - + diff --git a/compiler/conditional-preprocessor/src/org.jetbrains.kotlin.preprocessor/cli.kt b/compiler/conditional-preprocessor/src/org.jetbrains.kotlin.preprocessor/PreprocessorCLI.kt similarity index 97% rename from compiler/conditional-preprocessor/src/org.jetbrains.kotlin.preprocessor/cli.kt rename to compiler/conditional-preprocessor/src/org.jetbrains.kotlin.preprocessor/PreprocessorCLI.kt index 98ebf685056..af6c4a6ebc9 100644 --- a/compiler/conditional-preprocessor/src/org.jetbrains.kotlin.preprocessor/cli.kt +++ b/compiler/conditional-preprocessor/src/org.jetbrains.kotlin.preprocessor/PreprocessorCLI.kt @@ -13,7 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - +@file:JvmName("PreprocessorCLI") package org.jetbrains.kotlin.preprocessor import java.io.File