[jboss-cvs] JBossAS SVN: r92009 - in branches/JBPAPP_5_0/server/src/etc/conf: default/bootstrap and 1 other directory.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Wed Aug 5 08:20:08 EDT 2009


Author: alesj
Date: 2009-08-05 08:20:08 -0400 (Wed, 05 Aug 2009)
New Revision: 92009

Modified:
   branches/JBPAPP_5_0/server/src/etc/conf/all/bootstrap/profile.xml
   branches/JBPAPP_5_0/server/src/etc/conf/default/bootstrap/profile.xml
Log:
JBPAPP-2365; check Seam's WEB-INF/dev for updates.

Modified: branches/JBPAPP_5_0/server/src/etc/conf/all/bootstrap/profile.xml
===================================================================
--- branches/JBPAPP_5_0/server/src/etc/conf/all/bootstrap/profile.xml	2009-08-05 12:17:09 UTC (rev 92008)
+++ branches/JBPAPP_5_0/server/src/etc/conf/all/bootstrap/profile.xml	2009-08-05 12:20:08 UTC (rev 92009)
@@ -94,7 +94,7 @@
   <!-- Synchs modifed files -->
   <bean name="SynchAdapter" class="org.jboss.deployers.vfs.spi.structure.modified.OverrideSynchAdapter"/>
 
-  <!-- We just visit wars, but exclude classes, lib, dev dirs -->
+  <!-- We just visit wars, but exclude classes, lib dirs -->
   <bean name="WebVisitorAttributes" class="org.jboss.system.server.profile.basic.IncludeExcludeVisitorAttributes">
     <constructor>
       <parameter>
@@ -106,7 +106,6 @@
         <set>
           <value>WEB-INF/classes</value>
           <value>WEB-INF/lib</value>
-          <value>WEB-INF/dev</value>
         </set>
       </parameter>
     </constructor>

Modified: branches/JBPAPP_5_0/server/src/etc/conf/default/bootstrap/profile.xml
===================================================================
--- branches/JBPAPP_5_0/server/src/etc/conf/default/bootstrap/profile.xml	2009-08-05 12:17:09 UTC (rev 92008)
+++ branches/JBPAPP_5_0/server/src/etc/conf/default/bootstrap/profile.xml	2009-08-05 12:20:08 UTC (rev 92009)
@@ -85,7 +85,7 @@
   <!-- Synchs modifed files -->
   <bean name="SynchAdapter" class="org.jboss.deployers.vfs.spi.structure.modified.OverrideSynchAdapter"/>
 
-  <!-- We just visit wars, but exclude classes, lib, dev dirs -->
+  <!-- We just visit wars, but exclude classes, lib dirs -->
   <bean name="WebVisitorAttributes" class="org.jboss.system.server.profile.basic.IncludeExcludeVisitorAttributes">
     <constructor>
       <parameter>
@@ -97,7 +97,6 @@
         <set>
           <value>WEB-INF/classes</value>
           <value>WEB-INF/lib</value>
-          <value>WEB-INF/dev</value>
         </set>
       </parameter>
     </constructor>




More information about the jboss-cvs-commits mailing list