Dong Ma f0e874106e Update examples filename
Update examples filename from '*complete*' to '*full*' to make all
filename consistent.

Change-Id: I37d3f9bf43cae455639fc2611e33734ea2c24ebc
2017-06-11 17:15:44 +08:00

11 lines
345 B
XML

<?xml version="1.0" encoding="utf-8"?>
<project>
<publishers>
<hudson.tasks.Mailer plugin="mailer">
<recipients>foo@example.com bar@example.com</recipients>
<dontNotifyEveryUnstableBuild>true</dontNotifyEveryUnstableBuild>
<sendToIndividuals>true</sendToIndividuals>
</hudson.tasks.Mailer>
</publishers>
</project>