[webbeans-commits] Webbeans SVN: r3852 - in ri/trunk: parent and 1 other directories.

webbeans-commits at lists.jboss.org webbeans-commits at lists.jboss.org
Mon Oct 5 08:55:53 EDT 2009


Author: pete.muir at jboss.org
Date: 2009-10-05 08:55:53 -0400 (Mon, 05 Oct 2009)
New Revision: 3852

Modified:
   ri/trunk/impl/pom.xml
   ri/trunk/parent/
   ri/trunk/version-matrix/
Log:
make interceptors optional, ignores

Modified: ri/trunk/impl/pom.xml
===================================================================
--- ri/trunk/impl/pom.xml	2009-10-05 12:23:04 UTC (rev 3851)
+++ ri/trunk/impl/pom.xml	2009-10-05 12:55:53 UTC (rev 3852)
@@ -118,6 +118,7 @@
        <dependency>
            <groupId>org.jboss.interceptors</groupId>
            <artifactId>interceptors</artifactId>
+           <optional>true</optional>
        </dependency>
 
        <dependency>


Property changes on: ri/trunk/parent
___________________________________________________________________
Name: svn:ignore
   - .classpath
.project
.settings

target

   + 
target

.settings

.project

.classpath

bin



Property changes on: ri/trunk/version-matrix
___________________________________________________________________
Name: svn:ignore
   - target

.settings

.project

.classpath

   + 
target

.settings

.project

.classpath

bin





More information about the weld-commits mailing list