You are viewing a plain text version of this content. The canonical link for it is here.
Posted to scm@geronimo.apache.org by dw...@apache.org on 2008/03/05 20:44:45 UTC

svn commit: r633999 - /geronimo/server/branches/2.0/configs/client-system/src/plan/plan.xml

Author: dwoods
Date: Wed Mar  5 11:44:43 2008
New Revision: 633999

URL: http://svn.apache.org/viewvc?rev=633999&view=rev
Log:
set readOnly setting for app clients by default

Modified:
    geronimo/server/branches/2.0/configs/client-system/src/plan/plan.xml

Modified: geronimo/server/branches/2.0/configs/client-system/src/plan/plan.xml
URL: http://svn.apache.org/viewvc/geronimo/server/branches/2.0/configs/client-system/src/plan/plan.xml?rev=633999&r1=633998&r2=633999&view=diff
==============================================================================
--- geronimo/server/branches/2.0/configs/client-system/src/plan/plan.xml (original)
+++ geronimo/server/branches/2.0/configs/client-system/src/plan/plan.xml Wed Mar  5 11:44:43 2008
@@ -43,6 +43,7 @@
         <reference name="ServerInfo">
             <name>ServerInfo</name>
         </reference>
+        <attribute name="readOnly">true</attribute>
         <attribute name="configFile">var/config/config.xml</attribute>
         <attribute name="substitutionsFile">var/config/config-substitutions.properties</attribute>
         <attribute name="substitutionPrefix">org.apache.geronimo.config.substitution.</attribute>