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

Julien Viet julien at jboss.com
Sun Jul 30 20:20:50 EDT 2006


  User: julien  
  Date: 06/07/30 20:20:50

  Modified:    portlet  build.xml
  Log:
  move the Parameters class to org.jboss.portal.portlet package
  
  Revision  Changes    Path
  1.135     +3 -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.134
  retrieving revision 1.135
  diff -u -b -r1.134 -r1.135
  --- build.xml	30 Jul 2006 12:36:23 -0000	1.134
  +++ build.xml	31 Jul 2006 00:20:50 -0000	1.135
  @@ -8,7 +8,7 @@
      <!ENTITY targets    SYSTEM "../tools/etc/buildfragments/targets.ent">
      ]>
   
  -<!-- $Id: build.xml,v 1.134 2006/07/30 12:36:23 julien Exp $ -->
  +<!-- $Id: build.xml,v 1.135 2006/07/31 00:20:50 julien Exp $ -->
   
   <!--+======================================================================+-->
   <!--| JBoss Portal (The OpenSource Portal) Build File                      |-->
  @@ -484,8 +484,9 @@
         <execute-tests>
            <x-test>
               <test name="org.jboss.portal.test.portlet.deployment.UnmarshallerTestCase"/>
  -            <test name="org.jboss.portal.test.portlet.PortletRequestDecoderTestCase"/>
               <test name="org.jboss.portal.test.portlet.state.StatefulPortletInvokerTestCase"/>
  +            <test name="org.jboss.portal.test.portlet.PortletRequestDecoderTestCase"/>
  +            <test name="org.jboss.portal.test.portlet.ParametersTestCase"/>
            </x-test>
            <x-sysproperty>
               <sysproperty key="test.root" value="${build.lib}"/>
  
  
  



More information about the jboss-cvs-commits mailing list