[jboss-cvs] JBossAS SVN: r67082 - branches/JBPAPP_4_2/testsuite.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Wed Nov 14 12:32:53 EST 2007


Author: rrajesh
Date: 2007-11-14 12:32:53 -0500 (Wed, 14 Nov 2007)
New Revision: 67082

Modified:
   branches/JBPAPP_4_2/testsuite/build.xml
Log:
Ignore the tmp and work dir's when creating config for tests-webservice-ssl

Modified: branches/JBPAPP_4_2/testsuite/build.xml
===================================================================
--- branches/JBPAPP_4_2/testsuite/build.xml	2007-11-14 17:27:39 UTC (rev 67081)
+++ branches/JBPAPP_4_2/testsuite/build.xml	2007-11-14 17:32:53 UTC (rev 67082)
@@ -2445,9 +2445,11 @@
   <target name="tests-webservice-ssl" description="Tomcat tests requiring an SSL connector">
     <!-- Create the ssl enabled tomcat config -->
     <create-config baseconf="default" newconf="webservice-ssl">
-      <patternset>
-        <include name="**/*"/>
-      </patternset>
+       <patternset>
+          <include name="conf/**"/>
+          <include name="deploy/**"/>
+          <include name="lib/**"/>
+       </patternset>
     </create-config>
     <server:start name="webservice-ssl"/>
     <!-- Specify the JSSE properties -->




More information about the jboss-cvs-commits mailing list