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

Julien Viet julien at jboss.com
Sun Aug 20 18:53:50 EDT 2006


  User: julien  
  Date: 06/08/20 18:53:50

  Modified:    portlet  Tag: JBoss_Portal_Branch_2_4 build.xml
  Log:
  backport of JBPORTAL-984 to 2.4.1 : Provice access to HTTP headers in request dispatch to a servlet from a portlet.
  
  Revision  Changes    Path
  No                   revision
  
  
  No                   revision
  
  
  1.138.2.1 +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.138.2.1
  diff -u -b -r1.138 -r1.138.2.1
  --- build.xml	31 Jul 2006 19:29:51 -0000	1.138
  +++ build.xml	20 Aug 2006 22:53:50 -0000	1.138.2.1
  @@ -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.138.2.1 2006/08/20 22:53:50 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