From 9bc88b8cc368aaf21de0196c3ea4a096c4fd9edb Mon Sep 17 00:00:00 2001 From: Graham Date: Sun, 25 Aug 2019 19:41:56 +0100 Subject: [PATCH] Format *.xml files with IDEA's code style --- gl-dri-natives/pom.xml | 3 ++- gl-natives/pom.xml | 3 ++- misc-natives/pom.xml | 3 ++- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/gl-dri-natives/pom.xml b/gl-dri-natives/pom.xml index e7940c7..79b2495 100644 --- a/gl-dri-natives/pom.xml +++ b/gl-dri-natives/pom.xml @@ -14,7 +14,8 @@ OpenRS2 GL DRI Natives Reimplementation of the jaggl_dri native library, which implements the DRI hack to support the open-source Mesa drivers on UNIX - systems. + systems. + ${project.parent.basedir} diff --git a/gl-natives/pom.xml b/gl-natives/pom.xml index 30db81e..fccbe88 100644 --- a/gl-natives/pom.xml +++ b/gl-natives/pom.xml @@ -15,7 +15,8 @@ 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. + by a CALayer instead of an NSView. + ${project.parent.basedir} diff --git a/misc-natives/pom.xml b/misc-natives/pom.xml index c802cba..6337b84 100644 --- a/misc-natives/pom.xml +++ b/misc-natives/pom.xml @@ -15,7 +15,8 @@ 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. + bugs. + ${project.parent.basedir}