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 22:43:00 UTC

svn commit: r668295 - /geronimo/server/trunk/plugins/tomcat/tomcat6-deployer/pom.xml

Author: gawor
Date: Mon Jun 16 13:43:00 2008
New Revision: 668295

URL: http://svn.apache.org/viewvc?rev=668295&view=rev
Log:
make sure tomcat6-deployer is started for offline deployment

Modified:
    geronimo/server/trunk/plugins/tomcat/tomcat6-deployer/pom.xml

Modified: geronimo/server/trunk/plugins/tomcat/tomcat6-deployer/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/trunk/plugins/tomcat/tomcat6-deployer/pom.xml?rev=668295&r1=668294&r2=668295&view=diff
==============================================================================
--- geronimo/server/trunk/plugins/tomcat/tomcat6-deployer/pom.xml (original)
+++ geronimo/server/trunk/plugins/tomcat/tomcat6-deployer/pom.xml Mon Jun 16 13:43:00 2008
@@ -120,6 +120,12 @@
                             <import>classes</import>
                         </dependency>
                     </dependencies>
+                    <instance>
+                        <plugin-artifact>
+                            <config-xml-content server="default"/>
+                            <config-xml-content server="offline"/>
+                        </plugin-artifact>
+                    </instance>
                 </configuration>
             </plugin>
         </plugins>