weaver      2004/08/01 08:51:28

  Modified:    portal/src/webapp/WEB-INF toolbox.xml
  Log:
  SImple tool for obtaining content from a URL.
  
  Revision  Changes    Path
  1.3       +6 -0      jakarta-jetspeed-2/portal/src/webapp/WEB-INF/toolbox.xml
  
  Index: toolbox.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-jetspeed-2/portal/src/webapp/WEB-INF/toolbox.xml,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- toolbox.xml       18 Mar 2004 19:35:47 -0000      1.2
  +++ toolbox.xml       1 Aug 2004 15:51:27 -0000       1.3
  @@ -30,6 +30,12 @@
      <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>pp</key>
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to