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

Rali Genova rgenova at jboss.org
Mon Jul 31 14:36:07 EDT 2006


  User: rgenova 
  Date: 06/07/31 14:36:07

  Modified:    format   build.xml
  Log:
  updated build according to JBPORTAL-974
  
  Revision  Changes    Path
  1.17      +3 -3      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.16
  retrieving revision 1.17
  diff -u -b -r1.16 -r1.17
  --- build.xml	24 Jul 2006 20:44:30 -0000	1.16
  +++ build.xml	31 Jul 2006 18:36:07 -0000	1.17
  @@ -8,7 +8,7 @@
      <!ENTITY targets    SYSTEM "../tools/etc/buildfragments/targets.ent">
   ]>
   
  -<!-- $Id: build.xml,v 1.16 2006/07/24 20:44:30 rgenova Exp $ -->
  +<!-- $Id: build.xml,v 1.17 2006/07/31 18:36:07 rgenova Exp $ -->
   
   <!--+======================================================================+-->
   <!--| JBoss Portal (The OpenSource Portal) Build File                      |-->
  @@ -207,8 +207,8 @@
      <target name="tests" depends="compile">
         <execute-tests>
            <x-test>
  -            <test name="org.jboss.portal.test.format.BBCodeHTML2HTMLTestCase"/>
  -            <test name="org.jboss.portal.test.format.BBCodeHTML2TextTestCase"/>
  +            <test todir="${test.reports}" name="org.jboss.portal.test.format.BBCodeHTML2HTMLTestCase"/>
  +            <test todir="${test.reports}" name="org.jboss.portal.test.format.BBCodeHTML2TextTestCase"/>
            </x-test>
            <x-classpath>
               <pathelement location="${build.classes}"/>
  
  
  



More information about the jboss-cvs-commits mailing list