diff options
author | Wade Walker <[email protected]> | 2018-12-29 10:50:20 -0600 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2019-08-17 00:07:03 +0200 |
commit | 40863053f2c97d8dd89b41c6e2d3703f4d2f72d0 (patch) | |
tree | e4ec68c62b033792a8156ff0b6e3943a37ffa6fb /make | |
parent | 760295dc597b3a91bf011115dd7bfad9c0c37f82 (diff) |
Fixed minor Ant buildfile consistency issues
These were flagged as errors by Eclipse, and appear legitimate, but
didn't make the command line build fail.
Diffstat (limited to 'make')
-rwxr-xr-x | make/gluegen-cpptasks-base.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/make/gluegen-cpptasks-base.xml b/make/gluegen-cpptasks-base.xml index 83e80cb..a25a670 100755 --- a/make/gluegen-cpptasks-base.xml +++ b/make/gluegen-cpptasks-base.xml @@ -195,6 +195,7 @@ --> <project name="GlueGen-cpptasks-base" basedir="."> + <import file="gluegen-properties.xml" /> <target name="gluegen.cpptasks.initialize" depends="gluegen.properties.load.user"> <echo message="os.name=${os.name}" /> <echo message="os.version=${os.version}" /> |