You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jetspeed-dev@portals.apache.org by sm...@apache.org on 2006/12/01 10:46:42 UTC

svn commit: r481205 - /portals/jetspeed-2/trunk/src/webapp/WEB-INF/toolbox.xml

Author: smilek
Date: Fri Dec  1 01:46:41 2006
New Revision: 481205

URL: http://svn.apache.org/viewvc?view=rev&rev=481205
Log:
added velocity EscapeTool

Modified:
    portals/jetspeed-2/trunk/src/webapp/WEB-INF/toolbox.xml

Modified: portals/jetspeed-2/trunk/src/webapp/WEB-INF/toolbox.xml
URL: http://svn.apache.org/viewvc/portals/jetspeed-2/trunk/src/webapp/WEB-INF/toolbox.xml?view=diff&rev=481205&r1=481204&r2=481205
==============================================================================
--- portals/jetspeed-2/trunk/src/webapp/WEB-INF/toolbox.xml (original)
+++ portals/jetspeed-2/trunk/src/webapp/WEB-INF/toolbox.xml Fri Dec  1 01:46:41 2006
@@ -6,7 +6,7 @@
 you may not use this file except in compliance with the License.
 You may obtain a copy of the License at
 
-    http://www.apache.org/licenses/LICENSE-2.0
+http://www.apache.org/licenses/LICENSE-2.0
 
 Unless required by applicable law or agreed to in writing, software
 distributed under the License is distributed on an "AS IS" BASIS,
@@ -15,34 +15,41 @@
 limitations under the License.
 -->
 <toolbox>
-   <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>remoteContent</key>
-   <scope>application</scope>
-   <class>org.apache.jetspeed.velocity.RemoteContentTool</class>
- </tool>
- 
- <tool>
-   <key>htmlUtil</key>
-   <scope>application</scope>
-   <class>org.apache.jetspeed.velocity.HtmlUtilTool</class>
- </tool>
- 
-  <tool>
-   <key>pp</key>
-   <scope>request</scope>
-   <class>org.apache.velocity.tools.view.tools.ParameterParser</class>
- </tool>
-</toolbox>
\ No newline at end of file
+    <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>remoteContent</key>
+        <scope>application</scope>
+        <class>org.apache.jetspeed.velocity.RemoteContentTool</class>
+    </tool>
+    
+    <tool>
+        <key>htmlUtil</key>
+        <scope>application</scope>
+        <class>org.apache.jetspeed.velocity.HtmlUtilTool</class>
+    </tool>
+    
+    <tool>
+        <key>pp</key>
+        <scope>request</scope>
+        <class>org.apache.velocity.tools.view.tools.ParameterParser</class>
+    </tool>
+
+    <tool>
+        <key>esc</key>
+        <scope>application</scope>
+        <class>org.apache.velocity.tools.generic.EscapeTool</class>
+    </tool>
+
+</toolbox>



---------------------------------------------------------------------
To unsubscribe, e-mail: jetspeed-dev-unsubscribe@portals.apache.org
For additional commands, e-mail: jetspeed-dev-help@portals.apache.org