prep for 3.0.4 patches
diff --git a/releng.control/cc_config.xml b/releng.control/cc_config.xml
index 245ac8b..4eeb3ab 100644
--- a/releng.control/cc_config.xml
+++ b/releng.control/cc_config.xml
@@ -404,6 +404,48 @@
             </htmlemail>
         </publishers>
     </project>
+
+
+    <project
+        forceOnly="true"
+        requireModification="true"
+        name="patches-R3.0.4-P">
+        <modificationset>
+         <!-- http://jira.public.thoughtworks.org/browse/CC-766 -->
+            <alwaysbuild />
+        </modificationset>
+        
+        <schedule interval="${time.veryLongTime}">
+            <ant>
+                <property name="buildType" value="P" />
+                <property name="buildBranch" value="R3.0.4" />
+                <property name="mapVersionTag" value="R3_0_4_patches" />
+                <property name="build.distribution" value="patches3" />
+            </ant>
+        </schedule>
+        
+        <publishers>
+            <antpublisher
+                antscript="${env.RELENG_CONTROL}/ant_med_priority.sh"
+                buildfile="${env.RELENG_CONTROL}/cc_copyArtifacts.xml"
+                target="copyArtifacts"
+                usequiet="true"
+                uselogger="false"
+                antWorkingDir="${env.BUILD_HOME}/tmp"
+                saveLogDir="${env.BUILD_HOME}/tmp">
+                <property
+                    name="localArtifactsDirectory"
+                    value="${env.PROJECT_ARTIFACTS}/${project.name}" />
+            </antpublisher>
+            <htmlemail
+                skipusers="true"
+                logdir="${env.BUILD_HOME}/tmp">
+                <propertiesmapper
+                    file="" />
+            </htmlemail>
+        </publishers>
+    </project>
+
     
     <!-- 
     <project