From 003b7ecfef842dedf42d8a37b90a2a8df4e3030f Mon Sep 17 00:00:00 2001 From: Graham Date: Mon, 26 Aug 2019 13:50:10 +0100 Subject: [PATCH] Improve wrapping --- asm/pom.xml | 5 +++-- bundler/pom.xml | 6 +++--- decompiler/pom.xml | 6 +++--- deob-annotations/pom.xml | 5 +++-- deob-ast/pom.xml | 5 +++-- deob/pom.xml | 8 ++++---- game/pom.xml | 4 ++-- gl-dri-natives/pom.xml | 6 +++--- gl-natives/pom.xml | 9 +++++---- misc-natives/pom.xml | 8 ++++---- pom.xml | 7 ++++--- 11 files changed, 37 insertions(+), 32 deletions(-) diff --git a/asm/pom.xml b/asm/pom.xml index 627ee3f2..69443e8c 100644 --- a/asm/pom.xml +++ b/asm/pom.xml @@ -12,8 +12,9 @@ jar OpenRS2 ASM Utilities - Common utility code used for manipulating Java - bytecode with the ASM library. + + Common utility code used for manipulating Java bytecode with the ASM + library. diff --git a/bundler/pom.xml b/bundler/pom.xml index fff7db00..6eec60b4 100644 --- a/bundler/pom.xml +++ b/bundler/pom.xml @@ -12,9 +12,9 @@ jar OpenRS2 Bundler - A tool for patching the RuneScape client to allow it to connect - to an OpenRS2 server and improve compatibility with modern - JVMs. + + A tool for patching the RuneScape client to allow it to connect to an + OpenRS2 server and improve compatibility with modern JVMs. diff --git a/decompiler/pom.xml b/decompiler/pom.xml index 7a2b511e..00dbe92d 100644 --- a/decompiler/pom.xml +++ b/decompiler/pom.xml @@ -12,9 +12,9 @@ jar 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. + + A thin wrapper around OpenRS2's fork of Fernflower that sets the standard + options required to decompile the RuneScape client and its dependencies. diff --git a/deob-annotations/pom.xml b/deob-annotations/pom.xml index 987632fa..006d5e70 100644 --- a/deob-annotations/pom.xml +++ b/deob-annotations/pom.xml @@ -12,8 +12,9 @@ jar OpenRS2 Deobfuscator Annotations - Annotations inserted by the deobfuscator to track the original - names and descriptors of classes, methods and fields. + + Annotations inserted by the deobfuscator to track the original names and + descriptors of classes, methods and fields. diff --git a/deob-ast/pom.xml b/deob-ast/pom.xml index 85e58aac..e555b68a 100644 --- a/deob-ast/pom.xml +++ b/deob-ast/pom.xml @@ -12,8 +12,9 @@ jar OpenRS2 AST Deobfuscator - A tool for performing AST-level deobfuscation of the RuneScape - client. It may be run after decompiling the client. + + A tool for performing AST-level deobfuscation of the RuneScape client. It + may be run after decompiling the client. diff --git a/deob/pom.xml b/deob/pom.xml index 95eb80e1..5eecd58d 100644 --- a/deob/pom.xml +++ b/deob/pom.xml @@ -12,10 +12,10 @@ jar OpenRS2 Bytecode Deobfuscator - 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. + + 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. diff --git a/game/pom.xml b/game/pom.xml index f40c9ade..fc5ec3f0 100644 --- a/game/pom.xml +++ b/game/pom.xml @@ -12,8 +12,8 @@ jar OpenRS2 Game Server - Reimplementation of the RuneScape game server - software. + + Reimplementation of the RuneScape game server software. diff --git a/gl-dri-natives/pom.xml b/gl-dri-natives/pom.xml index 769f2535..af8a20a8 100644 --- a/gl-dri-natives/pom.xml +++ b/gl-dri-natives/pom.xml @@ -12,9 +12,9 @@ nar 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. + + Reimplementation of the jaggl_dri native library, which implements the DRI + hack to support the open-source Mesa drivers on UNIX systems. diff --git a/gl-natives/pom.xml b/gl-natives/pom.xml index 22f4c9c5..75f1031d 100644 --- a/gl-natives/pom.xml +++ b/gl-natives/pom.xml @@ -12,10 +12,11 @@ nar OpenRS2 GL Natives - 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. + + 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. diff --git a/misc-natives/pom.xml b/misc-natives/pom.xml index 1e57736c..3fe900ff 100644 --- a/misc-natives/pom.xml +++ b/misc-natives/pom.xml @@ -12,10 +12,10 @@ nar OpenRS2 Misc Natives - 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. + + 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. diff --git a/pom.xml b/pom.xml index a12fc4ac..4b719b94 100644 --- a/pom.xml +++ b/pom.xml @@ -8,9 +8,10 @@ pom OpenRS2 - OpenRS2 is an open-source multiplayer game server and suite of - associated tools. It is compatible with build 550 of the RuneScape client, - which was released in mid-2009. + + OpenRS2 is an open-source multiplayer game server and suite of associated + tools. It is compatible with build 550 of the RuneScape client, which was + released in mid-2009. https://www.openrs2.dev/ 2019