Author: bergmark
Date: Wed Nov 17 20:24:24 2010
New Revision: 1036202
URL: http://svn.apache.org/viewvc?rev=1036202&view=rev
Log:
[OWB-472] Make it clear that this functionality is disabled by default by
updating the property file.
Modified:
openwebbeans/trunk/webbeans-impl/src/main/resources/META-INF/openwebbeans/openwebbeans.properties
Modified:
openwebbeans/trunk/webbeans-impl/src/main/resources/META-INF/openwebbeans/openwebbeans.properties
URL:
http://svn.apache.org/viewvc/openwebbeans/trunk/webbeans-impl/src/main/resources/META-INF/openwebbeans/openwebbeans.properties?rev=1036202&r1=1036201&r2=1036202&view=diff
==============================================================================
---
openwebbeans/trunk/webbeans-impl/src/main/resources/META-INF/openwebbeans/openwebbeans.properties
(original)
+++
openwebbeans/trunk/webbeans-impl/src/main/resources/META-INF/openwebbeans/openwebbeans.properties
Wed Nov 17 20:24:24 2010
@@ -98,3 +98,9 @@ org.apache.webbeans.fieldInjection.useOw
################################# Conversation Support
#########################################
org.apache.webbeans.application.supportsConversation=false
################################################################################################
+
+####################### Archive Centric Beans.xml Scanning
#####################################
+# If true, will enable decorators, interceptors and alternatives based on the
beans.xml
+# of the appropriate archive.
+org.apache.webbeans.useBDABeansXMLScanner=false
+################################################################################################