diff options
Diffstat (limited to 'make/scripts/crosstest-java-linux-armv7-rel.sh')
-rw-r--r-- | make/scripts/crosstest-java-linux-armv7-rel.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/make/scripts/crosstest-java-linux-armv7-rel.sh b/make/scripts/crosstest-java-linux-armv7-rel.sh index 60721b0..12ec855 100644 --- a/make/scripts/crosstest-java-linux-armv7-rel.sh +++ b/make/scripts/crosstest-java-linux-armv7-rel.sh @@ -15,7 +15,7 @@ TSTCLASS=com.jogamp.common.GlueGenVersion LOGFILE=`basename $0 .sh`.log RSYNC_EXCLUDES="--exclude 'build-x86*/' --exclude 'build-linux-x*/' --exclude 'build-android*/' --exclude 'build-win*/' --exclude 'build-mac*/' \ - --exclude 'classes/' --exclude 'src/' --exclude '.git/' \ + --exclude 'classes/' --exclude 'src/' --exclude '.git/' --exclude 'gluegen-java-src.zip' \ --delete-excluded" ssh $TARGET_UID@$TARGET_IP "\ |