You are viewing a plain text version of this content. The canonical link for it is here.
Posted to scm@geronimo.apache.org by dw...@apache.org on 2010/02/20 19:40:36 UTC

svn commit: r912185 - in /geronimo/server/trunk/plugingroups: console-jetty/src/ console-jetty/src/main/ console-jetty/src/main/history/ console-tomcat/src/ console-tomcat/src/main/ console-tomcat/src/main/history/

Author: dwoods
Date: Sat Feb 20 18:40:36 2010
New Revision: 912185

URL: http://svn.apache.org/viewvc?rev=912185&view=rev
Log:
add dependencies.xml for new console plugin groups

Added:
    geronimo/server/trunk/plugingroups/console-jetty/src/
    geronimo/server/trunk/plugingroups/console-jetty/src/main/
    geronimo/server/trunk/plugingroups/console-jetty/src/main/history/
    geronimo/server/trunk/plugingroups/console-jetty/src/main/history/dependencies.xml   (with props)
    geronimo/server/trunk/plugingroups/console-tomcat/src/
    geronimo/server/trunk/plugingroups/console-tomcat/src/main/
    geronimo/server/trunk/plugingroups/console-tomcat/src/main/history/
    geronimo/server/trunk/plugingroups/console-tomcat/src/main/history/dependencies.xml   (with props)

Added: geronimo/server/trunk/plugingroups/console-jetty/src/main/history/dependencies.xml
URL: http://svn.apache.org/viewvc/geronimo/server/trunk/plugingroups/console-jetty/src/main/history/dependencies.xml?rev=912185&view=auto
==============================================================================
--- geronimo/server/trunk/plugingroups/console-jetty/src/main/history/dependencies.xml (added)
+++ geronimo/server/trunk/plugingroups/console-jetty/src/main/history/dependencies.xml Sat Feb 20 18:40:36 2010
@@ -0,0 +1,24 @@
+<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
+<plugin-artifact xmlns:ns2="http://geronimo.apache.org/xml/ns/attributes-1.2" xmlns="http://geronimo.apache.org/xml/ns/plugins-1.3">
+    <module-id>
+        <groupId>org.apache.geronimo.plugingroups</groupId>
+        <artifactId>console-jetty</artifactId>
+        <version>3.0-SNAPSHOT</version>
+        <type>car</type>
+    </module-id>
+    <dependency>
+        <groupId>org.apache.geronimo.plugingroups</groupId>
+        <artifactId>wab-jetty</artifactId>
+        <type>car</type>
+    </dependency>
+    <dependency>
+        <groupId>org.apache.geronimo.plugins</groupId>
+        <artifactId>console-jetty</artifactId>
+        <type>car</type>
+    </dependency>
+    <dependency>
+        <groupId>org.apache.geronimo.plugins</groupId>
+        <artifactId>plugin-console-jetty</artifactId>
+        <type>car</type>
+    </dependency>
+</plugin-artifact>

Propchange: geronimo/server/trunk/plugingroups/console-jetty/src/main/history/dependencies.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Added: geronimo/server/trunk/plugingroups/console-tomcat/src/main/history/dependencies.xml
URL: http://svn.apache.org/viewvc/geronimo/server/trunk/plugingroups/console-tomcat/src/main/history/dependencies.xml?rev=912185&view=auto
==============================================================================
--- geronimo/server/trunk/plugingroups/console-tomcat/src/main/history/dependencies.xml (added)
+++ geronimo/server/trunk/plugingroups/console-tomcat/src/main/history/dependencies.xml Sat Feb 20 18:40:36 2010
@@ -0,0 +1,24 @@
+<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
+<plugin-artifact xmlns:ns2="http://geronimo.apache.org/xml/ns/attributes-1.2" xmlns="http://geronimo.apache.org/xml/ns/plugins-1.3">
+    <module-id>
+        <groupId>org.apache.geronimo.plugingroups</groupId>
+        <artifactId>console-tomcat</artifactId>
+        <version>3.0-SNAPSHOT</version>
+        <type>car</type>
+    </module-id>
+    <dependency>
+        <groupId>org.apache.geronimo.plugingroups</groupId>
+        <artifactId>wab-tomcat</artifactId>
+        <type>car</type>
+    </dependency>
+    <dependency>
+        <groupId>org.apache.geronimo.plugins</groupId>
+        <artifactId>console-tomcat</artifactId>
+        <type>car</type>
+    </dependency>
+    <dependency>
+        <groupId>org.apache.geronimo.plugins</groupId>
+        <artifactId>plugin-console-tomcat</artifactId>
+        <type>car</type>
+    </dependency>
+</plugin-artifact>

Propchange: geronimo/server/trunk/plugingroups/console-tomcat/src/main/history/dependencies.xml
------------------------------------------------------------------------------
    svn:eol-style = native