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/16 21:57:29 UTC

svn commit: r668281 - /geronimo/server/branches/2.1/framework/configs/offline-deployer/src/main/plan/plan.xml

Author: gawor
Date: Mon Jun 16 12:57:29 2008
New Revision: 668281

URL: http://svn.apache.org/viewvc?rev=668281&view=rev
Log:
load config-substitutions.properties to resolve variables in offline-deployer-config.xml - fixes offline jaxws deployment

Modified:
    geronimo/server/branches/2.1/framework/configs/offline-deployer/src/main/plan/plan.xml

Modified: geronimo/server/branches/2.1/framework/configs/offline-deployer/src/main/plan/plan.xml
URL: http://svn.apache.org/viewvc/geronimo/server/branches/2.1/framework/configs/offline-deployer/src/main/plan/plan.xml?rev=668281&r1=668280&r2=668281&view=diff
==============================================================================
--- geronimo/server/branches/2.1/framework/configs/offline-deployer/src/main/plan/plan.xml (original)
+++ geronimo/server/branches/2.1/framework/configs/offline-deployer/src/main/plan/plan.xml Mon Jun 16 12:57:29 2008
@@ -26,6 +26,8 @@
         </reference>
         <attribute name="readOnly">true</attribute>
         <attribute name="configFile">var/config/offline-deployer-config.xml</attribute>
+        <attribute name="substitutionsFile">var/config/config-substitutions.properties</attribute>
+        <attribute name="substitutionPrefix">org.apache.geronimo.config.substitution.</attribute>
     </gbean>
 
     <!-- System Properties -->