Upstream merge

This commit is contained in:
Zach Brown
2014-06-26 15:07:23 -05:00
parent 6e3ee2f859
commit 395268c602
6 changed files with 119 additions and 2 deletions

7
MinecraftRelocate/rename.sh Executable file
View File

@@ -0,0 +1,7 @@
#!/bin/sh
find ../Spigot-Server/src/ -type f -exec sed -i 's/net.minecraft.util.//g' {} \;
find ../CraftBukkit-Patches/ -type f -exec sed -i 's/net.minecraft.util.//g' {} \;
find ../Spigot-Server/src/ -type f -exec sed -i 's/com.mojang.authlib./net.minecraft.util.com.mojang.authlib./g' {} \;
find ../CraftBukkit-Patches/ -type f -exec sed -i 's/com.mojang.authlib./net.minecraft.util.com.mojang.authlib./g' {} \;