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

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


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

  Modified:    security  build.xml
  Log:
  updated testsuite module and all modules that are currently running tests
  
  Revision  Changes    Path
  1.23      +5 -2      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.22
  retrieving revision 1.23
  diff -u -b -r1.22 -r1.23
  --- build.xml	16 Jul 2006 23:38:54 -0000	1.22
  +++ build.xml	24 Jul 2006 20:44:29 -0000	1.23
  @@ -8,7 +8,7 @@
     <!ENTITY targets    SYSTEM "../tools/etc/buildfragments/targets.ent">
   ]>
   
  -<!-- $Id: build.xml,v 1.22 2006/07/16 23:38:54 julien Exp $ -->
  +<!-- $Id: build.xml,v 1.23 2006/07/24 20:44:29 rgenova Exp $ -->
   
   <!--+======================================================================+-->
   <!--| JBoss Portal (The OpenSource Portal) Build File                      |-->
  @@ -138,6 +138,9 @@
         </jar>
      </target>
   
  +	<!-- generates artifacts used for tests, requires output to be previously run -->
  +	<target name="package-tests" depends="init"/>
  +
      <!-- ================================================================== -->
      <!-- Cleaning                                                           -->
      <!-- ================================================================== -->
  @@ -178,7 +181,7 @@
         </xslt>
      </target>
   
  -   <target name="test" depends="init">
  +   <target name="tests" depends="init">
         <execute-tests>
            <x-test>
               <test name="org.jboss.portal.test.security.SimpleTestCase"/>
  
  
  



More information about the jboss-cvs-commits mailing list