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

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Tue Nov 14 21:04:20 EST 2006


Author: scott.stark at jboss.org
Date: 2006-11-14 21:04:18 -0500 (Tue, 14 Nov 2006)
New Revision: 58374

Modified:
   trunk/testsuite/imports/sections/web.xml
Log:
Add a simple-xmlonly artifact

Modified: trunk/testsuite/imports/sections/web.xml
===================================================================
--- trunk/testsuite/imports/sections/web.xml	2006-11-15 02:03:45 UTC (rev 58373)
+++ trunk/testsuite/imports/sections/web.xml	2006-11-15 02:04:18 UTC (rev 58374)
@@ -571,6 +571,25 @@
          <zipfileset dir="${build.resources}/web/form-auth"
             includes="jboss-service.xml"/>
       </zip>
-	  
+
+      <!-- Simple war for testing web app enc setup -->
+      <war destfile="${build.lib}/simple-xmlonly.war"
+         webxml="${build.resources}/web/simple-xmlonly/web.xml">
+         <webinf dir="${build.resources}/web/simple-xmlonly">
+            <include name="jboss-web.xml"/>
+         </webinf>
+         <classes dir="${build.classes}">
+            <include name="org/jboss/test/web/servlets/StandaloneENCServlet.class"/>
+         </classes>         
+      </war>
+      <jar destfile="${build.lib}/simple-xmlonly.beans">
+         <zipfileset dir="${build.resources}/web/simple-xmlonly"
+            fullpath="META-INF/jboss-beans.xml">
+            <include name="encbinding-beans.xml"/>            
+         </zipfileset>
+         <fileset dir="${build.classes}">
+            <include name="org/jboss/test/web/mock/**"/>
+         </fileset>         
+      </jar>
    </target>
 </project>




More information about the jboss-cvs-commits mailing list