From 1e7eef90f9b78e1fa476be4d0f56813f5cae0e66 Mon Sep 17 00:00:00 2001 From: "main()" Date: Wed, 1 Feb 2012 17:13:59 +0100 Subject: [PATCH] Now using AllPay as maven-dependency, not as git-submodule. --- .gitmodules | 5 +---- lib/allpay | 1 - pom.xml | 11 ++++++++++- 3 files changed, 11 insertions(+), 6 deletions(-) delete mode 160000 lib/allpay diff --git a/.gitmodules b/.gitmodules index 6c3a7c60..c934febd 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,7 +1,4 @@ -[submodule "lib/allpay"] - path = lib/allpay - url = git://github.com/FernFerret/AllPay.git [submodule "lib/commandhandler"] path = lib/commandhandler url = git://github.com/PneumatiCraft/CommandHandler.git - branch = notrie + branch = notrie diff --git a/lib/allpay b/lib/allpay deleted file mode 160000 index 7abba1f0..00000000 --- a/lib/allpay +++ /dev/null @@ -1 +0,0 @@ -Subproject commit 7abba1f0040862e9fabdafb3d44c6cf0b914cc7c diff --git a/pom.xml b/pom.xml index 499b6688..128eae0e 100644 --- a/pom.xml +++ b/pom.xml @@ -81,7 +81,6 @@ - ${project.basedir}/lib/allpay/src/main/java ${project.basedir}/lib/commandhandler/src ${project.basedir}/lib/commandhandler/lib/ShellParser/src @@ -172,6 +171,7 @@ me.main__.util:SerializationConfig + com.fernferret.allpay:AllPay @@ -270,6 +270,15 @@ compile + + + com.fernferret.allpay + AllPay + 5 + jar + compile + + junit