You are viewing a plain text version of this content. The canonical link for it is here.
Posted to scm@geronimo.apache.org by jb...@apache.org on 2008/06/30 16:52:21 UTC

svn commit: r672787 - in /geronimo/site/trunk/docs/plugins: geronimo-2.1.1/geronimo-plugins.xml geronimo-2.1.2/geronimo-plugins.xml geronimo-2.1/geronimo-plugins.xml geronimo-2.2/geronimo-plugins.xml

Author: jbohn
Date: Mon Jun 30 07:52:20 2008
New Revision: 672787

URL: http://svn.apache.org/viewvc?rev=672787&view=rev
Log:
update plugin catalogs for 2.1, 2.1.1, 2.1.2, and 2.2 with new server-repo plugin

Modified:
    geronimo/site/trunk/docs/plugins/geronimo-2.1.1/geronimo-plugins.xml
    geronimo/site/trunk/docs/plugins/geronimo-2.1.2/geronimo-plugins.xml
    geronimo/site/trunk/docs/plugins/geronimo-2.1/geronimo-plugins.xml
    geronimo/site/trunk/docs/plugins/geronimo-2.2/geronimo-plugins.xml

Modified: geronimo/site/trunk/docs/plugins/geronimo-2.1.1/geronimo-plugins.xml
URL: http://svn.apache.org/viewvc/geronimo/site/trunk/docs/plugins/geronimo-2.1.1/geronimo-plugins.xml?rev=672787&r1=672786&r2=672787&view=diff
==============================================================================
--- geronimo/site/trunk/docs/plugins/geronimo-2.1.1/geronimo-plugins.xml (original)
+++ geronimo/site/trunk/docs/plugins/geronimo-2.1.1/geronimo-plugins.xml Mon Jun 30 07:52:20 2008
@@ -7476,5 +7476,40 @@
             <source-repository>http://people.apache.org/repo/m2-incubating-repository/</source-repository>
         </plugin-artifact>
     </plugin>
+    <plugin>
+        <name>Geronimo Plugins :: Geronimo Server Specific Repository Plugin</name>
+        <category>Geronimo Plugins</category>
+        <description>This plugin creates a server specific repository (var/repository) for 
+        a Geronimo server instance.  This server repository can be used 
+        to provide some isolation from the default Geronmio repository and
+        is of most value with multiple server instances leveraging the same
+        Geronimo install image.
+
+        For a description of how this could be used see
+        http://cwiki.apache.org/GMOxDOC21/multiple-repositories.html</description>
+        <url>http://www.apache.org</url>
+        <author>The Apache Software Foundation</author>
+        <license osi-approved="true">The Apache Software License, Version 2.0</license>
+        <plugin-artifact>
+            <module-id>
+                <groupId>org.apache.geronimo.plugins</groupId>
+                <artifactId>server-repo</artifactId>
+                <version>1.0</version>
+                <type>car</type>
+            </module-id>
+            <dependency>
+                <groupId>org.apache.geronimo.framework</groupId>
+                <artifactId>j2ee-system</artifactId>
+                <type>car</type>
+            </dependency>
+            <copy-file relative-to="server" dest-dir="var">repository</copy-file>
+            <config-xml-content>
+                <ns2:gbean name="ServerRepo">
+                    <ns2:attribute name="root">var/repository/</ns2:attribute>
+                    <ns2:attribute name="resolveToServer">true</ns2:attribute>
+                </ns2:gbean>
+            </config-xml-content>
+        </plugin-artifact>
+    </plugin>
     <default-repository>http://geronimo.apache.org/plugins/geronimo-2.1.1/</default-repository>
 </geronimo-plugin-list>

Modified: geronimo/site/trunk/docs/plugins/geronimo-2.1.2/geronimo-plugins.xml
URL: http://svn.apache.org/viewvc/geronimo/site/trunk/docs/plugins/geronimo-2.1.2/geronimo-plugins.xml?rev=672787&r1=672786&r2=672787&view=diff
==============================================================================
--- geronimo/site/trunk/docs/plugins/geronimo-2.1.2/geronimo-plugins.xml (original)
+++ geronimo/site/trunk/docs/plugins/geronimo-2.1.2/geronimo-plugins.xml Mon Jun 30 07:52:20 2008
@@ -7827,5 +7827,40 @@
             <source-repository>http://people.apache.org/repo/m2-incubating-repository/</source-repository>
         </plugin-artifact>
     </plugin>
+    <plugin>
+        <name>Geronimo Plugins :: Geronimo Server Specific Repository Plugin</name>
+        <category>Geronimo Plugins</category>
+        <description>This plugin creates a server specific repository (var/repository) for 
+        a Geronimo server instance.  This server repository can be used 
+        to provide some isolation from the default Geronmio repository and
+        is of most value with multiple server instances leveraging the same
+        Geronimo install image.
+
+        For a description of how this could be used see
+        http://cwiki.apache.org/GMOxDOC21/multiple-repositories.html</description>
+        <url>http://www.apache.org</url>
+        <author>The Apache Software Foundation</author>
+        <license osi-approved="true">The Apache Software License, Version 2.0</license>
+        <plugin-artifact>
+            <module-id>
+                <groupId>org.apache.geronimo.plugins</groupId>
+                <artifactId>server-repo</artifactId>
+                <version>1.0</version>
+                <type>car</type>
+            </module-id>
+            <dependency>
+                <groupId>org.apache.geronimo.framework</groupId>
+                <artifactId>j2ee-system</artifactId>
+                <type>car</type>
+            </dependency>
+            <copy-file relative-to="server" dest-dir="var">repository</copy-file>
+            <config-xml-content>
+                <ns2:gbean name="ServerRepo">
+                    <ns2:attribute name="root">var/repository/</ns2:attribute>
+                    <ns2:attribute name="resolveToServer">true</ns2:attribute>
+                </ns2:gbean>
+            </config-xml-content>
+        </plugin-artifact>
+    </plugin>
     <default-repository>http://geronimo.apache.org/plugins/geronimo-2.1.2-SNAPSHOT/</default-repository>
 </geronimo-plugin-list>

Modified: geronimo/site/trunk/docs/plugins/geronimo-2.1/geronimo-plugins.xml
URL: http://svn.apache.org/viewvc/geronimo/site/trunk/docs/plugins/geronimo-2.1/geronimo-plugins.xml?rev=672787&r1=672786&r2=672787&view=diff
==============================================================================
--- geronimo/site/trunk/docs/plugins/geronimo-2.1/geronimo-plugins.xml (original)
+++ geronimo/site/trunk/docs/plugins/geronimo-2.1/geronimo-plugins.xml Mon Jun 30 07:52:20 2008
@@ -7794,5 +7794,40 @@
             <config-substitution key="providerURL">ou=system</config-substitution>
         </plugin-artifact>
     </plugin>
+    <plugin>
+        <name>Geronimo Plugins :: Geronimo Server Specific Repository Plugin</name>
+        <category>Geronimo Plugins</category>
+        <description>This plugin creates a server specific repository (var/repository) for 
+        a Geronimo server instance.  This server repository can be used 
+        to provide some isolation from the default Geronmio repository and
+        is of most value with multiple server instances leveraging the same
+        Geronimo install image.
+
+        For a description of how this could be used see
+        http://cwiki.apache.org/GMOxDOC21/multiple-repositories.html</description>
+        <url>http://www.apache.org</url>
+        <author>The Apache Software Foundation</author>
+        <license osi-approved="true">The Apache Software License, Version 2.0</license>
+        <plugin-artifact>
+            <module-id>
+                <groupId>org.apache.geronimo.plugins</groupId>
+                <artifactId>server-repo</artifactId>
+                <version>1.0</version>
+                <type>car</type>
+            </module-id>
+            <dependency>
+                <groupId>org.apache.geronimo.framework</groupId>
+                <artifactId>j2ee-system</artifactId>
+                <type>car</type>
+            </dependency>
+            <copy-file relative-to="server" dest-dir="var">repository</copy-file>
+            <config-xml-content>
+                <ns2:gbean name="ServerRepo">
+                    <ns2:attribute name="root">var/repository/</ns2:attribute>
+                    <ns2:attribute name="resolveToServer">true</ns2:attribute>
+                </ns2:gbean>
+            </config-xml-content>
+        </plugin-artifact>
+    </plugin>
     <default-repository>http://geronimo.apache.org/plugins/geronimo-2.1/</default-repository>
 </geronimo-plugin-list>

Modified: geronimo/site/trunk/docs/plugins/geronimo-2.2/geronimo-plugins.xml
URL: http://svn.apache.org/viewvc/geronimo/site/trunk/docs/plugins/geronimo-2.2/geronimo-plugins.xml?rev=672787&r1=672786&r2=672787&view=diff
==============================================================================
--- geronimo/site/trunk/docs/plugins/geronimo-2.2/geronimo-plugins.xml (original)
+++ geronimo/site/trunk/docs/plugins/geronimo-2.2/geronimo-plugins.xml Mon Jun 30 07:52:20 2008
@@ -9207,5 +9207,40 @@
             <source-repository>http://people.apache.org/repo/m2-incubating-repository/</source-repository>
         </plugin-artifact>
     </plugin>
+    <plugin>
+        <name>Geronimo Plugins :: Geronimo Server Specific Repository Plugin</name>
+        <category>Geronimo Plugins</category>
+        <description>This plugin creates a server specific repository (var/repository) for 
+        a Geronimo server instance.  This server repository can be used 
+        to provide some isolation from the default Geronmio repository and
+        is of most value with multiple server instances leveraging the same
+        Geronimo install image.
+
+        For a description of how this could be used see
+        http://cwiki.apache.org/GMOxDOC21/multiple-repositories.html</description>
+        <url>http://www.apache.org</url>
+        <author>The Apache Software Foundation</author>
+        <license osi-approved="true">The Apache Software License, Version 2.0</license>
+        <plugin-artifact>
+            <module-id>
+                <groupId>org.apache.geronimo.plugins</groupId>
+                <artifactId>server-repo</artifactId>
+                <version>1.0</version>
+                <type>car</type>
+            </module-id>
+            <dependency>
+                <groupId>org.apache.geronimo.framework</groupId>
+                <artifactId>j2ee-system</artifactId>
+                <type>car</type>
+            </dependency>
+            <copy-file relative-to="server" dest-dir="var">repository</copy-file>
+            <config-xml-content>
+                <ns2:gbean name="ServerRepo">
+                    <ns2:attribute name="root">var/repository/</ns2:attribute>
+                    <ns2:attribute name="resolveToServer">true</ns2:attribute>
+                </ns2:gbean>
+            </config-xml-content>
+        </plugin-artifact>
+    </plugin>
     <default-repository>&gt;http://geronimo.apache.org/plugins/geronimo-2.2/</default-repository>
 </geronimo-plugin-list>