From 94fa925895c50661e3c5507536ff20ef03acd4e7 Mon Sep 17 00:00:00 2001 From: Tekaoh <45337851+Tekaoh@users.noreply.github.com> Date: Sat, 20 Apr 2019 14:13:33 -0500 Subject: [PATCH] Update building-swg-with-ant.md --- _docs/building-swg-with-ant.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/_docs/building-swg-with-ant.md b/_docs/building-swg-with-ant.md index 589da3a..2e71679 100644 --- a/_docs/building-swg-with-ant.md +++ b/_docs/building-swg-with-ant.md @@ -1,6 +1,8 @@ --- title: Building SWG with ANT --- +# Building SWG with ANT + We now use Apache Ant to build the SWG codebase. Apache Ant is a scripting tool that is specifically made to build software projects into usable applications. You can find out more here: https://ant.apache.org/ The way Ant works is by calling it from the command line in this format: