[jboss-cvs] JBossAS SVN: r92008 - in branches/Branch_5_x/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:17:09 EDT 2009


Author: alesj
Date: 2009-08-05 08:17:09 -0400 (Wed, 05 Aug 2009)
New Revision: 92008

Modified:
   branches/Branch_5_x/server/src/etc/conf/all/bootstrap/profile.xml
   branches/Branch_5_x/server/src/etc/conf/default/bootstrap/profile.xml
Log:
Fix comment.

Modified: branches/Branch_5_x/server/src/etc/conf/all/bootstrap/profile.xml
===================================================================
--- branches/Branch_5_x/server/src/etc/conf/all/bootstrap/profile.xml	2009-08-05 11:22:13 UTC (rev 92007)
+++ branches/Branch_5_x/server/src/etc/conf/all/bootstrap/profile.xml	2009-08-05 12:17:09 UTC (rev 92008)
@@ -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>

Modified: branches/Branch_5_x/server/src/etc/conf/default/bootstrap/profile.xml
===================================================================
--- branches/Branch_5_x/server/src/etc/conf/default/bootstrap/profile.xml	2009-08-05 11:22:13 UTC (rev 92007)
+++ branches/Branch_5_x/server/src/etc/conf/default/bootstrap/profile.xml	2009-08-05 12:17:09 UTC (rev 92008)
@@ -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>




More information about the jboss-cvs-commits mailing list