[jboss-cvs] JBossAS SVN: r60005 - branches/Branch_4_2/testsuite/imports/sections.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Thu Jan 25 14:59:18 EST 2007


Author: dimitris at jboss.org
Date: 2007-01-25 14:59:18 -0500 (Thu, 25 Jan 2007)
New Revision: 60005

Modified:
   branches/Branch_4_2/testsuite/imports/sections/web.xml
Log:
fix the sso tests (failed deployment of web-sso.ear)

Modified: branches/Branch_4_2/testsuite/imports/sections/web.xml
===================================================================
--- branches/Branch_4_2/testsuite/imports/sections/web.xml	2007-01-25 19:58:52 UTC (rev 60004)
+++ branches/Branch_4_2/testsuite/imports/sections/web.xml	2007-01-25 19:59:18 UTC (rev 60005)
@@ -346,7 +346,7 @@
          <zipfileset dir="${build.lib}" includes="jbosstest-web-ejbs.jar"/>
       </zip>
       <zip destfile="${build.lib}/web-sso-clustered.ear">
-         <zipfileset dir="${build.resources}/web/sso" prefix="META-INF">
+         <zipfileset dir="${build.resources}/web/sso/clustered" prefix="META-INF">
             <include name="application.xml"/>
          </zipfileset>
          <zipfileset dir="${build.resources}/web">




More information about the jboss-cvs-commits mailing list