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

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


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

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



More information about the jboss-cvs-commits mailing list