292237 include pave project into build
diff --git a/releng.control/cc_config.xml b/releng.control/cc_config.xml
index 250a625..68fc085 100644
--- a/releng.control/cc_config.xml
+++ b/releng.control/cc_config.xml
@@ -402,7 +402,8 @@
                     value="wtpjee"/>
             </ant>
         </schedule>
-    </project>    
+    </project> 
+       
     <project
         forceOnly="false"
         requireModification="true"
@@ -440,6 +441,43 @@
     <project
         forceOnly="false"
         requireModification="true"
+        name="pave-R1.0.0-I">
+        <modificationset
+            quietperiod="120">
+            <cvs
+                module="${env.RELENGPAVE}"
+                reallyquiet="${env.CVS_QUIET}"/>
+        </modificationset>
+        <schedule
+            interval="${time.oneHour}">
+            <ant>
+                <property
+                    name="buildType"
+                    value="I"/>
+                <property
+                    name="buildBranch"
+                    value="R1.0.0"/>
+                <property
+                    name="buildId"
+                    value="1.0.0"/>                    
+                <property
+                    name="mapVersionTag"
+                    value="HEAD"/>
+                <property
+                    name="build.distribution"
+                    value="pave"/>
+                <property
+                    name="SKIP_JAR_SIGNING"
+                    value="true"/>
+                <property
+                    name="normalizeJarFiles"
+                    value="false"/>
+            </ant>
+        </schedule>
+    </project>
+    <project
+        forceOnly="false"
+        requireModification="true"
         name="xmlsec-R0.5-I">
         <modificationset
             quietperiod="120">