[jboss-cvs] jboss-portal/cms ...

Rali Genova rgenova at jboss.org
Mon Jul 24 16:44:30 EDT 2006


  User: rgenova 
  Date: 06/07/24 16:44:30

  Modified:    cms      build.xml
  Log:
  updated testsuite module and all modules that are currently running tests
  
  Revision  Changes    Path
  1.36      +7 -2      jboss-portal/cms/build.xml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: build.xml
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-portal/cms/build.xml,v
  retrieving revision 1.35
  retrieving revision 1.36
  diff -u -b -r1.35 -r1.36
  --- build.xml	19 Jul 2006 12:08:11 -0000	1.35
  +++ build.xml	24 Jul 2006 20:44:30 -0000	1.36
  @@ -8,7 +8,7 @@
      <!ENTITY targets    SYSTEM "../tools/etc/buildfragments/targets.ent">
      ]>
   
  -<!-- $Id: build.xml,v 1.35 2006/07/19 12:08:11 julien Exp $ -->
  +<!-- $Id: build.xml,v 1.36 2006/07/24 20:44:30 rgenova Exp $ -->
   
   <!--+======================================================================+-->
   <!--| JBoss Portal (The OpenSource Portal) Build File                      |-->
  @@ -170,6 +170,11 @@
         </copy>
      </target>
   
  +	<!-- generates artifacts used for tests, requires output to be previously run
  +	     -->
  +	<target name="package-tests" depends="init">
  +	</target>
  +
      <!-- ================================================================== -->
      <!-- Cleaning                                                           -->
      <!-- ================================================================== -->
  @@ -202,7 +207,7 @@
      <!-- Test.                                                              -->
      <!-- ================================================================== -->
   
  -   <target name="test" depends="init">
  +   <target name="tests" depends="init">
         <execute-tests>
            <x-test>
               <test todir="${build.testlog}" name="org.jboss.portal.test.cms.JackrabbitTestCase"/>
  
  
  



More information about the jboss-cvs-commits mailing list