From 8ecbe7bb827e28746887ba3d8845c58038856a2b Mon Sep 17 00:00:00 2001 From: Graham Date: Sun, 22 Sep 2019 21:32:01 +0100 Subject: [PATCH] Remove unused openrs2.root property --- asm/pom.xml | 4 ---- bundler/pom.xml | 4 ---- decompiler/pom.xml | 4 ---- deob-annotations/pom.xml | 4 ---- deob-ast/pom.xml | 4 ---- deob/pom.xml | 4 ---- game/pom.xml | 4 ---- gl-dri-natives/pom.xml | 4 ---- gl-natives/pom.xml | 4 ---- misc-natives/pom.xml | 4 ---- pom.xml | 1 - util/pom.xml | 4 ---- 12 files changed, 45 deletions(-) diff --git a/asm/pom.xml b/asm/pom.xml index 69443e8c..455dca26 100644 --- a/asm/pom.xml +++ b/asm/pom.xml @@ -17,10 +17,6 @@ library. - - ${project.parent.basedir} - - dev.openrs2 diff --git a/bundler/pom.xml b/bundler/pom.xml index 6eec60b4..a4be2fbb 100644 --- a/bundler/pom.xml +++ b/bundler/pom.xml @@ -17,10 +17,6 @@ OpenRS2 server and improve compatibility with modern JVMs. - - ${project.parent.basedir} - - dev.openrs2 diff --git a/decompiler/pom.xml b/decompiler/pom.xml index 00dbe92d..7a9e7715 100644 --- a/decompiler/pom.xml +++ b/decompiler/pom.xml @@ -17,10 +17,6 @@ options required to decompile the RuneScape client and its dependencies. - - ${project.parent.basedir} - - dev.openrs2 diff --git a/deob-annotations/pom.xml b/deob-annotations/pom.xml index 37d2b0cc..08e5efcb 100644 --- a/deob-annotations/pom.xml +++ b/deob-annotations/pom.xml @@ -22,8 +22,4 @@ https://www.gnu.org/licenses/lgpl-3.0.txt - - - ${project.parent.basedir} - diff --git a/deob-ast/pom.xml b/deob-ast/pom.xml index e555b68a..5775c77f 100644 --- a/deob-ast/pom.xml +++ b/deob-ast/pom.xml @@ -17,10 +17,6 @@ may be run after decompiling the client. - - ${project.parent.basedir} - - ch.qos.logback diff --git a/deob/pom.xml b/deob/pom.xml index 5eecd58d..d8dd1abe 100644 --- a/deob/pom.xml +++ b/deob/pom.xml @@ -18,10 +18,6 @@ it performs are required for the decompiler to produce valid output. - - ${project.parent.basedir} - - dev.openrs2 diff --git a/game/pom.xml b/game/pom.xml index fc5ec3f0..d8abfb1d 100644 --- a/game/pom.xml +++ b/game/pom.xml @@ -16,10 +16,6 @@ Reimplementation of the RuneScape game server software. - - ${project.parent.basedir} - - co.paralleluniverse diff --git a/gl-dri-natives/pom.xml b/gl-dri-natives/pom.xml index 61b4d783..ff38709d 100644 --- a/gl-dri-natives/pom.xml +++ b/gl-dri-natives/pom.xml @@ -23,10 +23,6 @@ - - ${project.parent.basedir} - - diff --git a/gl-natives/pom.xml b/gl-natives/pom.xml index 52c3f9d6..11480ad1 100644 --- a/gl-natives/pom.xml +++ b/gl-natives/pom.xml @@ -25,10 +25,6 @@ - - ${project.parent.basedir} - - diff --git a/misc-natives/pom.xml b/misc-natives/pom.xml index d6558a2d..a93de5e2 100644 --- a/misc-natives/pom.xml +++ b/misc-natives/pom.xml @@ -23,8 +23,4 @@ https://www.gnu.org/licenses/lgpl-3.0.txt - - - ${project.parent.basedir} - diff --git a/pom.xml b/pom.xml index 050ab636..9083a5dc 100644 --- a/pom.xml +++ b/pom.xml @@ -46,7 +46,6 @@ ${java.home} - ${project.basedir} diff --git a/util/pom.xml b/util/pom.xml index f1b85306..9f66cc65 100644 --- a/util/pom.xml +++ b/util/pom.xml @@ -14,10 +14,6 @@ OpenRS2 Utilities Common utility code used by all modules. - - ${project.parent.basedir} - - com.google.guava