[jboss-cvs] JBossAS SVN: r71111 - projects/jboss-deployers/trunk/deployers-vfs/src/resources/tests/bootstrap.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Thu Mar 20 22:06:48 EDT 2008


Author: adrian at jboss.org
Date: 2008-03-20 22:06:48 -0400 (Thu, 20 Mar 2008)
New Revision: 71111

Modified:
   projects/jboss-deployers/trunk/deployers-vfs/src/resources/tests/bootstrap/bootstrap.xml
Log:
Don't break the jar suffixes test by changing the default suffixes in other tests

Modified: projects/jboss-deployers/trunk/deployers-vfs/src/resources/tests/bootstrap/bootstrap.xml
===================================================================
--- projects/jboss-deployers/trunk/deployers-vfs/src/resources/tests/bootstrap/bootstrap.xml	2008-03-21 01:59:50 UTC (rev 71110)
+++ projects/jboss-deployers/trunk/deployers-vfs/src/resources/tests/bootstrap/bootstrap.xml	2008-03-21 02:06:48 UTC (rev 71111)
@@ -34,23 +34,6 @@
 
     <!-- JAR Structure -->
     <bean name="JARStructure" class="org.jboss.deployers.vfs.plugins.structure.jar.JARStructure">
-       <!-- Unless specified the default list of suffixes is .zip, .ear, .jar, ,.rar, .war, .sar, .har, .aop -->
-       <constructor>
-          <parameter>
-             <set elementClass="java.lang.String">
-                <value>.zip</value>
-                <value>.ear</value>
-                <value>.jar</value>
-                <value>.rar</value>
-                <value>.war</value>
-                <value>.sar</value>
-                <value>.har</value>
-                <value>.aop</value>
-                <value>.deployer</value>
-                <value>.beans</value>
-             </set>
-          </parameter>
-       </constructor>
        <property name="candidateStructureVisitorFactory">
           <!-- Any file that is not an ordinary directory is a candidate -->
           <bean name="JARStructureCandidates" class="org.jboss.deployers.vfs.spi.structure.helpers.DefaultCandidateStructureVisitorFactory">




More information about the jboss-cvs-commits mailing list