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

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


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

  Modified:    security  build.xml
  Log:
  updated build according to JBPORTAL-974
  
  Revision  Changes    Path
  1.24      +3 -3      jboss-portal/security/build.xml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: build.xml
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-portal/security/build.xml,v
  retrieving revision 1.23
  retrieving revision 1.24
  diff -u -b -r1.23 -r1.24
  --- build.xml	24 Jul 2006 20:44:29 -0000	1.23
  +++ build.xml	31 Jul 2006 18:36:07 -0000	1.24
  @@ -8,7 +8,7 @@
     <!ENTITY targets    SYSTEM "../tools/etc/buildfragments/targets.ent">
   ]>
   
  -<!-- $Id: build.xml,v 1.23 2006/07/24 20:44:29 rgenova Exp $ -->
  +<!-- $Id: build.xml,v 1.24 2006/07/31 18:36:07 rgenova Exp $ -->
   
   <!--+======================================================================+-->
   <!--| JBoss Portal (The OpenSource Portal) Build File                      |-->
  @@ -184,8 +184,8 @@
      <target name="tests" depends="init">
         <execute-tests>
            <x-test>
  -            <test name="org.jboss.portal.test.security.SimpleTestCase"/>
  -            <test name="org.jboss.portal.test.security.ComplexTestCase"/>
  +            <test todir="${test.reports}" name="org.jboss.portal.test.security.SimpleTestCase"/>
  +            <test todir="${test.reports}" name="org.jboss.portal.test.security.ComplexTestCase"/>
            </x-test>
            <x-classpath>
               <pathelement location="${build.classes}"/>
  
  
  



More information about the jboss-cvs-commits mailing list