From 81249abc323668bb5204145c52c4d8b544888b20 Mon Sep 17 00:00:00 2001
From: david_williams <david_williams>
Date: Tue, 19 Feb 2008 03:40:20 +0000
Subject: [PATCH] move to HTML email

---
 releng.control/cc_config.xml | 14 +++++++-------
 1 file changed, 7 insertions(+), 7 deletions(-)

diff --git a/releng.control/cc_config.xml b/releng.control/cc_config.xml
index 62b57ce38..aae6df8c4 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}" />
-- 
GitLab