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 2006/04/26 18:20:48 UTC

svn commit: r397229 - in /geronimo/branches/1.1/modules/upgrade/src/test-data: assembly_1.xml assembly_1_result.xml

Author: djencks
Date: Wed Apr 26 09:20:44 2006
New Revision: 397229

URL: http://svn.apache.org/viewcvs?rev=397229&view=rev
Log:
add missing files

Added:
    geronimo/branches/1.1/modules/upgrade/src/test-data/assembly_1.xml
    geronimo/branches/1.1/modules/upgrade/src/test-data/assembly_1_result.xml

Added: geronimo/branches/1.1/modules/upgrade/src/test-data/assembly_1.xml
URL: http://svn.apache.org/viewcvs/geronimo/branches/1.1/modules/upgrade/src/test-data/assembly_1.xml?rev=397229&view=auto
==============================================================================
--- geronimo/branches/1.1/modules/upgrade/src/test-data/assembly_1.xml (added)
+++ geronimo/branches/1.1/modules/upgrade/src/test-data/assembly_1.xml Wed Apr 26 09:20:44 2006
@@ -0,0 +1,24 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<application
+        xmlns="http://geronimo.apache.org/xml/ns/j2ee/application"
+        configId="assembly_1"
+        parentId="${pom.groupId}/server-security/${pom.currentVersion}/car">
+
+    <module>
+        <java>assembly_compat_standalone_jar_compat12_13_client.jar</java>
+        <application-client xmlns="http://geronimo.apache.org/xml/ns/j2ee/application-client"
+                            configId="bar"
+                            clientConfigId="assembly_1/assembly_1_client"
+                            clientParentId="${pom.groupId}/client-database/${pom.currentVersion}/car">
+            <ejb-ref>
+                <ref-name>ejb/TestBean</ref-name>
+                <domain>geronimo.server</domain>
+                <server>geronimo</server>
+                <application>null</application>
+                <module>assembly_1_ejb</module>
+                <type>StatelessSessionBean</type>
+                <name>TestBean</name>
+            </ejb-ref>
+        </application-client>
+    </module>
+</application>

Added: geronimo/branches/1.1/modules/upgrade/src/test-data/assembly_1_result.xml
URL: http://svn.apache.org/viewcvs/geronimo/branches/1.1/modules/upgrade/src/test-data/assembly_1_result.xml?rev=397229&view=auto
==============================================================================
--- geronimo/branches/1.1/modules/upgrade/src/test-data/assembly_1_result.xml (added)
+++ geronimo/branches/1.1/modules/upgrade/src/test-data/assembly_1_result.xml Wed Apr 26 09:20:44 2006
@@ -0,0 +1,62 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<application xmlns="http://geronimo.apache.org/xml/ns/j2ee/application-1.1">
+    <dep:environment xmlns:dep="http://geronimo.apache.org/xml/ns/deployment-1.1">
+        <dep:configId>
+            <dep:groupId>default</dep:groupId>
+            <dep:artifactId>assembly_1</dep:artifactId>
+            <dep:version>1-default</dep:version>
+            <dep:type>car</dep:type>
+        </dep:configId>
+        <dep:dependencies>
+            <dep:dependency>
+                <dep:groupId>${pom.groupId}</dep:groupId>
+                <dep:artifactId>server-security</dep:artifactId>
+                <dep:version>${pom.currentVersion}</dep:version>
+                <dep:type>car</dep:type>
+            </dep:dependency>
+        </dep:dependencies>
+        <dep:hidden-classes/>
+        <dep:non-overridable-classes/>
+    </dep:environment>
+    <module>
+        <java>assembly_compat_standalone_jar_compat12_13_client.jar</java>
+        <application-client xmlns="http://geronimo.apache.org/xml/ns/j2ee/application-client-1.1">
+            <dep:client-environment xmlns:dep="http://geronimo.apache.org/xml/ns/deployment-1.1">
+                <dep:configId>
+                    <dep:groupId>default</dep:groupId>
+                    <dep:artifactId>assembly_1_assembly_1_client</dep:artifactId>
+                    <dep:version>1-default</dep:version>
+                    <dep:type>car</dep:type>
+                </dep:configId>
+                <dep:dependencies>
+                    <dep:dependency>
+                        <dep:groupId>${pom.groupId}</dep:groupId>
+                        <dep:artifactId>client-database</dep:artifactId>
+                        <dep:version>${pom.currentVersion}</dep:version>
+                        <dep:type>car</dep:type>
+                    </dep:dependency>
+                </dep:dependencies>
+                <dep:hidden-classes/>
+                <dep:non-overridable-classes/>
+            </dep:client-environment>
+            <dep:server-environment xmlns:dep="http://geronimo.apache.org/xml/ns/deployment-1.1">
+                <dep:configId>
+                    <dep:groupId>default</dep:groupId>
+                    <dep:artifactId>bar</dep:artifactId>
+                    <dep:version>1-default</dep:version>
+                    <dep:type>car</dep:type>
+                </dep:configId>
+                <dep:dependencies/>
+                <dep:hidden-classes/>
+                <dep:non-overridable-classes/>
+            </dep:server-environment>
+            <ejb-ref>
+                <ref-name>ejb/TestBean</ref-name>
+                <nam:pattern xmlns:nam="http://geronimo.apache.org/xml/ns/naming-1.1">
+                  <nam:artifactId>assembly_1_ejb</nam:artifactId>
+                  <nam:name>TestBean</nam:name>
+                </nam:pattern>
+            </ejb-ref>
+        </application-client>
+    </module>
+</application>