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

Loading…
Cancel
Save