mirror of
https://github.com/SWG-Source/swg-main.git
synced 2026-01-16 20:04:18 -05:00
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.
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
<project name="SWGBuild" default="echoprops" basedir="/home/swg/swg-main" xmlns:if="ant:if" xmlns:unless="ant:unless">
|
||||
<project name="SWGBuild" default="echoprops" xmlns:if="ant:if" xmlns:unless="ant:unless">
|
||||
<import file="git_targets.xml" />
|
||||
<description>
|
||||
This build file will build all aspects of the SWG Source Code. Created by Cekis (cekisswg@gmail.com).
|
||||
|
||||
Reference in New Issue
Block a user