From 803fb82b8b037090191c5424b691424360f03322 Mon Sep 17 00:00:00 2001 From: Alexander Udalov Date: Mon, 1 Jun 2015 12:06:19 +0300 Subject: [PATCH] Minor, move compiler.pro out of project root --- build.xml | 4 ++-- compiler.pro => compiler/compiler.pro | 0 2 files changed, 2 insertions(+), 2 deletions(-) rename compiler.pro => compiler/compiler.pro (100%) diff --git a/build.xml b/build.xml index 96fa1343110..e906f77afe1 100644 --- a/build.xml +++ b/build.xml @@ -10,7 +10,7 @@ - + @@ -517,7 +517,7 @@ - + diff --git a/compiler.pro b/compiler/compiler.pro similarity index 100% rename from compiler.pro rename to compiler/compiler.pro