From 4c5f6eb1b7cf604bc9fea31a7c083dd38f92310a Mon Sep 17 00:00:00 2001 From: "Dylan K. Taylor" Date: Tue, 11 Jun 2019 17:56:13 +0100 Subject: [PATCH] Moved preprocessor submodule to build/ directory --- .gitmodules | 2 +- {tests => build}/preprocessor | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename {tests => build}/preprocessor (100%) diff --git a/.gitmodules b/.gitmodules index cf20af141..74a88d57b 100644 --- a/.gitmodules +++ b/.gitmodules @@ -2,7 +2,7 @@ path = src/pocketmine/lang/locale url = https://github.com/pmmp/PocketMine-Language.git [submodule "tests/preprocessor"] - path = tests/preprocessor + path = build/preprocessor url = https://github.com/pmmp/preprocessor.git [submodule "tests/plugins/PocketMine-DevTools"] path = tests/plugins/PocketMine-DevTools diff --git a/tests/preprocessor b/build/preprocessor similarity index 100% rename from tests/preprocessor rename to build/preprocessor