[jboss-cvs] jboss-portal/wsrp/src/resources/test-markup-portlet-war/WEB-INF ...

Chris Laprun chris.laprun at jboss.com
Wed Aug 2 19:48:23 EDT 2006


  User: claprun 
  Date: 06/08/02 19:48:23

  Modified:    wsrp/src/resources/test-markup-portlet-war/WEB-INF 
                        portlet.xml
  Log:
  - Implemented producer-side support for sending caching information to consumers.
  - Added caching support tests.
  - Improved tests.
  
  Revision  Changes    Path
  1.3       +1 -0      jboss-portal/wsrp/src/resources/test-markup-portlet-war/WEB-INF/portlet.xml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: portlet.xml
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-portal/wsrp/src/resources/test-markup-portlet-war/WEB-INF/portlet.xml,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -b -r1.2 -r1.3
  --- portlet.xml	14 Apr 2006 04:43:25 -0000	1.2
  +++ portlet.xml	2 Aug 2006 23:48:23 -0000	1.3
  @@ -5,6 +5,7 @@
      <portlet>
         <portlet-name>Markup Test Portlet</portlet-name>
         <portlet-class>org.jboss.portal.test.wsrp.portlet.MarkupPortlet</portlet-class>
  +      <expiration-cache>15</expiration-cache>
   
         <supports>
            <mime-type>text/html</mime-type>
  
  
  



More information about the jboss-cvs-commits mailing list