From 723d991b27efc8437ac0c0ada08271f7591ae33b Mon Sep 17 00:00:00 2001 From: Tekaoh <45337851+Tekaoh@users.noreply.github.com> Date: Thu, 21 Jan 2021 17:20:44 -0500 Subject: [PATCH] Don't specify the basedir By default, Ant will use the parent directory of the buildfile, which is what we were setting it to be anyways. By letting Ant use its default, the buildfile will work in home directories of users other than swg if you wanted it to. --- build.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.xml b/build.xml index cfcf15b..bca05c9 100755 --- a/build.xml +++ b/build.xml @@ -1,4 +1,4 @@ - + This build file will build all aspects of the SWG Source Code. Created by Cekis (cekisswg@gmail.com).