Skip to content
Snippets Groups Projects
Commit 81249abc authored by david_williams's avatar david_williams
Browse files

move to HTML email

parent c11999ce
No related branches found
No related tags found
No related merge requests found
......@@ -9,7 +9,7 @@
environment="env"
toupper="true" />
<!-- Note: can not quite use "standard properites" pattern, as in ant files,
<!-- Note: can not quite use "standard properties" pattern, as in ant files,
since for CC, it is an error if a property file does not exist. -->
<property
name="time.tenMinutes"
......@@ -36,8 +36,8 @@
antscript="${env.RELENG_CONTROL}/ant.sh"
buildfile="${env.RELENG_CONTROL}/cc_project_build.xml"
target="Build"
useLogger="${env.USE_LOGGER}"
useQuiet="${env.USE_QUIET}"
uselogger="${env.USE_LOGGER}"
usequiet="${env.USE_QUIET}"
savelogdir="${env.LOG_DIR}/${project.name}"
antworkingdir="${env.ANT_WORKING}" />
<plugin
......@@ -80,8 +80,8 @@
antscript="${env.RELENG_CONTROL}/ant.sh"
buildfile="${env.RELENG_CONTROL}/cc_copyArtifacts.xml"
target="copyArtifacts"
useQuiet="true"
useLogger="false">
usequiet="true"
uselogger="false">
<property
name="localArtifactsDirectory"
value="${env.PROJECT_ARTIFACTS}/${project.name}" />
......@@ -239,8 +239,8 @@
antscript="${env.RELENG_CONTROL}/ant.sh"
buildfile="${env.RELENG_CONTROL}/cc_copyArtifacts.xml"
target="copyArtifacts"
useQuiet="true"
useLogger="false">
usequiet="true"
uselogger="false">
<property
name="localArtifactsDirectory"
value="${env.PROJECT_ARTIFACTS}/${project.name}" />
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment