summaryrefslogtreecommitdiffstats
path: root/make/scripts/lstjars.sh
diff options
context:
space:
mode:
Diffstat (limited to 'make/scripts/lstjars.sh')
-rwxr-xr-xmake/scripts/lstjars.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/make/scripts/lstjars.sh b/make/scripts/lstjars.sh
index 3837be5e3..2a2f67bf2 100755
--- a/make/scripts/lstjars.sh
+++ b/make/scripts/lstjars.sh
@@ -123,7 +123,7 @@ done
rm -rf nope
mkdir -p nope
-mv *.cdc.lst *.all*.lst nope/
+mv jogl.test.lst *-noawt.lst *.cdc.lst *.all*.lst nope/
mv jogl.gl2es12.*.lst jogl.gldesktop.*.lst nope/
echo duplicates - w/o gl2es12.* gldesktop.*
@@ -131,7 +131,7 @@ echo
sort jogl*.lst | uniq -d
mv nope/* .
-mv *.cdc.lst *.all*.lst nope/
+mv jogl.test.lst *.cdc.lst *.all*.lst nope/
cat *.lst | sort -u > allparts.lst
mv nope/* .
cat *.all.lst gluegen-rt.lst | sort -u > allall.lst