aboutsummaryrefslogtreecommitdiffstats
path: root/make/build-test.xml
diff options
context:
space:
mode:
authorSven Gothel <[email protected]>2012-05-03 05:03:31 +0200
committerSven Gothel <[email protected]>2012-05-03 05:03:31 +0200
commit89bb18bc1d76b61955207629fda7f753f930e138 (patch)
treeed9a2483223aca9dd66e43e018de999aa1ebf78a /make/build-test.xml
parent6f37c27bf0056e13aa6bee97a2fe68205a022018 (diff)
Android Unit Test (incomplete): Manually test new GlueGen's MainLauncher
Diffstat (limited to 'make/build-test.xml')
-rw-r--r--make/build-test.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/make/build-test.xml b/make/build-test.xml
index 96b3f08a4..3b7aaccf1 100644
--- a/make/build-test.xml
+++ b/make/build-test.xml
@@ -557,6 +557,7 @@
rsync -av --delete --delete-after --delete-excluded \${line.separator}
--exclude 'build-x86*/' --exclude 'build-linux-x*/' --exclude 'build-android*/' --exclude 'build-win*/' --exclude 'build-mac*/' \${line.separator}
--exclude 'classes/' --exclude 'src/' --exclude '.git/' --exclude '*-java-src.zip' \${line.separator}
+ --exclude 'make/lib/external/' \${line.separator}
${env.HOST_UID}@${env.HOST_IP}::${env.HOST_RSYNC_ROOT}/${jogl.basename} ${env.TARGET_ROOT} ${line.separator}
cd ${env.TARGET_ROOT}/${jogl.basename}/${env.NODE_LABEL}/make ${line.separator}
" append="true" file="${build.test}/targetcommand.sh" />