You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by gp...@apache.org on 2011/05/26 02:06:39 UTC

svn commit: r1127739 - /myfaces/extensions/cdi/trunk/core/impl/src/test/resources/META-INF/myfaces-extcdi.properties

Author: gpetracek
Date: Thu May 26 00:06:38 2011
New Revision: 1127739

URL: http://svn.apache.org/viewvc?rev=1127739&view=rev
Log:
test for project-stage config

Modified:
    myfaces/extensions/cdi/trunk/core/impl/src/test/resources/META-INF/myfaces-extcdi.properties

Modified: myfaces/extensions/cdi/trunk/core/impl/src/test/resources/META-INF/myfaces-extcdi.properties
URL: http://svn.apache.org/viewvc/myfaces/extensions/cdi/trunk/core/impl/src/test/resources/META-INF/myfaces-extcdi.properties?rev=1127739&r1=1127738&r2=1127739&view=diff
==============================================================================
--- myfaces/extensions/cdi/trunk/core/impl/src/test/resources/META-INF/myfaces-extcdi.properties (original)
+++ myfaces/extensions/cdi/trunk/core/impl/src/test/resources/META-INF/myfaces-extcdi.properties Thu May 26 00:06:38 2011
@@ -17,4 +17,8 @@
 
 # alternative location to the root package
 
-db=test-db
\ No newline at end of file
+db=test-db
+
+#the following entries should ensure that it isn't possible to configure the project-stage with a static config
+ProjectStage=IntegrationTest
+org.apache.myfaces.extensions.cdi.ProjectStage=IntegrationTest
\ No newline at end of file