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 2009/07/02 18:01:03 UTC

svn commit: r790633 - in /geronimo/server/trunk/framework/configs/geronimo-gbean-deployer/src/it: j2ee-system-2/validate.groovy j2ee-system/validate.groovy

Author: djencks
Date: Thu Jul  2 16:01:02 2009
New Revision: 790633

URL: http://svn.apache.org/viewvc?rev=790633&view=rev
Log:
GERONIMO-4628 fix some it configuration problems caused by moving the filtered plan file location

Modified:
    geronimo/server/trunk/framework/configs/geronimo-gbean-deployer/src/it/j2ee-system-2/validate.groovy
    geronimo/server/trunk/framework/configs/geronimo-gbean-deployer/src/it/j2ee-system/validate.groovy

Modified: geronimo/server/trunk/framework/configs/geronimo-gbean-deployer/src/it/j2ee-system-2/validate.groovy
URL: http://svn.apache.org/viewvc/geronimo/server/trunk/framework/configs/geronimo-gbean-deployer/src/it/j2ee-system-2/validate.groovy?rev=790633&r1=790632&r2=790633&view=diff
==============================================================================
--- geronimo/server/trunk/framework/configs/geronimo-gbean-deployer/src/it/j2ee-system-2/validate.groovy (original)
+++ geronimo/server/trunk/framework/configs/geronimo-gbean-deployer/src/it/j2ee-system-2/validate.groovy Thu Jul  2 16:01:02 2009
@@ -47,4 +47,4 @@
 
 assertSame('src/test/resources/META-INF/geronimo-plugin.xml', 'target/resources/META-INF/geronimo-plugin.xml')
 
-assertSame('src/test/resources/META-INF/plan.xml', 'target/resources/META-INF/plan.xml')
+assertSame('src/test/resources/META-INF/plan.xml', 'target/work/plan.xml')

Modified: geronimo/server/trunk/framework/configs/geronimo-gbean-deployer/src/it/j2ee-system/validate.groovy
URL: http://svn.apache.org/viewvc/geronimo/server/trunk/framework/configs/geronimo-gbean-deployer/src/it/j2ee-system/validate.groovy?rev=790633&r1=790632&r2=790633&view=diff
==============================================================================
--- geronimo/server/trunk/framework/configs/geronimo-gbean-deployer/src/it/j2ee-system/validate.groovy (original)
+++ geronimo/server/trunk/framework/configs/geronimo-gbean-deployer/src/it/j2ee-system/validate.groovy Thu Jul  2 16:01:02 2009
@@ -47,4 +47,4 @@
 
 assertSame('src/test/resources/META-INF/geronimo-plugin.xml', 'target/resources/META-INF/geronimo-plugin.xml')
 
-assertSame('src/test/resources/META-INF/plan.xml', 'target/resources/META-INF/plan.xml')
+assertSame('src/test/resources/META-INF/plan.xml', 'target/work/plan.xml')