taylor 2004/09/03 11:13:45 Modified: portal/src/webapp/WEB-INF/conf jetspeed.properties Log: adding a new custom portlet mode "secure" CVS: ---------------------------------------------------------------------- CVS: PR: CVS: If this change addresses a PR in the problem report tracking CVS: database, then enter the PR number(s) here. CVS: Obtained from: CVS: If this change has been taken from another system, such as NCSA, CVS: then name the system in this line, otherwise delete it. CVS: Submitted by: CVS: If this code has been contributed to Apache by someone else; i.e., CVS: they sent us a patch or a new module, then include their name/email CVS: address here. If this is your work then delete this line. CVS: Reviewed by: CVS: If we are doing pre-commit code reviews and someone else has CVS: reviewed your changes, include their name(s) here. CVS: If you have not had it reviewed then delete this line. Revision Changes Path 1.63 +12 -11 jakarta-jetspeed-2/portal/src/webapp/WEB-INF/conf/jetspeed.properties Index: jetspeed.properties =================================================================== RCS file: /home/cvs/jakarta-jetspeed-2/portal/src/webapp/WEB-INF/conf/jetspeed.properties,v retrieving revision 1.62 retrieving revision 1.63 diff -u -r1.62 -r1.63 --- jetspeed.properties 6 Aug 2004 02:23:37 -0000 1.62 +++ jetspeed.properties 3 Sep 2004 18:13:45 -0000 1.63 @@ -3,9 +3,9 @@ # Licensed under the Apache License, Version 2.0 (the "License"); # 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 -# +# # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. @@ -37,18 +37,21 @@ # ------------------------------------------------------------------- # Portlet Mode Support # ------------------------------------------------------------------- +# standard supported.portletmode = view supported.portletmode = edit supported.portletmode = help -supported.portletmode = config +# extended +supported.portletmode = secure # ------------------------------------------------------------------- # Window State Support # ------------------------------------------------------------------- +# standard supported.windowstate = normal supported.windowstate = maximized supported.windowstate = minimized - + # ------------------------------------------------------------------- # Security Information # ------------------------------------------------------------------- @@ -99,17 +102,17 @@ #------------------------------------------------------------------------- -# C A P A B I L I T Y, C O N T E N T E N C O D I N G +# C A P A B I L I T Y, C O N T E N T E N C O D I N G #------------------------------------------------------------------------- content.defaultencoding=iso-8859-1 - + #--------------------------------------------------------------------------------- # Run Auto-Deployment set up #----'----------------------------------------------------------------------------- -# THE NEXT PROPERTY DEFINITION MAY NOT BE MODIFIED (NOT EVEN BE PADDED WITH WHITESPACE) +# THE NEXT PROPERTY DEFINITION MAY NOT BE MODIFIED (NOT EVEN BE PADDED WITH WHITESPACE) # BECAUSE ITS FILTERED BY ANT DURING DEPLOYMENT. -# ITS CONCREET VALUE WILL BE SET FROM BUILD PROPERTY org.apache.jetspeed.catalina.version.major +# ITS CONCREET VALUE WILL BE SET FROM BUILD PROPERTY org.apache.jetspeed.catalina.version.major autodeployment.catalina.version.major=4 autodeployment.catalina.base=${applicationRoot}/../../ autodeployment.catalina.engine=Catalina @@ -127,5 +130,3 @@ #------------------------------------------------------------------------- assembly.dir=/WEB-INF/assembly assembly.extension=.xml - -
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
