Improve <description> wrapping

pull/48/head
Graham 5 years ago
parent a5789b6860
commit 003b7ecfef
  1. 5
      asm/pom.xml
  2. 6
      bundler/pom.xml
  3. 6
      decompiler/pom.xml
  4. 5
      deob-annotations/pom.xml
  5. 5
      deob-ast/pom.xml
  6. 8
      deob/pom.xml
  7. 4
      game/pom.xml
  8. 6
      gl-dri-natives/pom.xml
  9. 9
      gl-natives/pom.xml
  10. 8
      misc-natives/pom.xml
  11. 7
      pom.xml

@ -12,8 +12,9 @@
<packaging>jar</packaging> <packaging>jar</packaging>
<name>OpenRS2 ASM Utilities</name> <name>OpenRS2 ASM Utilities</name>
<description>Common utility code used for manipulating Java <description>
bytecode with the ASM library. Common utility code used for manipulating Java bytecode with the ASM
library.
</description> </description>
<properties> <properties>

@ -12,9 +12,9 @@
<packaging>jar</packaging> <packaging>jar</packaging>
<name>OpenRS2 Bundler</name> <name>OpenRS2 Bundler</name>
<description>A tool for patching the RuneScape client to allow it to connect <description>
to an OpenRS2 server and improve compatibility with modern A tool for patching the RuneScape client to allow it to connect to an
JVMs. OpenRS2 server and improve compatibility with modern JVMs.
</description> </description>
<properties> <properties>

@ -12,9 +12,9 @@
<packaging>jar</packaging> <packaging>jar</packaging>
<name>OpenRS2 Decompiler</name> <name>OpenRS2 Decompiler</name>
<description>A thin wrapper around OpenRS2's fork of Fernflower that sets the <description>
standard options required to decompile the RuneScape client and its A thin wrapper around OpenRS2's fork of Fernflower that sets the standard
dependencies. options required to decompile the RuneScape client and its dependencies.
</description> </description>
<properties> <properties>

@ -12,8 +12,9 @@
<packaging>jar</packaging> <packaging>jar</packaging>
<name>OpenRS2 Deobfuscator Annotations</name> <name>OpenRS2 Deobfuscator Annotations</name>
<description>Annotations inserted by the deobfuscator to track the original <description>
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.
</description> </description>
<properties> <properties>

@ -12,8 +12,9 @@
<packaging>jar</packaging> <packaging>jar</packaging>
<name>OpenRS2 AST Deobfuscator</name> <name>OpenRS2 AST Deobfuscator</name>
<description>A tool for performing AST-level deobfuscation of the RuneScape <description>
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.
</description> </description>
<properties> <properties>

@ -12,10 +12,10 @@
<packaging>jar</packaging> <packaging>jar</packaging>
<name>OpenRS2 Bytecode Deobfuscator</name> <name>OpenRS2 Bytecode Deobfuscator</name>
<description>A tool for performing bytecode-level deobfuscation of the <description>
RuneScape client. It must be run before decompiling the client - some of the A tool for performing bytecode-level deobfuscation of the RuneScape client.
transformations it performs are required for the decompiler to produce valid It must be run before decompiling the client - some of the transformations
output. it performs are required for the decompiler to produce valid output.
</description> </description>
<properties> <properties>

@ -12,8 +12,8 @@
<packaging>jar</packaging> <packaging>jar</packaging>
<name>OpenRS2 Game Server</name> <name>OpenRS2 Game Server</name>
<description>Reimplementation of the RuneScape game server <description>
software. Reimplementation of the RuneScape game server software.
</description> </description>
<properties> <properties>

@ -12,9 +12,9 @@
<packaging>nar</packaging> <packaging>nar</packaging>
<name>OpenRS2 GL DRI Natives</name> <name>OpenRS2 GL DRI Natives</name>
<description>Reimplementation of the jaggl_dri native library, which <description>
implements the DRI hack to support the open-source Mesa drivers on UNIX Reimplementation of the jaggl_dri native library, which implements the DRI
systems. hack to support the open-source Mesa drivers on UNIX systems.
</description> </description>
<licenses> <licenses>
<license> <license>

@ -12,10 +12,11 @@
<packaging>nar</packaging> <packaging>nar</packaging>
<name>OpenRS2 GL Natives</name> <name>OpenRS2 GL Natives</name>
<description>Reimplementation of the jaggl native library, which implements <description>
OpenGL bindings for Windows (WGL), macOS (CGL) and UNIX (GLX) systems. This Reimplementation of the jaggl native library, which implements OpenGL
implementation supports modern versions of Java on macOS, as it is backed bindings for Windows (WGL), macOS (CGL) and UNIX (GLX) systems. This
by a CALayer instead of an NSView. implementation supports modern versions of Java on macOS, as it is backed by
a CALayer instead of an NSView.
</description> </description>
<licenses> <licenses>
<license> <license>

@ -12,10 +12,10 @@
<packaging>nar</packaging> <packaging>nar</packaging>
<name>OpenRS2 Misc Natives</name> <name>OpenRS2 Misc Natives</name>
<description>Reimplementation of the jagmisc native library, which implements <description>
a high-precision timer for Windows systems. It is queried from a thread Reimplementation of the jagmisc native library, which implements a
pinned to a single processor core to work around hardware high-precision timer for Windows systems. It is queried from a thread
bugs. pinned to a single processor core to work around hardware bugs.
</description> </description>
<licenses> <licenses>
<license> <license>

@ -8,9 +8,10 @@
<packaging>pom</packaging> <packaging>pom</packaging>
<name>OpenRS2</name> <name>OpenRS2</name>
<description>OpenRS2 is an open-source multiplayer game server and suite of <description>
associated tools. It is compatible with build 550 of the RuneScape client, OpenRS2 is an open-source multiplayer game server and suite of associated
which was released in mid-2009. tools. It is compatible with build 550 of the RuneScape client, which was
released in mid-2009.
</description> </description>
<url>https://www.openrs2.dev/</url> <url>https://www.openrs2.dev/</url>
<inceptionYear>2019</inceptionYear> <inceptionYear>2019</inceptionYear>

Loading…
Cancel
Save