[jboss-cvs] tools/etc/cruisecontrol/templates ...

Rajesh Rajasekaran rajesh.rajasekaran at jboss.com
Tue Jul 18 11:57:56 EDT 2006


  User: rrajasekaran
  Date: 06/07/18 11:57:56

  Modified:    etc/cruisecontrol/templates  projects-matrix.xml
  Log:
  Added jboss-common module builds for 4.0 and HEAD branch from svn
  
  Revision  Changes    Path
  1.9       +28 -0     tools/etc/cruisecontrol/templates/projects-matrix.xml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: projects-matrix.xml
  ===================================================================
  RCS file: /cvsroot/jboss/tools/etc/cruisecontrol/templates/projects-matrix.xml,v
  retrieving revision 1.8
  retrieving revision 1.9
  diff -u -b -r1.8 -r1.9
  --- projects-matrix.xml	10 Jul 2006 19:52:13 -0000	1.8
  +++ projects-matrix.xml	18 Jul 2006 15:57:56 -0000	1.9
  @@ -203,4 +203,32 @@
              emailFailureTo="ovidiu.feodorov at jboss.com,tim.fox at jboss.com,qa at jboss.com"
              emailAlwaysTo="ovidiu.feodorov at jboss.com,tim.fox at jboss.com,qa at jboss.com">
     </project> 
  +  
  +  <project template="projecttemplate.vm"
  +           name="jboss-4.0-common"
  +           buildafterfailed="true"
  +           modificationset="jboss-4.0-common"
  +           requiremodification="true" 
  +           scheduleinterval="900"
  +           buildfile="build-jboss-common-module.xml"
  +           target="build"
  +           timeout="7200"
  +           logbuilddirectory="jboss-4.0-common"
  +           testResults="checkout/jboss-4.0-common/output/tests/reports/TESTS-TestSuites.xml"          
  +           jbossdir="jboss-4.0-common">
  +  </project>  
  +  
  +  <project template="projecttemplate.vm"
  +           name="jboss-head-common"
  +           buildafterfailed="true"
  +           modificationset="jboss-head-common"
  +           requiremodification="true" 
  +           scheduleinterval="900"
  +           buildfile="build-jboss-common-module.xml"
  +           target="build"
  +           timeout="7200"
  +           logbuilddirectory="jboss-head-common"
  +           testResults="checkout/jboss-head-common/output/tests/reports/TESTS-TestSuites.xml"          
  +           jbossdir="jboss-head-common">
  +  </project>   
   </projects>
  
  
  



More information about the jboss-cvs-commits mailing list