From f1c40d77a1ce3526cbefee05da9b0b0069a49151 Mon Sep 17 00:00:00 2001 From: Zach Brown Date: Mon, 21 Jul 2014 19:28:52 -0500 Subject: [PATCH] Update MinecraftServer and MinecraftRelocate for module change --- MinecraftRelocate/pom.xml | 6 +++--- MinecraftRelocate/rename.sh | 4 ++++ MinecraftServer/pom.xml | 6 +++--- README.md | 2 +- 4 files changed, 11 insertions(+), 7 deletions(-) diff --git a/MinecraftRelocate/pom.xml b/MinecraftRelocate/pom.xml index c223fe9539..1c7105850c 100644 --- a/MinecraftRelocate/pom.xml +++ b/MinecraftRelocate/pom.xml @@ -3,13 +3,13 @@ 4.0.0 - org.spigotmc - spigot-parent + org.github.paperspigot + paperspigot-parent dev-SNAPSHOT ../pom.xml - org.spigotmc + org.github.paperspigot minecraft-server-relocated 1.7.10-SNAPSHOT jar diff --git a/MinecraftRelocate/rename.sh b/MinecraftRelocate/rename.sh index b814ea54a7..b9b25f357c 100755 --- a/MinecraftRelocate/rename.sh +++ b/MinecraftRelocate/rename.sh @@ -1,7 +1,11 @@ #!/bin/sh +find ../PaperSpigot-Server/src/ -type f -exec sed -i 's/net.minecraft.util.//g' {} \; find ../Spigot-Server/src/ -type f -exec sed -i 's/net.minecraft.util.//g' {} \; +find ../Spigot-Server-Patches/ -type f -exec sed -i 's/net.minecraft.util.//g' {} \; find ../CraftBukkit-Patches/ -type f -exec sed -i 's/net.minecraft.util.//g' {} \; +find ../PaperSpigot-Server/src/ -type f -exec sed -i 's/com.mojang.authlib./net.minecraft.util.com.mojang.authlib./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' {} \; +find ../Spigot-Server-Patches/ -type f -exec sed -i 's/com.mojang.authlib./net.minecraft.util.com.mojang.authlib./g' {} \; diff --git a/MinecraftServer/pom.xml b/MinecraftServer/pom.xml index 8679736760..827c2fa386 100644 --- a/MinecraftServer/pom.xml +++ b/MinecraftServer/pom.xml @@ -3,13 +3,13 @@ 4.0.0 - org.spigotmc - spigot-parent + org.github.paperspigot + paperspigot-parent dev-SNAPSHOT ../pom.xml - org.spigotmc + org.github.paperspigot minecraft-server 1.7.10-SNAPSHOT jar diff --git a/README.md b/README.md index cc5a05c2f0..2b31641ff7 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -PaperSpigot [![Build Status](https://travis-ci.org/PaperSpigot/Spigot.png)](https://travis-ci.org/PaperSpigot/Spigot) +PaperSpigot [![Build Status](http://ci.destroystokyo.com/buildStatus/icon?job=PaperSpigot)](http://ci.destroystokyo.com/job/PaperSpigot/) =========== High performance Spigot fork that aims to fix gameplay and mechanics inconsistencies.