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 2005/10/28 08:14:28 UTC

svn commit: r329114 - /portals/jetspeed-2/trunk/jetspeed-api/src/java/org/apache/jetspeed/CommonPortletServices.java

Author: taylor
Date: Thu Oct 27 23:14:25 2005
New Revision: 329114

URL: http://svn.apache.org/viewcvs?rev=329114&view=rev
Log:
add PermissionManager as a jetspeed service

Modified:
    portals/jetspeed-2/trunk/jetspeed-api/src/java/org/apache/jetspeed/CommonPortletServices.java

Modified: portals/jetspeed-2/trunk/jetspeed-api/src/java/org/apache/jetspeed/CommonPortletServices.java
URL: http://svn.apache.org/viewcvs/portals/jetspeed-2/trunk/jetspeed-api/src/java/org/apache/jetspeed/CommonPortletServices.java?rev=329114&r1=329113&r2=329114&view=diff
==============================================================================
--- portals/jetspeed-2/trunk/jetspeed-api/src/java/org/apache/jetspeed/CommonPortletServices.java (original)
+++ portals/jetspeed-2/trunk/jetspeed-api/src/java/org/apache/jetspeed/CommonPortletServices.java Thu Oct 27 23:14:25 2005
@@ -38,4 +38,5 @@
     public final static String CPS_ID_GENERATOR_COMPONENT = "cps:IdGenerator";
     public final static String CPS_JETSPEED_POWERTOOL_FACTORY = "cps:Powertools";
     public final static String CPS_HEADER_RESOURCE_FACTORY = "cps:HeaderResource";
+    public final static String CPS_PERMISSION_MANAGER = "cps:PermissionManager";
 }



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