You are viewing a plain text version of this content. The canonical link for it is here.
Posted to scm@geronimo.apache.org by js...@apache.org on 2006/06/01 05:11:14 UTC

svn commit: r410721 - /geronimo/trunk/modules/system/src/java/org/apache/geronimo/system/configuration/RepositoryConfigurationStore.java

Author: jsisson
Date: Wed May 31 20:11:14 2006
New Revision: 410721

URL: http://svn.apache.org/viewvc?rev=410721&view=rev
Log:
Merge of 1.1 change rev 409508 - update a comment

Modified:
    geronimo/trunk/modules/system/src/java/org/apache/geronimo/system/configuration/RepositoryConfigurationStore.java

Modified: geronimo/trunk/modules/system/src/java/org/apache/geronimo/system/configuration/RepositoryConfigurationStore.java
URL: http://svn.apache.org/viewvc/geronimo/trunk/modules/system/src/java/org/apache/geronimo/system/configuration/RepositoryConfigurationStore.java?rev=410721&r1=410720&r2=410721&view=diff
==============================================================================
--- geronimo/trunk/modules/system/src/java/org/apache/geronimo/system/configuration/RepositoryConfigurationStore.java (original)
+++ geronimo/trunk/modules/system/src/java/org/apache/geronimo/system/configuration/RepositoryConfigurationStore.java Wed May 31 20:11:14 2006
@@ -52,9 +52,8 @@
 import org.apache.commons.logging.LogFactory;
 
 /**
- * Implementation of ConfigurationStore that loads Configurations from a repository.
- * This implementation is read-only on the assumption that a separate maven task will
- * handle installation of a built package into the repository.
+ * Implementation of ConfigurationStore GBean that installs/loads Configurations from a 
+ * repository.
  *
  * @version $Rev: 378459 $ $Date: 2006-02-17 00:37:43 -0800 (Fri, 17 Feb 2006) $
  */