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

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


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

  Modified:    common   build.xml
  Log:
  updated build according to JBPORTAL-974
  
  Revision  Changes    Path
  1.37      +18 -18    jboss-portal/common/build.xml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: build.xml
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-portal/common/build.xml,v
  retrieving revision 1.36
  retrieving revision 1.37
  diff -u -b -r1.36 -r1.37
  --- build.xml	24 Jul 2006 20:44:30 -0000	1.36
  +++ build.xml	31 Jul 2006 18:36:08 -0000	1.37
  @@ -8,7 +8,7 @@
      <!ENTITY targets    SYSTEM "../tools/etc/buildfragments/targets.ent">
      ]>
   
  -<!-- $Id: build.xml,v 1.36 2006/07/24 20:44:30 rgenova Exp $ -->
  +<!-- $Id: build.xml,v 1.37 2006/07/31 18:36:08 rgenova Exp $ -->
   
   <!--+======================================================================+-->
   <!--| JBoss Portal (The OpenSource Portal) Build File                      |-->
  @@ -186,23 +186,23 @@
      <target name="tests" depends="compile">
         <execute-tests>
            <x-test>
  -            <test name="org.jboss.portal.test.common.LocaleInfoTestCase"/>
  -            <test name="org.jboss.portal.test.common.ParentChildResourceBundleTestCase"/>
  -            <test name="org.jboss.portal.test.common.ValveTestCase"/>
  -            <test name="org.jboss.portal.test.common.ValueTestCase"/>
  -            <test name="org.jboss.portal.test.common.DescriptionTestCase"/>
  -            <test name="org.jboss.portal.test.common.TemporaryHashTestCase"/>
  -            <test name="org.jboss.portal.test.common.HexTestCase"/>
  -            <test name="org.jboss.portal.test.common.StringTestCase"/>
  -            <test name="org.jboss.portal.test.common.JarTestCase"/>
  -            <test name="org.jboss.portal.test.common.URLNavigatorTestCase"/>
  -            <test name="org.jboss.portal.test.common.PathTestCase"/>
  -            <test name="org.jboss.portal.test.common.JavaBeanModelMBeanBuilderTestCase"/>
  -            <test name="org.jboss.portal.test.common.ThrowableBeanTestCase"/>
  -            <test name="org.jboss.portal.test.common.ParameterMapTestCase"/>
  -            <test name="org.jboss.portal.test.common.LocalizedStringTestCase"/>
  -            <test name="org.jboss.portal.test.common.ImplodeTestCase"/>
  -            <test name="org.jboss.portal.test.common.Application_XWWWFormURLEncodedFormatTestCase"/>
  +            <test todir="${test.reports}" name="org.jboss.portal.test.common.LocaleInfoTestCase"/>
  +            <test todir="${test.reports}" name="org.jboss.portal.test.common.ParentChildResourceBundleTestCase"/>
  +            <test todir="${test.reports}" name="org.jboss.portal.test.common.ValveTestCase"/>
  +            <test todir="${test.reports}" name="org.jboss.portal.test.common.ValueTestCase"/>
  +            <test todir="${test.reports}" name="org.jboss.portal.test.common.DescriptionTestCase"/>
  +            <test todir="${test.reports}" name="org.jboss.portal.test.common.TemporaryHashTestCase"/>
  +            <test todir="${test.reports}" name="org.jboss.portal.test.common.HexTestCase"/>
  +            <test todir="${test.reports}" name="org.jboss.portal.test.common.StringTestCase"/>
  +            <test todir="${test.reports}" name="org.jboss.portal.test.common.JarTestCase"/>
  +            <test todir="${test.reports}" name="org.jboss.portal.test.common.URLNavigatorTestCase"/>
  +            <test todir="${test.reports}" name="org.jboss.portal.test.common.PathTestCase"/>
  +            <test todir="${test.reports}" name="org.jboss.portal.test.common.JavaBeanModelMBeanBuilderTestCase"/>
  +            <test todir="${test.reports}" name="org.jboss.portal.test.common.ThrowableBeanTestCase"/>
  +            <test todir="${test.reports}" name="org.jboss.portal.test.common.ParameterMapTestCase"/>
  +            <test todir="${test.reports}" name="org.jboss.portal.test.common.LocalizedStringTestCase"/>
  +            <test todir="${test.reports}" name="org.jboss.portal.test.common.ImplodeTestCase"/>
  +            <test todir="${test.reports}" name="org.jboss.portal.test.common.Application_XWWWFormURLEncodedFormatTestCase"/>
            </x-test>
            <x-classpath>
               <pathelement location="${build.classes}"/>
  
  
  



More information about the jboss-cvs-commits mailing list