[jboss-cvs] JBossAS SVN: r80930 - in trunk/server/src/etc/conf: web and 1 other directory.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Thu Nov 13 07:44:20 EST 2008


Author: dimitris at jboss.org
Date: 2008-11-13 07:44:19 -0500 (Thu, 13 Nov 2008)
New Revision: 80930

Modified:
   trunk/server/src/etc/conf/default/jboss-service.xml
   trunk/server/src/etc/conf/web/jboss-service.xml
Log:
fix the comment

Modified: trunk/server/src/etc/conf/default/jboss-service.xml
===================================================================
--- trunk/server/src/etc/conf/default/jboss-service.xml	2008-11-13 12:41:42 UTC (rev 80929)
+++ trunk/server/src/etc/conf/default/jboss-service.xml	2008-11-13 12:44:19 UTC (rev 80930)
@@ -9,7 +9,7 @@
 <server>
 
    <!-- Load all jars from the JBOSS_HOME/server/<config>/lib directory and
-        the shared JBOSS_HOME/server/lib directory. This can be restricted to
+        the shared JBOSS_HOME/common/lib directory. This can be restricted to
         specific jars by specifying them in the archives attribute.
    -->
    <classpath codebase="${jboss.server.lib.url}" archives="*"/>

Modified: trunk/server/src/etc/conf/web/jboss-service.xml
===================================================================
--- trunk/server/src/etc/conf/web/jboss-service.xml	2008-11-13 12:41:42 UTC (rev 80929)
+++ trunk/server/src/etc/conf/web/jboss-service.xml	2008-11-13 12:44:19 UTC (rev 80930)
@@ -9,7 +9,7 @@
 <server>
 
    <!-- Load all jars from the JBOSS_HOME/server/<config>/lib directory and
-        the shared JBOSS_HOME/server/lib directory. This can be restricted to
+        the shared JBOSS_HOME/common/lib directory. This can be restricted to
         specific jars by specifying them in the archives attribute.
    -->
    <classpath codebase="${jboss.server.lib.url}" archives="*"/>




More information about the jboss-cvs-commits mailing list