diff options
| author | Arnaud Simon <arnaudsimon@apache.org> | 2008-07-23 15:02:22 +0000 |
|---|---|---|
| committer | Arnaud Simon <arnaudsimon@apache.org> | 2008-07-23 15:02:22 +0000 |
| commit | 2fc957e3d28fa3b084ef334b702bb5116f60c462 (patch) | |
| tree | 53d217fb806c56eb23fb9dab19fef75c3d329f4f /cc/config/cpp-trunk.xml | |
| parent | f909f338fe2ea66e50e5923fcd008ae2ae9ccd67 (diff) | |
| download | qpid-python-2fc957e3d28fa3b084ef334b702bb5116f60c462.tar.gz | |
qpid-1157: added jms tck scripts + README file + config file for setting email related properties
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@679105 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cc/config/cpp-trunk.xml')
| -rw-r--r-- | cc/config/cpp-trunk.xml | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/cc/config/cpp-trunk.xml b/cc/config/cpp-trunk.xml index 7943dac6de..56e1d2bb54 100644 --- a/cc/config/cpp-trunk.xml +++ b/cc/config/cpp-trunk.xml @@ -44,5 +44,16 @@ under the License. args="../cc/scripts/cppbuild.sh"
workingdir="../cpp" />
</schedule>
+
+ <publishers>
+ <email subjectprefix="${mail.subject}: ${project.name}" mailhost="${mail.host}"
+ returnaddress="${mail.returnaddress}"
+ buildresultsurl="http://${env.HOSTNAME}:8080/buildresults/${project.name}"
+ skipusers="false"
+ reportsuccess="fixes"
+ spamwhilebroken="true">
+ <always address="${mail.list}"/>
+ </email>
+ </publishers>
</project>
</cruisecontrol>
|
