summaryrefslogtreecommitdiff
path: root/makefile/config.xml
diff options
context:
space:
mode:
authorEric Cloninger <dcp874@motorola.com>2012-09-20 13:29:52 -0500
committerEric Cloninger <dcp874@motorola.com>2012-09-20 14:51:56 -0500
commit1e880631c2c2ea6d92d004a8b353dd3ba948626f (patch)
tree256fbb91d48f328088146fa417711977a2bb7da9 /makefile/config.xml
parent78354ed9ac24c22cbadc4cde13e73fbed90665ef (diff)
downloadmotodev-1e880631c2c2ea6d92d004a8b353dd3ba948626f.tar.gz
Updates to makefiles and sources to support third-party builds
These changes remove some unnecessary information from the build files, such as email addresses of recipients when a build finishes. Also removes the RSS plugin dependency since it isn't required for these plugins. Fix a cast that raised an error on strict compilation settings. Removed signing from build.properties. Change-Id: Id824ccd827ddf6558fe673042207910e0b4e4ca5
Diffstat (limited to 'makefile/config.xml')
-rw-r--r--makefile/config.xml12
1 files changed, 0 insertions, 12 deletions
diff --git a/makefile/config.xml b/makefile/config.xml
index 7a7413f..0caa24a 100644
--- a/makefile/config.xml
+++ b/makefile/config.xml
@@ -45,18 +45,6 @@
<!-- Publishers are run *after* a build completes -->
<publishers>
<artifactspublisher dest="/android/${path_name}/logs/${project_name}" dir="/android/${path_name}/output/output"/>
- <htmlemail mailhost="serv070.corp.eldorado.org.br"
- returnaddress="android.noreply@serv167.corp.eldorado.org.br"
- buildresultsurl="http://192.168.4.167:8080/dashboard/tab/build/detail/${project_name}"
- skipusers="true" spamWhileBroken="false"
- css="/android/${path_name}/env/cruisecontrol-bin-2.8.4/webapps/cruisecontrol/css/cruisecontrol.css"
- xsldir="/android/${path_name}/env/cruisecontrol-bin-2.8.4/webapps/cruisecontrol/xsl"
- subjectprefix="Build Android -">
- <always address="daniel.pastore@eldorado.org.br"/>
- <always address="julia.perdigueiro@eldorado.org.br" />
- <success address="pablo.leite@eldorado.org.br"/>
- <success address="paulo.faria@eldorado.org.br"/>
- </htmlemail>
</publishers>
</project>