aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWade Walker <[email protected]>2018-12-29 10:50:20 -0600
committerSven Gothel <[email protected]>2019-08-17 00:07:03 +0200
commit40863053f2c97d8dd89b41c6e2d3703f4d2f72d0 (patch)
treee4ec68c62b033792a8156ff0b6e3943a37ffa6fb
parent760295dc597b3a91bf011115dd7bfad9c0c37f82 (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.
-rwxr-xr-xmake/gluegen-cpptasks-base.xml1
-rw-r--r--test/junit/com/jogamp/gluegen/build.xml2
2 files changed, 2 insertions, 1 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}" />
diff --git a/test/junit/com/jogamp/gluegen/build.xml b/test/junit/com/jogamp/gluegen/build.xml
index 3555df1..e6e9dcd 100644
--- a/test/junit/com/jogamp/gluegen/build.xml
+++ b/test/junit/com/jogamp/gluegen/build.xml
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
-<project name="GlueGenTest" default="default" basedir=".">
+<project name="GlueGenTest" basedir=".">
<description>Tests GlueGen</description>