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 2004/02/29 07:02:41 UTC

cvs commit: jakarta-jetspeed-2/portal/src/java/org/apache/jetspeed/capability/containers capability-container.groovy

taylor      2004/02/28 22:02:41

  Modified:    portal/src/java/org/apache/jetspeed/capability/containers
                        capability-container.groovy
  Log:
  clean up
  
  Revision  Changes    Path
  1.4       +1 -1      jakarta-jetspeed-2/portal/src/java/org/apache/jetspeed/capability/containers/capability-container.groovy
  
  Index: capability-container.groovy
  ===================================================================
  RCS file: /home/cvs/jakarta-jetspeed-2/portal/src/java/org/apache/jetspeed/capability/containers/capability-container.groovy,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- capability-container.groovy	27 Feb 2004 19:35:02 -0000	1.3
  +++ capability-container.groovy	29 Feb 2004 06:02:41 -0000	1.4
  @@ -37,7 +37,7 @@
   
   if(url != null)
   {
  -	container.registerComponentInstance(dsClass, new BoundDBCPDatasourceComponent(user, password, driver, url, 20, 5000, GenericObjectPool.WHEN_EXHAUSTED_GROW, true, "jetspeed", jndiImpl))
  +    container.registerComponentInstance(dsClass, new BoundDBCPDatasourceComponent(user, password, driver, url, 20, 5000, GenericObjectPool.WHEN_EXHAUSTED_GROW, true, "jetspeed", jndiImpl))
   }
   
   //
  
  
  

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