Improve <description> wrapping

master
Graham 5 years ago
parent 6c0af24d47
commit 0c0ff1bdd5
  1. 6
      gl-dri-natives/pom.xml
  2. 9
      gl-natives/pom.xml
  3. 8
      misc-natives/pom.xml

@ -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>

Loading…
Cancel
Save