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

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


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

  Modified:    format   build.xml
  Log:
  updated testsuite module and all modules that are currently running tests
  
  Revision  Changes    Path
  1.16      +7 -2      jboss-portal/format/build.xml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: build.xml
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-portal/format/build.xml,v
  retrieving revision 1.15
  retrieving revision 1.16
  diff -u -b -r1.15 -r1.16
  --- build.xml	16 Jul 2006 23:38:53 -0000	1.15
  +++ build.xml	24 Jul 2006 20:44:30 -0000	1.16
  @@ -8,7 +8,7 @@
      <!ENTITY targets    SYSTEM "../tools/etc/buildfragments/targets.ent">
   ]>
   
  -<!-- $Id: build.xml,v 1.15 2006/07/16 23:38:53 julien Exp $ -->
  +<!-- $Id: build.xml,v 1.16 2006/07/24 20:44:30 rgenova Exp $ -->
   
   <!--+======================================================================+-->
   <!--| JBoss Portal (The OpenSource Portal) Build File                      |-->
  @@ -167,6 +167,11 @@
   
      </target>
   
  +	<!-- generates artifacts used for tests, requires output to be previously run
  +	     -->
  +   <target name="package-tests" depends="init">
  +	</target>
  +
      <!-- ================================================================== -->
      <!-- Cleaning                                                           -->
      <!-- ================================================================== -->
  @@ -199,7 +204,7 @@
      <!-- Deployment                                                         -->
      <!-- ================================================================== -->
   
  -   <target name="test" depends="compile">
  +   <target name="tests" depends="compile">
         <execute-tests>
            <x-test>
               <test name="org.jboss.portal.test.format.BBCodeHTML2HTMLTestCase"/>
  
  
  



More information about the jboss-cvs-commits mailing list