You are viewing a plain text version of this content. The canonical link for it is here.
Posted to wsrp4j-dev@portals.apache.org by dl...@apache.org on 2005/08/26 13:49:31 UTC

cvs commit: ws-wsrp4j/sandbox/wsrp4j/consumer/src/webapp/WEB-INF web.xml

dlouzan     2005/08/26 04:49:31

  Modified:    sandbox/wsrp4j/consumer/src/webapp/WEB-INF web.xml
  Log:
  Fixed ResourceProxy servlet class name.
  
  Revision  Changes    Path
  1.2       +1 -1      ws-wsrp4j/sandbox/wsrp4j/consumer/src/webapp/WEB-INF/web.xml
  
  Index: web.xml
  ===================================================================
  RCS file: /home/cvs/ws-wsrp4j/sandbox/wsrp4j/consumer/src/webapp/WEB-INF/web.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- web.xml	21 Jul 2005 16:17:19 -0000	1.1
  +++ web.xml	26 Aug 2005 11:49:31 -0000	1.2
  @@ -25,7 +25,7 @@
       <servlet>
           <servlet-name>WSRP4JResourceProxy</servlet-name>
           <servlet-class>
  -            org.apache.wsrp4j.consumer.portlet.impl.ResourceProxy
  +            org.apache.wsrp4j.consumer.proxyportlet.impl.ResourceProxy
           </servlet-class>
       </servlet>