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 2008/09/23 18:41:03 UTC

svn commit: r698232 - in /geronimo/server/trunk/plugins/clustering/geronimo-plugin-farm-node/src/main/history: ./ dependencies.xml

Author: djencks
Date: Tue Sep 23 09:41:02 2008
New Revision: 698232

URL: http://svn.apache.org/viewvc?rev=698232&view=rev
Log:
missing dependencies history file

Added:
    geronimo/server/trunk/plugins/clustering/geronimo-plugin-farm-node/src/main/history/
    geronimo/server/trunk/plugins/clustering/geronimo-plugin-farm-node/src/main/history/dependencies.xml   (with props)

Added: geronimo/server/trunk/plugins/clustering/geronimo-plugin-farm-node/src/main/history/dependencies.xml
URL: http://svn.apache.org/viewvc/geronimo/server/trunk/plugins/clustering/geronimo-plugin-farm-node/src/main/history/dependencies.xml?rev=698232&view=auto
==============================================================================
--- geronimo/server/trunk/plugins/clustering/geronimo-plugin-farm-node/src/main/history/dependencies.xml (added)
+++ geronimo/server/trunk/plugins/clustering/geronimo-plugin-farm-node/src/main/history/dependencies.xml Tue Sep 23 09:41:02 2008
@@ -0,0 +1,19 @@
+<?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.assemblies</groupId>
+        <artifactId>geronimo-plugin-farm-node</artifactId>
+        <version>2.2-SNAPSHOT</version>
+        <type>server-assembly</type>
+    </module-id>
+    <dependency>
+        <groupId>org.apache.geronimo.configs</groupId>
+        <artifactId>plugin-farm-member</artifactId>
+        <type>car</type>
+    </dependency>
+    <dependency>
+        <groupId>org.apache.geronimo.plugingroups</groupId>
+        <artifactId>framework</artifactId>
+        <type>car</type>
+    </dependency>
+</plugin-artifact>

Propchange: geronimo/server/trunk/plugins/clustering/geronimo-plugin-farm-node/src/main/history/dependencies.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: geronimo/server/trunk/plugins/clustering/geronimo-plugin-farm-node/src/main/history/dependencies.xml
------------------------------------------------------------------------------
    svn:keywords = Date Revision

Propchange: geronimo/server/trunk/plugins/clustering/geronimo-plugin-farm-node/src/main/history/dependencies.xml
------------------------------------------------------------------------------
    svn:mime-type = text/xml