mirror of
https://hub.spigotmc.org/stash/scm/spigot/spigot.git
synced 2025-09-18 21:33:01 +00:00
Fix patch.
This commit is contained in:
parent
bb782d07ae
commit
5a74d55c67
2 changed files with 10 additions and 10 deletions
|
@ -1,16 +1,16 @@
|
|||
From f6c230426f40bb0166c7982d0294174cdc829ae8 Mon Sep 17 00:00:00 2001
|
||||
From 585d45507846245f38fcbd96c50d7d090ae04cd6 Mon Sep 17 00:00:00 2001
|
||||
From: md_5 <git@md-5.net>
|
||||
Date: Sat, 13 Dec 2014 12:59:14 +1100
|
||||
Subject: [PATCH] BungeeCord Chat API
|
||||
|
||||
|
||||
diff --git a/pom.xml b/pom.xml
|
||||
index 8b14b57..cd810fb 100644
|
||||
index 7073202..89c1ade 100644
|
||||
--- a/pom.xml
|
||||
+++ b/pom.xml
|
||||
@@ -118,6 +118,13 @@
|
||||
<artifactId>commons-lang</artifactId>
|
||||
<version>2.3</version>
|
||||
<version>2.6</version>
|
||||
</dependency>
|
||||
+ <dependency>
|
||||
+ <groupId>net.md-5</groupId>
|
||||
|
@ -81,5 +81,5 @@ index b55d70e..8eb781e 100644
|
|||
|
||||
Spigot spigot();
|
||||
--
|
||||
2.1.0
|
||||
1.9.4.msysgit.2
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
From 7819cebcf89352affe402247b6f134fa96f5038e Mon Sep 17 00:00:00 2001
|
||||
From 84cceb2127d9feeb2dbc3a7706be0ae5d58f7b64 Mon Sep 17 00:00:00 2001
|
||||
From: md_5 <md_5@live.com.au>
|
||||
Date: Tue, 2 Jul 2013 13:07:39 +1000
|
||||
Subject: [PATCH] POM Changes
|
||||
|
@ -6,7 +6,7 @@ Subject: [PATCH] POM Changes
|
|||
Basic changes to the build system which mark the artifact as Spigot, and the necessary code changes to ensure proper functionality. Also disables the auto updater provided by CraftBukkit as it is useless to us.
|
||||
|
||||
diff --git a/pom.xml b/pom.xml
|
||||
index af5aea5..95c4594 100644
|
||||
index 2b29172..dc1d420 100644
|
||||
--- a/pom.xml
|
||||
+++ b/pom.xml
|
||||
@@ -1,12 +1,12 @@
|
||||
|
@ -46,7 +46,7 @@ index af5aea5..95c4594 100644
|
|||
<version>${project.version}</version>
|
||||
<type>jar</type>
|
||||
<scope>compile</scope>
|
||||
@@ -110,21 +117,39 @@
|
||||
@@ -83,21 +90,39 @@
|
||||
|
||||
<!-- This builds a completely 'ready to start' jar with all dependencies inside -->
|
||||
<build>
|
||||
|
@ -89,7 +89,7 @@ index af5aea5..95c4594 100644
|
|||
<phase>compile</phase>
|
||||
<goals>
|
||||
<goal>gitdescribe</goal>
|
||||
@@ -141,7 +166,7 @@
|
||||
@@ -114,7 +139,7 @@
|
||||
<manifestEntries>
|
||||
<Main-Class>org.bukkit.craftbukkit.Main</Main-Class>
|
||||
<Implementation-Title>CraftBukkit</Implementation-Title>
|
||||
|
@ -98,7 +98,7 @@ index af5aea5..95c4594 100644
|
|||
<Implementation-Vendor>Bukkit Team</Implementation-Vendor>
|
||||
<Specification-Title>Bukkit</Specification-Title>
|
||||
<Specification-Version>${api.version}</Specification-Version>
|
||||
@@ -174,7 +199,7 @@
|
||||
@@ -147,7 +172,7 @@
|
||||
<plugin>
|
||||
<groupId>org.apache.maven.plugins</groupId>
|
||||
<artifactId>maven-shade-plugin</artifactId>
|
||||
|
@ -121,5 +121,5 @@ index f905d17..9304637 100644
|
|||
|
||||
if (stream != null) {
|
||||
--
|
||||
2.1.0
|
||||
1.9.4.msysgit.2
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue