taylor      01/07/02 00:57:06

  Modified:    webapp/WEB-INF/conf JetspeedResources.properties
                        portlets.xreg
  Log:
  - JRP - disabled email on new user(default). perhaps this can cut down on 50% of 
support questions :)
  - added new JspPortlet
  
  Revision  Changes    Path
  1.35      +2 -2      
jakarta-jetspeed/webapp/WEB-INF/conf/JetspeedResources.properties
  
  Index: JetspeedResources.properties
  ===================================================================
  RCS file: 
/home/cvs/jakarta-jetspeed/webapp/WEB-INF/conf/JetspeedResources.properties,v
  retrieving revision 1.34
  retrieving revision 1.35
  diff -u -r1.34 -r1.35
  --- JetspeedResources.properties      2001/06/25 11:31:18     1.34
  +++ JetspeedResources.properties      2001/07/02 07:57:04     1.35
  @@ -1,7 +1,7 @@
   ################################################################################
   # Jetspeed Configuration                             
   # Author: Kevin A. Burton ([EMAIL PROTECTED])
  -# $Id: JetspeedResources.properties,v 1.34 2001/06/25 11:31:18 raphael Exp $
  +# $Id: JetspeedResources.properties,v 1.35 2001/07/02 07:57:04 taylor Exp $
   ################################################################################
   # This is the main file you will need to configuration Jetspeed.  If there are 
   # any secondary files they will be pointed to from this file.
  @@ -392,5 +392,5 @@
   confirm.email.from=jetspeed@domain
   confirm.email.name=Jetspeed
   confirm.email.subject=Jetspeed registration
  -confirm.email.enable=true
  +confirm.email.enable=false
   
  
  
  
  1.5       +12 -0     jakarta-jetspeed/webapp/WEB-INF/conf/portlets.xreg
  
  Index: portlets.xreg
  ===================================================================
  RCS file: /home/cvs/jakarta-jetspeed/webapp/WEB-INF/conf/portlets.xreg,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- portlets.xreg     2001/05/31 17:14:01     1.4
  +++ portlets.xreg     2001/07/02 07:57:05     1.5
  @@ -48,6 +48,10 @@
       <classname>org.apache.jetspeed.portal.portlets.VelocityPortlet</classname>
     </portlet-entry>
   
  +  <portlet-entry type="abstract" name="JSP">
  +    <classname>org.apache.jetspeed.portal.portlets.JspPortlet</classname>
  +  </portlet-entry>
  +
     <portlet-entry type="abstract" name="CustomizerVelocity">
       
<classname>org.apache.jetspeed.portal.portlets.CustomizerVelocityPortlet</classname>
     </portlet-entry>
  @@ -80,6 +84,14 @@
       <meta-info>
         <title>HelloVelocity</title>
         <description>Simple Velocity Portlet Example</description>
  +    </meta-info>
  +  </portlet-entry>
  +
  +  <portlet-entry type="ref" parent="JSP" name="HelloJSP">
  +    <parameter name="template" 
value="/WEB-INF/templates/jsp/portlets/html/hello.jsp" />
  +    <meta-info>
  +      <title>HelloJSP</title>
  +      <description>Simple JSP Portlet Example</description>
       </meta-info>
     </portlet-entry>
   
  
  
  

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

Reply via email to