[richfaces-svn-commits] JBoss Rich Faces SVN: r18494 - root/tests/metamer/trunk/application/src/main/webapp/WEB-INF.
richfaces-svn-commits at lists.jboss.org
richfaces-svn-commits at lists.jboss.org
Fri Aug 6 06:04:45 EDT 2010
Author: ppitonak at redhat.com
Date: 2010-08-06 06:04:44 -0400 (Fri, 06 Aug 2010)
New Revision: 18494
Added:
root/tests/metamer/trunk/application/src/main/webapp/WEB-INF/jboss-scanning.xml
Log:
* jboss-scanning.xml added so that Guava and SLF4J jars don't cause problems in JBoss AS
Added: root/tests/metamer/trunk/application/src/main/webapp/WEB-INF/jboss-scanning.xml
===================================================================
--- root/tests/metamer/trunk/application/src/main/webapp/WEB-INF/jboss-scanning.xml (rev 0)
+++ root/tests/metamer/trunk/application/src/main/webapp/WEB-INF/jboss-scanning.xml 2010-08-06 10:04:44 UTC (rev 18494)
@@ -0,0 +1,10 @@
+<scanning xmlns="urn:jboss:scanning:1.0">
+
+ <path name="WEB-INF/classes">
+ </path>
+
+ <path name="WEB-INF/lib/guava-r05.jar">
+ <exclude name="com.google.common.collect" />
+ </path>
+
+</scanning>
\ No newline at end of file
More information about the richfaces-svn-commits
mailing list