You are viewing a plain text version of this content. The canonical link for it is here.
Posted to scm@geronimo.apache.org by dj...@apache.org on 2007/09/24 18:24:03 UTC

svn commit: r578869 - /geronimo/server/trunk/configs/rmi-naming/pom.xml

Author: djencks
Date: Mon Sep 24 09:24:02 2007
New Revision: 578869

URL: http://svn.apache.org/viewvc?rev=578869&view=rev
Log:
better plugin contents

Modified:
    geronimo/server/trunk/configs/rmi-naming/pom.xml

Modified: geronimo/server/trunk/configs/rmi-naming/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/trunk/configs/rmi-naming/pom.xml?rev=578869&r1=578868&r2=578869&view=diff
==============================================================================
--- geronimo/server/trunk/configs/rmi-naming/pom.xml (original)
+++ geronimo/server/trunk/configs/rmi-naming/pom.xml Mon Sep 24 09:24:02 2007
@@ -95,21 +95,25 @@
                         <value>true</value>
                         <includeVersion>true</includeVersion>
                     </useMavenDependencies>
-                    <config-xml-content>
-                        <gbean name="RMIRegistry">
-                            <attribute name="port">${NamingPort + PortOffset}</attribute>
-                        </gbean>
-                        <gbean name="NamingProperties">
-                            <!-- Check whether this really works if host name is 0.0.0.0 -->
-                            <attribute name="namingProviderUrl">rmi://${ServerHostname}:${NamingPort + PortOffset}</attribute>
-                        </gbean>
-                        <gbean name="DownloadedPluginRepos">
-                            <attribute name="repositoryList">http://geronimo.apache.org/plugins/plugin-repository-list-2.1.txt</attribute>
-                            <attribute name="userRepositories">~/.m2/repository</attribute>
-                        </gbean>
-                    </config-xml-content>
-                    <config-substitution key="ServerHostname">localhost</config-substitution>
-                    <config-substitution key="NamingPort">1099</config-substitution>
+                    <instance>
+                        <plugin-artifact>
+                            <config-xml-content>
+                                <gbean name="RMIRegistry">
+                                    <attribute name="port">${NamingPort + PortOffset}</attribute>
+                                </gbean>
+                                <gbean name="NamingProperties">
+                                    <!-- Check whether this really works if host name is 0.0.0.0 -->
+                                    <attribute name="namingProviderUrl">rmi://${ServerHostname}:${NamingPort + PortOffset}</attribute>
+                                </gbean>
+                                <gbean name="DownloadedPluginRepos">
+                                    <attribute name="repositoryList">http://geronimo.apache.org/plugins/plugin-repository-list-2.1.txt</attribute>
+                                    <attribute name="userRepositories">~/.m2/repository</attribute>
+                                </gbean>
+                            </config-xml-content>
+                            <config-substitution key="ServerHostname">localhost</config-substitution>
+                            <config-substitution key="NamingPort">1099</config-substitution>
+                        </plugin-artifact>
+                    </instance>
                 </configuration>
             </plugin>
         </plugins>