From a618f33267d3e2f74c57358a89f18703d6520c0f Mon Sep 17 00:00:00 2001
From: Zach Brown <1254957+zachbr@users.noreply.github.com>
Date: Sun, 29 May 2016 18:26:35 -0500
Subject: [PATCH] Stop relocating jopt-simple
Workaround for GH-189
Relocation breaks the lookup of a resource bundle, and this is easier than forking and maintaining our own version
AFAIK this should be fine to do. Guess we'll see
---
Spigot-Server-Patches/POM-Changes.patch | 18 ++++++++++++++----
1 file changed, 14 insertions(+), 4 deletions(-)
diff --git a/Spigot-Server-Patches/POM-Changes.patch b/Spigot-Server-Patches/POM-Changes.patch
index 22e14cdf3f..958ec60b35 100644
--- a/Spigot-Server-Patches/POM-Changes.patch
+++ b/Spigot-Server-Patches/POM-Changes.patch
@@ -81,7 +81,8 @@ index 0000000000000000000000000000000000000000..00000000000000000000000000000000
- spigot.desc
-
- initialize
--
++ compile
+
- describe
-
-
@@ -93,8 +94,7 @@ index 0000000000000000000000000000000000000000..00000000000000000000000000000000
- craftbukkit.desc
-
- initialize
-+ compile
-
+-
- describe
+ gitdescribe
@@ -147,8 +147,18 @@ index 0000000000000000000000000000000000000000..00000000000000000000000000000000
+ false
+-
+- joptsimple
+- org.bukkit.craftbukkit.libs.joptsimple
+-
++
++
++
++
++
- joptsimple
+ jline
+ org.bukkit.craftbukkit.libs.jline
@@ -0,0 +0,0 @@
maven-compiler-plugin