diff options
author | Sven Gothel <[email protected]> | 2011-09-11 06:12:37 +0200 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2011-09-11 06:12:37 +0200 |
commit | 31587f24ff495bec22d70bd0308d5e721dc80bd2 (patch) | |
tree | 68ce566f45abbb5892b2390d48131f197ffa91d9 /make/scripts/clean-tests.sh | |
parent | fa9bbe89d3a6f52f23c567dd3c6fc617273ba7b7 (diff) |
Promote jogl.test.jar to build/jar
Diffstat (limited to 'make/scripts/clean-tests.sh')
-rwxr-xr-x | make/scripts/clean-tests.sh | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/make/scripts/clean-tests.sh b/make/scripts/clean-tests.sh index cc2fdd922..ac6231ffb 100755 --- a/make/scripts/clean-tests.sh +++ b/make/scripts/clean-tests.sh @@ -1,6 +1,5 @@ #! /bin/bash rm -rf ../build/test/* \ - ../build/jogl/jogl.test.jar \ ../build/jar/jogl.test.jar |