weaver 2004/01/12 10:24:33
Added: portal/src/webapp/WEB-INF velocity.properties toolbox.xml
Log:
needed to support Velocity
Revision Changes Path
1.1 jakarta-jetspeed-2/portal/src/webapp/WEB-INF/velocity.properties
<<Binary file>>
1.1 jakarta-jetspeed-2/portal/src/webapp/WEB-INF/toolbox.xml
Index: toolbox.xml
===================================================================
<?xml version="1.0"?>
<toolbox>
<tool>
<key>toolLoader</key>
<class>org.apache.velocity.tools.generic.ToolLoader</class>
</tool>
<tool>
<key>date</key>
<scope>application</scope>
<class>org.apache.velocity.tools.generic.DateTool</class>
</tool>
<tool>
<key>jetspeed</key>
<scope>request</scope>
<class>org.apache.jetspeed.velocity.JetspeedPowerTool</class>
</tool>
<tool>
<key>pp</key>
<scope>request</scope>
<class>org.apache.velocity.tools.view.tools.ParameterParser</class>
</tool>
</toolbox>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]