[jboss-cvs] JBossAS SVN: r86862 - branches/Branch_5_x/testsuite/imports/sections.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Mon Apr 6 13:42:16 EDT 2009


Author: stan.silvert at jboss.com
Date: 2009-04-06 13:42:16 -0400 (Mon, 06 Apr 2009)
New Revision: 86862

Modified:
   branches/Branch_5_x/testsuite/imports/sections/jsf.xml
Log:
JBAS-6580 No longer need to create WAR for Facelets logging test


Modified: branches/Branch_5_x/testsuite/imports/sections/jsf.xml
===================================================================
--- branches/Branch_5_x/testsuite/imports/sections/jsf.xml	2009-04-06 17:14:23 UTC (rev 86861)
+++ branches/Branch_5_x/testsuite/imports/sections/jsf.xml	2009-04-06 17:42:16 UTC (rev 86862)
@@ -18,26 +18,6 @@
        </webinf>
      </war>
 
-     <!-- make WAR for testing Facelets logging -->
-     <war destfile="${build.lib}/jbosstest-jsf-facelets.war"
-       webxml="${build.resources}/web/WEB-INF/jsftest-web.xml">
-       <fileset dir="${build.resources}/web/html/jsftest">
-         <include name="**/*.jsp"/>
-       </fileset>
-
-       <classes dir="${build.classes}">
-          <include name="org/jboss/test/jsf/webapp/**"/>
-       </classes>
-
-       <lib dir="${com.sun.facelets.lib}">
-          <include name="jsf-facelets.jar"/>
-       </lib>
-       
-       <webinf dir="${build.resources}/web/html/jsftest/WEB-INF">
-         <include name="**/*"/>
-       </webinf>
-     </war>
-     
      <!-- make WAR for testing legacy WARs that bundle MyFaces -->
      <war destfile="${build.lib}/bundled-myfaces-hellojsf.war"
        webxml="${build.resources}/web/WEB-INF/bundled-myfaces-jsf.xml">




More information about the jboss-cvs-commits mailing list