taylor 2004/10/22 15:41:16
Modified: portal/src/webapp/WEB-INF web.xml
Log:
change packaging for velocity portlet to point to portals bridges
Revision Changes Path
1.17 +1 -1 jakarta-jetspeed-2/portal/src/webapp/WEB-INF/web.xml
Index: web.xml
===================================================================
RCS file: /home/cvs/jakarta-jetspeed-2/portal/src/webapp/WEB-INF/web.xml,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- web.xml 3 Sep 2004 13:27:26 -0000 1.16
+++ web.xml 22 Oct 2004 22:41:16 -0000 1.17
@@ -119,7 +119,7 @@
<!-- Define Velocity template compiler -->
<servlet>
<servlet-name>velocity</servlet-name>
-
<servlet-class>org.apache.jetspeed.velocity.JetspeedVelocityViewServlet</servlet-class>
+
<servlet-class>org.apache.portals.bridges.velocity.JetspeedVelocityViewServlet</servlet-class>
<init-param>
<param-name>org.apache.velocity.toolbox</param-name>
<param-value>/WEB-INF/toolbox.xml</param-value>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]