Format *.xml files with IDEA's code style

pull/48/head
Graham 5 years ago
parent aa7f90ceb6
commit 405c33c1a1
  1. 3
      asm/pom.xml
  2. 3
      bundler/pom.xml
  3. 3
      decompiler/pom.xml
  4. 3
      deob-annotations/pom.xml
  5. 3
      deob-ast/pom.xml
  6. 3
      deob/pom.xml
  7. 3
      game/pom.xml
  8. 3
      gl-dri-natives/pom.xml
  9. 3
      gl-natives/pom.xml
  10. 3
      misc-natives/pom.xml

@ -13,7 +13,8 @@
<name>OpenRS2 ASM Utilities</name>
<description>Common utility code used for manipulating Java
bytecode with the ASM library.</description>
bytecode with the ASM library.
</description>
<properties>
<openrs2.root>${project.parent.basedir}</openrs2.root>

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

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

@ -13,7 +13,8 @@
<name>OpenRS2 Deobfuscator Annotations</name>
<description>Annotations inserted by the deobfuscator to track the original
names and descriptors of classes, methods and fields.</description>
names and descriptors of classes, methods and fields.
</description>
<properties>
<openrs2.root>${project.parent.basedir}</openrs2.root>

@ -13,7 +13,8 @@
<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>
client. It may be run after decompiling the client.
</description>
<properties>
<openrs2.root>${project.parent.basedir}</openrs2.root>

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

@ -13,7 +13,8 @@
<name>OpenRS2 Game Server</name>
<description>Reimplementation of the RuneScape game server
software.</description>
software.
</description>
<properties>
<openrs2.root>${project.parent.basedir}</openrs2.root>

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