You are viewing a plain text version of this content. The canonical link for it is here.
Posted to scm@geronimo.apache.org by ga...@apache.org on 2008/06/03 03:47:48 UTC

svn commit: r662619 - /geronimo/server/trunk/framework/configs/online-deployer/src/main/plan/plan.xml

Author: gawor
Date: Mon Jun  2 18:47:47 2008
New Revision: 662619

URL: http://svn.apache.org/viewvc?rev=662619&view=rev
Log:
make sure config-substitutions.properties is read when offline deploy is used (GERONIMO-4072)

Modified:
    geronimo/server/trunk/framework/configs/online-deployer/src/main/plan/plan.xml

Modified: geronimo/server/trunk/framework/configs/online-deployer/src/main/plan/plan.xml
URL: http://svn.apache.org/viewvc/geronimo/server/trunk/framework/configs/online-deployer/src/main/plan/plan.xml?rev=662619&r1=662618&r2=662619&view=diff
==============================================================================
--- geronimo/server/trunk/framework/configs/online-deployer/src/main/plan/plan.xml (original)
+++ geronimo/server/trunk/framework/configs/online-deployer/src/main/plan/plan.xml Mon Jun  2 18:47:47 2008
@@ -59,6 +59,8 @@
             <name>ServerInfo</name>
         </reference>
         <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>
     </gbean>
 
     <!--Configuration Manager service-->