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

Julien Viet julien at jboss.com
Fri Aug 18 14:01:46 EDT 2006


  User: julien  
  Date: 06/08/18 14:01:46

  Modified:    portlet  build.xml
  Log:
  fix for JBPORTAL-984 : Provice access to HTTP headers in request dispatch to a servlet from a portlet
  
  Revision  Changes    Path
  1.139     +4 -2      jboss-portal/portlet/build.xml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: build.xml
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-portal/portlet/build.xml,v
  retrieving revision 1.138
  retrieving revision 1.139
  diff -u -b -r1.138 -r1.139
  --- build.xml	31 Jul 2006 19:29:51 -0000	1.138
  +++ build.xml	18 Aug 2006 18:01:46 -0000	1.139
  @@ -8,7 +8,7 @@
      <!ENTITY targets    SYSTEM "../tools/etc/buildfragments/targets.ent">
      ]>
   
  -<!-- $Id: build.xml,v 1.138 2006/07/31 19:29:51 julien Exp $ -->
  +<!-- $Id: build.xml,v 1.139 2006/08/18 18:01:46 julien Exp $ -->
   
   <!--+======================================================================+-->
   <!--| JBoss Portal (The OpenSource Portal) Build File                      |-->
  @@ -536,7 +536,9 @@
               <!--<test todir="${test.reports}" name="org.jboss.portal.test.portlet.info.InfoTestSuite"/>-->
               <!--<test todir="${test.reports}" name="org.jboss.portal.test.portlet.deployment.UnmarshallerTestCase"/>-->
               <!--<test todir="${test.reports}" name="org.jboss.portal.test.portlet.PortletRequestDecoderTestCase"/>-->
  -            <test todir="${test.reports}" name="org.jboss.portal.test.portlet.state.StatefulPortletInvokerTestCase"/>
  +            <!--<test todir="${test.reports}" name="org.jboss.portal.test.portlet.state.StatefulPortletInvokerTestCase"/>-->
  +            <test todir="${test.reports}" name="org.jboss.portal.test.portlet.jsr168.ext.portletrequests.PortletRequestTestSuite"/>
  +            <test todir="${test.reports}" name="org.jboss.portal.test.portlet.jsr168.ext.dispatcher.DispatcherTestSuite"/>
            </x-test>
            <x-classpath>
               <path refid="oswego.concurrent.classpath"/>
  
  
  



More information about the jboss-cvs-commits mailing list