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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to