You are viewing a plain text version of this content. The canonical link for it is here.
Posted to pluto-scm@portals.apache.org by dd...@apache.org on 2004/07/30 21:38:52 UTC

cvs commit: jakarta-pluto/portal/src/webapp/WEB-INF/data/xml servletdefinitionmapping.xml

ddewolf     2004/07/30 12:38:52

  Modified:    portal/src/webapp/WEB-INF/data/xml
                        servletdefinitionmapping.xml
  Log:
  Fixing Issue: PLUTO-48.  Allowing multiple resource-ref entries in portlet app web.xml.  THANKS Th. Walter <waltert.At.t-systems.d0t.com>
  
  Revision  Changes    Path
  1.7       +3 -2      jakarta-pluto/portal/src/webapp/WEB-INF/data/xml/servletdefinitionmapping.xml
  
  Index: servletdefinitionmapping.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-pluto/portal/src/webapp/WEB-INF/data/xml/servletdefinitionmapping.xml,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -r1.6 -r1.7
  --- servletdefinitionmapping.xml	29 Jul 2004 13:46:30 -0000	1.6
  +++ servletdefinitionmapping.xml	30 Jul 2004 19:38:52 -0000	1.7
  @@ -232,8 +232,9 @@
          <bind-xml name="taglib" node="element" />
       </field>
   
  -    <field name="resourceRef" 
  -	type="org.apache.pluto.portalImpl.om.servlet.impl.ResourceRef"> 
  +    <field name="castorResourceRefSet"
  +           type="org.apache.pluto.portalImpl.om.servlet.impl.ResourceRef"
  +           collection="collection">
           <bind-xml name="resource-ref" node="element"/>
       </field>