diff options
author | Sven Gothel <[email protected]> | 2010-11-07 07:42:09 +0100 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2010-11-07 07:42:09 +0100 |
commit | 8c2f02849562ea7b5ab52420c1aa798ae7aa0885 (patch) | |
tree | df4c166efa6c46d881e37725ad24d7c8c47b783e /make/build.xml | |
parent | 8ee9681488e814d663dda14ebfc2af515eb6c167 (diff) |
Fix CG header, according to PCPP fix
Diffstat (limited to 'make/build.xml')
-rw-r--r-- | make/build.xml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/make/build.xml b/make/build.xml index cdf7f38db..83dad980a 100644 --- a/make/build.xml +++ b/make/build.xml @@ -167,7 +167,6 @@ <ant antfile="build-junit.xml" target="junit.compile" inheritRefs="true" inheritAll="true"/> </target> - <target name="test" depends="junit.run"/> <target name="junit.run" description="Run JUNIT tests in nativewindow, jogl and newt projects"> <ant antfile="build-junit.xml" target="junit.run" inheritRefs="true" inheritAll="true"/> </target> |