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 /test/junit/com | |
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 'test/junit/com')
-rw-r--r-- | test/junit/com/jogamp/gluegen/build.xml | 2 |
1 files changed, 1 insertions, 1 deletions
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> |