From 405c33c1a14f156c20200679711600df088b2875 Mon Sep 17 00:00:00 2001 From: Graham Date: Sun, 25 Aug 2019 19:41:56 +0100 Subject: [PATCH] Format *.xml files with IDEA's code style --- asm/pom.xml | 3 ++- bundler/pom.xml | 3 ++- decompiler/pom.xml | 3 ++- deob-annotations/pom.xml | 3 ++- deob-ast/pom.xml | 3 ++- deob/pom.xml | 3 ++- game/pom.xml | 3 ++- gl-dri-natives/pom.xml | 3 ++- gl-natives/pom.xml | 3 ++- misc-natives/pom.xml | 3 ++- 10 files changed, 20 insertions(+), 10 deletions(-) diff --git a/asm/pom.xml b/asm/pom.xml index 41d8d25f94..627ee3f273 100644 --- a/asm/pom.xml +++ b/asm/pom.xml @@ -13,7 +13,8 @@ OpenRS2 ASM Utilities Common utility code used for manipulating Java - bytecode with the ASM library. + bytecode with the ASM library. + ${project.parent.basedir} diff --git a/bundler/pom.xml b/bundler/pom.xml index 473a8ef3af..fff7db008d 100644 --- a/bundler/pom.xml +++ b/bundler/pom.xml @@ -14,7 +14,8 @@ OpenRS2 Bundler A tool for patching the RuneScape client to allow it to connect to an OpenRS2 server and improve compatibility with modern - JVMs. + JVMs. + ${project.parent.basedir} diff --git a/decompiler/pom.xml b/decompiler/pom.xml index 1002941ad2..7a2b511e3f 100644 --- a/decompiler/pom.xml +++ b/decompiler/pom.xml @@ -14,7 +14,8 @@ OpenRS2 Decompiler A thin wrapper around OpenRS2's fork of Fernflower that sets the standard options required to decompile the RuneScape client and its - dependencies. + dependencies. + ${project.parent.basedir} diff --git a/deob-annotations/pom.xml b/deob-annotations/pom.xml index 3d4524d914..987632fa86 100644 --- a/deob-annotations/pom.xml +++ b/deob-annotations/pom.xml @@ -13,7 +13,8 @@ OpenRS2 Deobfuscator Annotations Annotations inserted by the deobfuscator to track the original - names and descriptors of classes, methods and fields. + names and descriptors of classes, methods and fields. + ${project.parent.basedir} diff --git a/deob-ast/pom.xml b/deob-ast/pom.xml index a595e3273d..85e58aac7d 100644 --- a/deob-ast/pom.xml +++ b/deob-ast/pom.xml @@ -13,7 +13,8 @@ OpenRS2 AST Deobfuscator A tool for performing AST-level deobfuscation of the RuneScape - client. It may be run after decompiling the client. + client. It may be run after decompiling the client. + ${project.parent.basedir} diff --git a/deob/pom.xml b/deob/pom.xml index 7ad2ee07e9..95eb80e110 100644 --- a/deob/pom.xml +++ b/deob/pom.xml @@ -15,7 +15,8 @@ A tool for performing bytecode-level deobfuscation of the RuneScape client. It must be run before decompiling the client - some of the transformations it performs are required for the decompiler to produce valid - output. + output. + ${project.parent.basedir} diff --git a/game/pom.xml b/game/pom.xml index b0cbaa4ab3..f40c9aded1 100644 --- a/game/pom.xml +++ b/game/pom.xml @@ -13,7 +13,8 @@ OpenRS2 Game Server Reimplementation of the RuneScape game server - software. + software. + ${project.parent.basedir} diff --git a/gl-dri-natives/pom.xml b/gl-dri-natives/pom.xml index e7940c7b28..79b2495c99 100644 --- a/gl-dri-natives/pom.xml +++ b/gl-dri-natives/pom.xml @@ -14,7 +14,8 @@ OpenRS2 GL DRI Natives Reimplementation of the jaggl_dri native library, which implements the DRI hack to support the open-source Mesa drivers on UNIX - systems. + systems. + ${project.parent.basedir} diff --git a/gl-natives/pom.xml b/gl-natives/pom.xml index 30db81e68f..fccbe88a8c 100644 --- a/gl-natives/pom.xml +++ b/gl-natives/pom.xml @@ -15,7 +15,8 @@ Reimplementation of the jaggl native library, which implements OpenGL bindings for Windows (WGL), macOS (CGL) and UNIX (GLX) systems. This implementation supports modern versions of Java on macOS, as it is backed - by a CALayer instead of an NSView. + by a CALayer instead of an NSView. + ${project.parent.basedir} diff --git a/misc-natives/pom.xml b/misc-natives/pom.xml index c802cbae20..6337b8496b 100644 --- a/misc-natives/pom.xml +++ b/misc-natives/pom.xml @@ -15,7 +15,8 @@ Reimplementation of the jagmisc native library, which implements a high-precision timer for Windows systems. It is queried from a thread pinned to a single processor core to work around hardware - bugs. + bugs. + ${project.parent.basedir}