move to HTML email
diff --git a/releng.control/cc_config.xml b/releng.control/cc_config.xml
index 62b57ce..aae6df8 100644
--- a/releng.control/cc_config.xml
+++ b/releng.control/cc_config.xml
@@ -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}" />