[jboss-cvs] JBossAS SVN: r58511 - trunk/testsuite/imports/sections

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Fri Nov 17 21:05:21 EST 2006


Author: scott.stark at jboss.org
Date: 2006-11-17 21:05:19 -0500 (Fri, 17 Nov 2006)
New Revision: 58511

Modified:
   trunk/testsuite/imports/sections/web.xml
Log:
Update the manifest war contents

Modified: trunk/testsuite/imports/sections/web.xml
===================================================================
--- trunk/testsuite/imports/sections/web.xml	2006-11-18 02:03:15 UTC (rev 58510)
+++ trunk/testsuite/imports/sections/web.xml	2006-11-18 02:05:19 UTC (rev 58511)
@@ -82,21 +82,27 @@
          webxml="${build.resources}/web/classpath/web.xml">
          <classes dir="${build.classes}">
             <include name="org/jboss/test/web/servlets/ClasspathServlet.class"/>
+            <include name="org/jboss/test/web/util/ClassInClasses.class"/>
          </classes>
          <lib dir="${build.lib}">
             <include name="jbosstest-web-libservlet.jar"/>
+            <include name="jbosstest-web-util.jar"/>
          </lib>
          <fileset dir="${build.resources}/web/html/manifest">
             <include name="**/*.jsp"/>
          </fileset>
+         <zipfileset dir="${build.resources}/web/html/jbosstest"
+            prefix="org/jboss/resources" includes="JBoss.properties"/>
       </war>
       <ear earfile="${build.lib}/manifest-web.ear"
          appxml="${build.resources}/web/classpath/application.xml">
          <fileset dir="${build.lib}">
             <include name="manifest-web.war"/>
-            <include name="jbosstest-web-util.jar"/>
-            <include name="jbosstest-web-util2.jar"/>
+            <include name="lib/util.jar"/>
          </fileset>
+         <zipfileset dir="${build.lib}" prefix="lib">
+            <include name="jbosstest-web-util2.jar"/>            
+         </zipfileset>
       </ear>
 
       <!-- build root-web.war -->




More information about the jboss-cvs-commits mailing list