Format *.xml files with IDEA's code style

master
Graham 5 years ago
parent 96f9f19de5
commit 9bc88b8cc3
  1. 3
      gl-dri-natives/pom.xml
  2. 3
      gl-natives/pom.xml
  3. 3
      misc-natives/pom.xml

@ -14,7 +14,8 @@
<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>
systems.
</description>
<properties>
<openrs2.root>${project.parent.basedir}</openrs2.root>

@ -15,7 +15,8 @@
<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>
by a CALayer instead of an NSView.
</description>
<properties>
<openrs2.root>${project.parent.basedir}</openrs2.root>

@ -15,7 +15,8 @@
<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>
bugs.
</description>
<properties>
<openrs2.root>${project.parent.basedir}</openrs2.root>

Loading…
Cancel
Save