You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by oh...@apache.org on 2008/03/22 19:53:17 UTC

svn commit: r640055 - /commons/proper/configuration/branches/configuration2_experimental/src/test/resources/testComplexInitialization.xml

Author: oheger
Date: Sat Mar 22 11:53:17 2008
New Revision: 640055

URL: http://svn.apache.org/viewvc?rev=640055&view=rev
Log:
File-based hierarchical configurations are now derived from AbstractHierarchicalConfiguration

Modified:
    commons/proper/configuration/branches/configuration2_experimental/src/test/resources/testComplexInitialization.xml

Modified: commons/proper/configuration/branches/configuration2_experimental/src/test/resources/testComplexInitialization.xml
URL: http://svn.apache.org/viewvc/commons/proper/configuration/branches/configuration2_experimental/src/test/resources/testComplexInitialization.xml?rev=640055&r1=640054&r2=640055&view=diff
==============================================================================
--- commons/proper/configuration/branches/configuration2_experimental/src/test/resources/testComplexInitialization.xml (original)
+++ commons/proper/configuration/branches/configuration2_experimental/src/test/resources/testComplexInitialization.xml Sat Mar 22 11:53:17 2008
@@ -23,7 +23,7 @@
   </properties>
   <!-- Fetch the file name from a variable -->
   <xml fileName="${test_file_xml}" config-name="xml">
-    <expressionEngine config-class="org.apache.commons.configuration2.tree.DefaultExpressionEngine"
+    <expressionEngine config-class="org.apache.commons.configuration2.expr.def.DefaultExpressionEngine"
       propertyDelimiter="/" indexStart="[" indexEnd="]"/>
   </xml>
   <additional>