diff --git a/asm/pom.xml b/asm/pom.xml index 627ee3f273..69443e8c6e 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 fff7db008d..6eec60b488 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 7a2b511e3f..00dbe92da9 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 987632fa86..006d5e70b7 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 85e58aac7d..e555b68a3e 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 95eb80e110..5eecd58d93 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 f40c9aded1..fc5ec3f0d6 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 769f2535b4..af8a20a846 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 22f4c9c52a..75f1031d48 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 1e57736c2f..3fe900ff77 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 a12fc4acec..4b719b9444 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