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/06/02 08:23:36 UTC

cvs commit: jakarta-jetspeed-2/jetspeed-api/src/java/org/apache/jetspeed CommonPortletServices.java

taylor      2005/06/01 23:23:36

  Modified:    jetspeed-api/src/java/org/apache/jetspeed
                        CommonPortletServices.java
  Log:
  Made JPT configurable again
  Added JPT interface and default impl
  
  Revision  Changes    Path
  1.3       +2 -1      jakarta-jetspeed-2/jetspeed-api/src/java/org/apache/jetspeed/CommonPortletServices.java
  
  Index: CommonPortletServices.java
  ===================================================================
  RCS file: /home/cvs/jakarta-jetspeed-2/jetspeed-api/src/java/org/apache/jetspeed/CommonPortletServices.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- CommonPortletServices.java	26 Apr 2005 23:15:17 -0000	1.2
  +++ CommonPortletServices.java	2 Jun 2005 06:23:36 -0000	1.3
  @@ -36,4 +36,5 @@
       public final static String CPS_DEPLOYMENT_MANAGER_COMPONENT = "cps:DeploymentManager";    
       public final static String CPS_ENTITY_ACCESS_COMPONENT = "cps:EntityAccessor";
       public final static String CPS_ID_GENERATOR_COMPONENT = "cps:IdGenerator";
  +    public final static String CPS_JETSPEED_POWERTOOL_FACTORY = "cps:Powertools";
   }
  \ No newline at end of file
  
  
  

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