diff options
author | Mattes D <github@xoft.cz> | 2015-09-06 10:05:18 +0200 |
---|---|---|
committer | Mattes D <github@xoft.cz> | 2015-09-06 10:05:18 +0200 |
commit | 7da79fdc19a9825b29cda58a698da1fa3cfb8e57 (patch) | |
tree | ec17a9703fe734956e4f151cb5306befc4fd7571 /.gitmodules | |
parent | Merge pull request #2459 from cuberite/fixes (diff) | |
parent | Renamed output directory to Server (diff) | |
download | cuberite-7da79fdc19a9825b29cda58a698da1fa3cfb8e57.tar cuberite-7da79fdc19a9825b29cda58a698da1fa3cfb8e57.tar.gz cuberite-7da79fdc19a9825b29cda58a698da1fa3cfb8e57.tar.bz2 cuberite-7da79fdc19a9825b29cda58a698da1fa3cfb8e57.tar.lz cuberite-7da79fdc19a9825b29cda58a698da1fa3cfb8e57.tar.xz cuberite-7da79fdc19a9825b29cda58a698da1fa3cfb8e57.tar.zst cuberite-7da79fdc19a9825b29cda58a698da1fa3cfb8e57.zip |
Diffstat (limited to '.gitmodules')
-rw-r--r-- | .gitmodules | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/.gitmodules b/.gitmodules index f3653ec9f..7ea69d180 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,23 +1,23 @@ [submodule "MCServer/Plugins/Core"] - path = MCServer/Plugins/Core + path = Server/Plugins/Core url = https://github.com/mc-server/Core.git [submodule "MCServer/Plugins/ProtectionAreas"] - path = MCServer/Plugins/ProtectionAreas + path = Server/Plugins/ProtectionAreas url = https://github.com/mc-server/ProtectionAreas.git [submodule "MCServer/Plugins/TransAPI"] - path = MCServer/Plugins/TransAPI + path = Server/Plugins/TransAPI url = https://github.com/bearbin/transapi.git [submodule "MCServer/Plugins/ChunkWorx"] - path = MCServer/Plugins/ChunkWorx + path = Server/Plugins/ChunkWorx url = https://github.com/mc-server/ChunkWorx.git [submodule "MCServer/Plugins/ChatLog"] - path = MCServer/Plugins/ChatLog + path = Server/Plugins/ChatLog url = https://github.com/mc-server/ChatLog.git [submodule "MCServer/Plugins/Handy"] - path = MCServer/Plugins/Handy + path = Server/Plugins/Handy url = https://github.com/mc-server/Handy.git [submodule "MCServer/Plugins/MagicCarpet"] - path = MCServer/Plugins/MagicCarpet + path = Server/Plugins/MagicCarpet url = https://github.com/mc-server/MagicCarpet.git [submodule "lib/polarssl"] path = lib/polarssl |