<html>
<head>
</head>
<body>
<table border='0' cellpadding='3'>
<tr><td>Author: </td><td><b>semancik</b></td></tr>
<tr><td>Date:</td><td>2011-10-24 16:10:29 +0200 (Mon, 24 Oct 2011)</td></tr>
<tr><td>New Revision: </td><td>1787</td></tr>
</table>
<hr/><b>Log:</b><div style='padding-left: 20px; color:black'>
Expression evaluator almost complete<br/>
<br/>
</div><hr/>
<b>Added:</b><div style='padding-left: 20px; color:green'>
trunk/infra/common/src/main/java/com/evolveum/midpoint/common/expression/xpath/   <a href="http://fisheye.evolveum.com/browse/ICF/trunk/infra/common/src/main/java/com/evolveum/midpoint/common/expression/xpath/?r=1787"><see></a><br/>
trunk/infra/common/src/main/java/com/evolveum/midpoint/common/expression/xpath/LazyXPathVariableResolver.java   <a href="http://fisheye.evolveum.com/browse/ICF/trunk/infra/common/src/main/java/com/evolveum/midpoint/common/expression/xpath/LazyXPathVariableResolver.java?r=1787"><see></a><br/>
trunk/infra/common/src/main/java/com/evolveum/midpoint/common/expression/xpath/MidPointNamespaceContext.java   <a href="http://fisheye.evolveum.com/browse/ICF/trunk/infra/common/src/main/java/com/evolveum/midpoint/common/expression/xpath/MidPointNamespaceContext.java?r=1787"><see></a><br/>
trunk/infra/common/src/main/java/com/evolveum/midpoint/common/expression/xpath/XPathExpressionCodeHolder.java   <a href="http://fisheye.evolveum.com/browse/ICF/trunk/infra/common/src/main/java/com/evolveum/midpoint/common/expression/xpath/XPathExpressionCodeHolder.java?r=1787"><see></a><br/>
trunk/infra/common/src/main/java/com/evolveum/midpoint/common/expression/xpath/XPathExpressionEvaluator.java   <a href="http://fisheye.evolveum.com/browse/ICF/trunk/infra/common/src/main/java/com/evolveum/midpoint/common/expression/xpath/XPathExpressionEvaluator.java?r=1787"><see></a><br/>
trunk/infra/common/src/test/resources/expression/expression-objectref-variables.xml   <a href="http://fisheye.evolveum.com/browse/ICF/trunk/infra/common/src/test/resources/expression/expression-objectref-variables.xml?r=1787"><see></a><br/>
trunk/infra/common/src/test/resources/expression/expression-root-node.xml   <a href="http://fisheye.evolveum.com/browse/ICF/trunk/infra/common/src/test/resources/expression/expression-root-node.xml?r=1787"><see></a><br/>
trunk/infra/common/src/test/resources/expression/expression-system-variables.xml   <a href="http://fisheye.evolveum.com/browse/ICF/trunk/infra/common/src/test/resources/expression/expression-system-variables.xml?r=1787"><see></a><br/>
trunk/infra/common/src/test/resources/expression/objects/   <a href="http://fisheye.evolveum.com/browse/ICF/trunk/infra/common/src/test/resources/expression/objects/?r=1787"><see></a><br/>
trunk/infra/common/src/test/resources/expression/objects/c0c010c0-d34d-b33f-f00d-111111111111.xml   <a href="http://fisheye.evolveum.com/browse/ICF/trunk/infra/common/src/test/resources/expression/objects/c0c010c0-d34d-b33f-f00d-111111111111.xml?r=1787"><see></a><br/>
trunk/infra/schema/src/main/java/com/evolveum/midpoint/schema/exception/TunnelException.java   <a href="http://fisheye.evolveum.com/browse/ICF/trunk/infra/schema/src/main/java/com/evolveum/midpoint/schema/exception/TunnelException.java?r=1787"><see></a><br/>
trunk/infra/schema/src/main/java/com/evolveum/midpoint/schema/util/ExceptionUtil.java   <a href="http://fisheye.evolveum.com/browse/ICF/trunk/infra/schema/src/main/java/com/evolveum/midpoint/schema/util/ExceptionUtil.java?r=1787"><see></a><br/>
trunk/infra/test-util/src/main/java/com/evolveum/midpoint/test/util/DirectoryFileObjectResolver.java   <a href="http://fisheye.evolveum.com/browse/ICF/trunk/infra/test-util/src/main/java/com/evolveum/midpoint/test/util/DirectoryFileObjectResolver.java?r=1787"><see></a><br/>
</div>
<b>Removed:</b><div style='padding-left: 20px; color:red; text-decoration:line-through;'>
   trunk/infra/common/src/main/java/com/evolveum/midpoint/common/expression/XPathExpressionCodeHolder.java<br/>
   trunk/infra/common/src/main/java/com/evolveum/midpoint/common/expression/XPathExpressionEvaluator.java<br/>
   trunk/infra/common/src/main/java/com/evolveum/midpoint/common/xpath/MidPointNamespaceContext.java<br/>
</div>
<b>Modified:</b><div style='padding-left: 20px; color:blue'>
trunk/infra/common/pom.xml   <a href="http://fisheye.evolveum.com/browse/ICF/trunk/infra/common/pom.xml?r2=1787&r1=1786"><see></a><br/>
trunk/infra/common/src/main/java/com/evolveum/midpoint/common/DebugUtil.java   <a href="http://fisheye.evolveum.com/browse/ICF/trunk/infra/common/src/main/java/com/evolveum/midpoint/common/DebugUtil.java?r2=1787&r1=1786"><see></a><br/>
trunk/infra/common/src/main/java/com/evolveum/midpoint/common/expression/Expression.java   <a href="http://fisheye.evolveum.com/browse/ICF/trunk/infra/common/src/main/java/com/evolveum/midpoint/common/expression/Expression.java?r2=1787&r1=1786"><see></a><br/>
trunk/infra/common/src/main/java/com/evolveum/midpoint/common/expression/ExpressionEvaluator.java   <a href="http://fisheye.evolveum.com/browse/ICF/trunk/infra/common/src/main/java/com/evolveum/midpoint/common/expression/ExpressionEvaluator.java?r2=1787&r1=1786"><see></a><br/>
trunk/infra/common/src/main/java/com/evolveum/midpoint/common/expression/ExpressionFactory.java   <a href="http://fisheye.evolveum.com/browse/ICF/trunk/infra/common/src/main/java/com/evolveum/midpoint/common/expression/ExpressionFactory.java?r2=1787&r1=1786"><see></a><br/>
trunk/infra/common/src/main/java/com/evolveum/midpoint/common/xpath/XPathUtil.java   <a href="http://fisheye.evolveum.com/browse/ICF/trunk/infra/common/src/main/java/com/evolveum/midpoint/common/xpath/XPathUtil.java?r2=1787&r1=1786"><see></a><br/>
trunk/infra/common/src/test/java/com/evolveum/midpoint/common/expression/TestXPathExpressions.java   <a href="http://fisheye.evolveum.com/browse/ICF/trunk/infra/common/src/test/java/com/evolveum/midpoint/common/expression/TestXPathExpressions.java?r2=1787&r1=1786"><see></a><br/>
trunk/infra/schema/src/main/java/com/evolveum/midpoint/schema/exception/ObjectNotFoundException.java   <a href="http://fisheye.evolveum.com/browse/ICF/trunk/infra/schema/src/main/java/com/evolveum/midpoint/schema/exception/ObjectNotFoundException.java?r2=1787&r1=1786"><see></a><br/>
trunk/infra/schema/src/main/java/com/evolveum/midpoint/schema/util/JAXBUtil.java   <a href="http://fisheye.evolveum.com/browse/ICF/trunk/infra/schema/src/main/java/com/evolveum/midpoint/schema/util/JAXBUtil.java?r2=1787&r1=1786"><see></a><br/>
trunk/infra/schema/src/main/java/com/evolveum/midpoint/schema/util/ObjectResolver.java   <a href="http://fisheye.evolveum.com/browse/ICF/trunk/infra/schema/src/main/java/com/evolveum/midpoint/schema/util/ObjectResolver.java?r2=1787&r1=1786"><see></a><br/>
trunk/infra/schema/src/main/java/com/evolveum/midpoint/schema/util/ResourceTypeUtil.java   <a href="http://fisheye.evolveum.com/browse/ICF/trunk/infra/schema/src/main/java/com/evolveum/midpoint/schema/util/ResourceTypeUtil.java?r2=1787&r1=1786"><see></a><br/>
</div>
</body></html>