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 ta...@apache.org on 2002/02/10 08:58:27 UTC

cvs commit: jakarta-jetspeed/webapp/WEB-INF/conf JetspeedResources.properties

taylor      02/02/09 23:58:27

  Modified:    webapp/WEB-INF/conf JetspeedResources.properties
  Log:
  - added role-based fallback boolean flag to JR.p
  
  Revision  Changes    Path
  1.60      +4 -1      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.59
  retrieving revision 1.60
  diff -u -r1.59 -r1.60
  --- JetspeedResources.properties	5 Feb 2002 03:08:05 -0000	1.59
  +++ JetspeedResources.properties	10 Feb 2002 07:58:27 -0000	1.60
  @@ -1,7 +1,7 @@
   ################################################################################
   # Jetspeed Configuration                             
   # Author: Kevin A. Burton (burton@apache.org)
  -# $Id: JetspeedResources.properties,v 1.59 2002/02/05 03:08:05 paulsp Exp $
  +# $Id: JetspeedResources.properties,v 1.60 2002/02/10 07:58:27 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.
  @@ -380,6 +380,9 @@
   
   # Use language?
   services.Profiler.language=true
  +
  +# use Role-based PSML fallback
  +services.Profiler.rolefallback=true
   
   #########################################
   # Template Locator Service              #
  
  
  

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>