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>
<name>OpenRS2 ASM Utilities</name>
<description>Common utility code used for manipulating Java
bytecode with the ASM library.
<description>
Common utility code used for manipulating Java bytecode with the ASM
library.
</description>
<properties>

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

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

@ -12,8 +12,9 @@
<packaging>jar</packaging>
<name>OpenRS2 Deobfuscator Annotations</name>
<description>Annotations inserted by the deobfuscator to track the original
names and descriptors of classes, methods and fields.
<description>
Annotations inserted by the deobfuscator to track the original names and
descriptors of classes, methods and fields.
</description>
<properties>

@ -12,8 +12,9 @@
<packaging>jar</packaging>
<name>OpenRS2 AST Deobfuscator</name>
<description>A tool for performing AST-level deobfuscation of the RuneScape
client. It may be run after decompiling the client.
<description>
A tool for performing AST-level deobfuscation of the RuneScape client. It
may be run after decompiling the client.
</description>
<properties>

@ -12,10 +12,10 @@
<packaging>jar</packaging>
<name>OpenRS2 Bytecode Deobfuscator</name>
<description>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.
<description>
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.
</description>
<properties>

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

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

@ -12,10 +12,11 @@
<packaging>nar</packaging>
<name>OpenRS2 GL Natives</name>
<description>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.
<description>
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.
</description>
<licenses>
<license>

@ -12,10 +12,10 @@
<packaging>nar</packaging>
<name>OpenRS2 Misc Natives</name>
<description>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.
<description>
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.
</description>
<licenses>
<license>

@ -8,9 +8,10 @@
<packaging>pom</packaging>
<name>OpenRS2</name>
<description>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.
<description>
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.
</description>
<url>https://www.openrs2.dev/</url>
<inceptionYear>2019</inceptionYear>

Loading…
Cancel
Save