From c9acb16e628ae27e108a15945eb391a7781056d3 Mon Sep 17 00:00:00 2001 From: Graham Date: Sat, 10 Aug 2019 19:31:13 +0100 Subject: [PATCH] Add bundler module --- bundler/pom.xml | 31 +++++++++++++++++++++++++++++++ pom.xml | 1 + 2 files changed, 32 insertions(+) create mode 100644 bundler/pom.xml diff --git a/bundler/pom.xml b/bundler/pom.xml new file mode 100644 index 0000000000..92dedccea8 --- /dev/null +++ b/bundler/pom.xml @@ -0,0 +1,31 @@ + + + 4.0.0 + + + dev.openrs2 + openrs2 + 1.0.0-SNAPSHOT + + + openrs2-bundler + jar + + OpenRS2 Bundler + + + ${project.parent.basedir} + + + + + dev.openrs2 + openrs2-asm + ${project.version} + + + ch.qos.logback + logback-classic + + + diff --git a/pom.xml b/pom.xml index 241b246681..aef7517965 100644 --- a/pom.xml +++ b/pom.xml @@ -17,6 +17,7 @@ asm + bundler decompiler deob deob-annotations