<html>
<head>
</head>
<body>
<table border='0' cellpadding='3'>
<tr><td>Author: </td><td><b>semancik</b></td></tr>
<tr><td>Date:</td><td>2012-09-27 20:34:05 +0200 (Thu, 27 Sep 2012)</td></tr>
<tr><td>New Revision: </td><td>4237</td></tr>
</table>
<hr/><b>Log:</b><div style='padding-left: 20px; color:black'>
Great Expression Revolution.<br/>
Completely reworked expressions, valueConstruction, propertyConstruction and similar strange constructions to a unified concept of Mapping.<br/>
Chaging all the test files and samles as well. But som problems may still exist. Will hunt them down in next few days.<br/>
Needs quite a lot of testing.<br/>
<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/ExpressionEvaluator.java   <a href="http://fisheye.evolveum.com/browse/MidPoint/trunk/infra/common/src/main/java/com/evolveum/midpoint/common/expression/ExpressionEvaluator.java?r=4237"><see></a><br/>
trunk/infra/common/src/main/java/com/evolveum/midpoint/common/expression/ExpressionEvaluatorFactory.java   <a href="http://fisheye.evolveum.com/browse/MidPoint/trunk/infra/common/src/main/java/com/evolveum/midpoint/common/expression/ExpressionEvaluatorFactory.java?r=4237"><see></a><br/>
trunk/infra/common/src/main/java/com/evolveum/midpoint/common/expression/ExpressionSyntaxException.java   <a href="http://fisheye.evolveum.com/browse/MidPoint/trunk/infra/common/src/main/java/com/evolveum/midpoint/common/expression/ExpressionSyntaxException.java?r=4237"><see></a><br/>
trunk/infra/common/src/main/java/com/evolveum/midpoint/common/expression/ExpressionUtil.java   <a href="http://fisheye.evolveum.com/browse/MidPoint/trunk/infra/common/src/main/java/com/evolveum/midpoint/common/expression/ExpressionUtil.java?r=4237"><see></a><br/>
trunk/infra/common/src/main/java/com/evolveum/midpoint/common/expression/ItemDeltaItem.java   <a href="http://fisheye.evolveum.com/browse/MidPoint/trunk/infra/common/src/main/java/com/evolveum/midpoint/common/expression/ItemDeltaItem.java?r=4237"><see></a><br/>
trunk/infra/common/src/main/java/com/evolveum/midpoint/common/expression/MidPointFunctions.java   <a href="http://fisheye.evolveum.com/browse/MidPoint/trunk/infra/common/src/main/java/com/evolveum/midpoint/common/expression/MidPointFunctions.java?r=4237"><see></a><br/>
trunk/infra/common/src/main/java/com/evolveum/midpoint/common/expression/ObjectDeltaObject.java   <a href="http://fisheye.evolveum.com/browse/MidPoint/trunk/infra/common/src/main/java/com/evolveum/midpoint/common/expression/ObjectDeltaObject.java?r=4237"><see></a><br/>
trunk/infra/common/src/main/java/com/evolveum/midpoint/common/expression/Source.java   <a href="http://fisheye.evolveum.com/browse/MidPoint/trunk/infra/common/src/main/java/com/evolveum/midpoint/common/expression/Source.java?r=4237"><see></a><br/>
trunk/infra/common/src/main/java/com/evolveum/midpoint/common/expression/evaluator/   <a href="http://fisheye.evolveum.com/browse/MidPoint/trunk/infra/common/src/main/java/com/evolveum/midpoint/common/expression/evaluator/?r=4237"><see></a><br/>
trunk/infra/common/src/main/java/com/evolveum/midpoint/common/expression/evaluator/AsIsExpressionEvaluator.java   <a href="http://fisheye.evolveum.com/browse/MidPoint/trunk/infra/common/src/main/java/com/evolveum/midpoint/common/expression/evaluator/AsIsExpressionEvaluator.java?r=4237"><see></a><br/>
trunk/infra/common/src/main/java/com/evolveum/midpoint/common/expression/evaluator/AsIsExpressionEvaluatorFactory.java   <a href="http://fisheye.evolveum.com/browse/MidPoint/trunk/infra/common/src/main/java/com/evolveum/midpoint/common/expression/evaluator/AsIsExpressionEvaluatorFactory.java?r=4237"><see></a><br/>
trunk/infra/common/src/main/java/com/evolveum/midpoint/common/expression/evaluator/GenerateExpressionEvaluator.java   <a href="http://fisheye.evolveum.com/browse/MidPoint/trunk/infra/common/src/main/java/com/evolveum/midpoint/common/expression/evaluator/GenerateExpressionEvaluator.java?r=4237"><see></a><br/>
trunk/infra/common/src/main/java/com/evolveum/midpoint/common/expression/evaluator/GenerateExpressionEvaluatorFactory.java   <a href="http://fisheye.evolveum.com/browse/MidPoint/trunk/infra/common/src/main/java/com/evolveum/midpoint/common/expression/evaluator/GenerateExpressionEvaluatorFactory.java?r=4237"><see></a><br/>
trunk/infra/common/src/main/java/com/evolveum/midpoint/common/expression/evaluator/LiteralExpressionEvaluator.java   <a href="http://fisheye.evolveum.com/browse/MidPoint/trunk/infra/common/src/main/java/com/evolveum/midpoint/common/expression/evaluator/LiteralExpressionEvaluator.java?r=4237"><see></a><br/>
trunk/infra/common/src/main/java/com/evolveum/midpoint/common/expression/evaluator/LiteralExpressionEvaluatorFactory.java   <a href="http://fisheye.evolveum.com/browse/MidPoint/trunk/infra/common/src/main/java/com/evolveum/midpoint/common/expression/evaluator/LiteralExpressionEvaluatorFactory.java?r=4237"><see></a><br/>
trunk/infra/common/src/main/java/com/evolveum/midpoint/common/expression/evaluator/PathExpressionEvaluator.java   <a href="http://fisheye.evolveum.com/browse/MidPoint/trunk/infra/common/src/main/java/com/evolveum/midpoint/common/expression/evaluator/PathExpressionEvaluator.java?r=4237"><see></a><br/>
trunk/infra/common/src/main/java/com/evolveum/midpoint/common/expression/evaluator/PathExpressionEvaluatorFactory.java   <a href="http://fisheye.evolveum.com/browse/MidPoint/trunk/infra/common/src/main/java/com/evolveum/midpoint/common/expression/evaluator/PathExpressionEvaluatorFactory.java?r=4237"><see></a><br/>
trunk/infra/common/src/main/java/com/evolveum/midpoint/common/expression/script/   <a href="http://fisheye.evolveum.com/browse/MidPoint/trunk/infra/common/src/main/java/com/evolveum/midpoint/common/expression/script/?r=4237"><see></a><br/>
trunk/infra/common/src/main/java/com/evolveum/midpoint/common/expression/script/ScriptEvaluator.java   <a href="http://fisheye.evolveum.com/browse/MidPoint/trunk/infra/common/src/main/java/com/evolveum/midpoint/common/expression/script/ScriptEvaluator.java?r=4237"><see></a><br/>
trunk/infra/common/src/main/java/com/evolveum/midpoint/common/expression/script/ScriptExpression.java   <a href="http://fisheye.evolveum.com/browse/MidPoint/trunk/infra/common/src/main/java/com/evolveum/midpoint/common/expression/script/ScriptExpression.java?r=4237"><see></a><br/>
trunk/infra/common/src/main/java/com/evolveum/midpoint/common/expression/script/ScriptExpressionEvaluator.java   <a href="http://fisheye.evolveum.com/browse/MidPoint/trunk/infra/common/src/main/java/com/evolveum/midpoint/common/expression/script/ScriptExpressionEvaluator.java?r=4237"><see></a><br/>
trunk/infra/common/src/main/java/com/evolveum/midpoint/common/expression/script/ScriptExpressionEvaluatorFactory.java   <a href="http://fisheye.evolveum.com/browse/MidPoint/trunk/infra/common/src/main/java/com/evolveum/midpoint/common/expression/script/ScriptExpressionEvaluatorFactory.java?r=4237"><see></a><br/>
trunk/infra/common/src/main/java/com/evolveum/midpoint/common/expression/script/ScriptExpressionFactory.java   <a href="http://fisheye.evolveum.com/browse/MidPoint/trunk/infra/common/src/main/java/com/evolveum/midpoint/common/expression/script/ScriptExpressionFactory.java?r=4237"><see></a><br/>
trunk/infra/common/src/main/java/com/evolveum/midpoint/common/expression/script/ScriptVariables.java   <a href="http://fisheye.evolveum.com/browse/MidPoint/trunk/infra/common/src/main/java/com/evolveum/midpoint/common/expression/script/ScriptVariables.java?r=4237"><see></a><br/>
trunk/infra/common/src/main/java/com/evolveum/midpoint/common/expression/script/SourceTriple.java   <a href="http://fisheye.evolveum.com/browse/MidPoint/trunk/infra/common/src/main/java/com/evolveum/midpoint/common/expression/script/SourceTriple.java?r=4237"><see></a><br/>
trunk/infra/common/src/main/java/com/evolveum/midpoint/common/expression/script/jsr223/   <a href="http://fisheye.evolveum.com/browse/MidPoint/trunk/infra/common/src/main/java/com/evolveum/midpoint/common/expression/script/jsr223/?r=4237"><see></a><br/>
trunk/infra/common/src/main/java/com/evolveum/midpoint/common/expression/script/jsr223/Jsr223ScriptEvaluator.java   <a href="http://fisheye.evolveum.com/browse/MidPoint/trunk/infra/common/src/main/java/com/evolveum/midpoint/common/expression/script/jsr223/Jsr223ScriptEvaluator.java?r=4237"><see></a><br/>
trunk/infra/common/src/main/java/com/evolveum/midpoint/common/expression/script/xpath/   <a href="http://fisheye.evolveum.com/browse/MidPoint/trunk/infra/common/src/main/java/com/evolveum/midpoint/common/expression/script/xpath/?r=4237"><see></a><br/>
trunk/infra/common/src/main/java/com/evolveum/midpoint/common/expression/script/xpath/ReflectionXPathFunctionWrapper.java   <a href="http://fisheye.evolveum.com/browse/MidPoint/trunk/infra/common/src/main/java/com/evolveum/midpoint/common/expression/script/xpath/ReflectionXPathFunctionWrapper.java?r=4237"><see></a><br/>
trunk/infra/common/src/main/java/com/evolveum/midpoint/common/expression/script/xpath/XPathScriptEvaluator.java   <a href="http://fisheye.evolveum.com/browse/MidPoint/trunk/infra/common/src/main/java/com/evolveum/midpoint/common/expression/script/xpath/XPathScriptEvaluator.java?r=4237"><see></a><br/>
trunk/infra/common/src/main/java/com/evolveum/midpoint/common/filter/   <a href="http://fisheye.evolveum.com/browse/MidPoint/trunk/infra/common/src/main/java/com/evolveum/midpoint/common/filter/?r=4237"><see></a><br/>
trunk/infra/common/src/main/java/com/evolveum/midpoint/common/filter/Filter.java   <a href="http://fisheye.evolveum.com/browse/MidPoint/trunk/infra/common/src/main/java/com/evolveum/midpoint/common/filter/Filter.java?r=4237"><see></a><br/>
trunk/infra/common/src/main/java/com/evolveum/midpoint/common/filter/FilterManager.java   <a href="http://fisheye.evolveum.com/browse/MidPoint/trunk/infra/common/src/main/java/com/evolveum/midpoint/common/filter/FilterManager.java?r=4237"><see></a><br/>
trunk/infra/common/src/main/java/com/evolveum/midpoint/common/filter/FilterManagerImpl.java   <a href="http://fisheye.evolveum.com/browse/MidPoint/trunk/infra/common/src/main/java/com/evolveum/midpoint/common/filter/FilterManagerImpl.java?r=4237"><see></a><br/>
trunk/infra/common/src/main/java/com/evolveum/midpoint/common/mapping/   <a href="http://fisheye.evolveum.com/browse/MidPoint/trunk/infra/common/src/main/java/com/evolveum/midpoint/common/mapping/?r=4237"><see></a><br/>
trunk/infra/common/src/main/java/com/evolveum/midpoint/common/mapping/Mapping.java   <a href="http://fisheye.evolveum.com/browse/MidPoint/trunk/infra/common/src/main/java/com/evolveum/midpoint/common/mapping/Mapping.java?r=4237"><see></a><br/>
trunk/infra/common/src/main/java/com/evolveum/midpoint/common/mapping/MappingFactory.java   <a href="http://fisheye.evolveum.com/browse/MidPoint/trunk/infra/common/src/main/java/com/evolveum/midpoint/common/mapping/MappingFactory.java?r=4237"><see></a><br/>
trunk/infra/common/src/test/java/com/evolveum/midpoint/common/expression/AbstractScriptTest.java   <a href="http://fisheye.evolveum.com/browse/MidPoint/trunk/infra/common/src/test/java/com/evolveum/midpoint/common/expression/AbstractScriptTest.java?r=4237"><see></a><br/>
trunk/infra/common/src/test/java/com/evolveum/midpoint/common/expression/TestMidPointFunctions.java   <a href="http://fisheye.evolveum.com/browse/MidPoint/trunk/infra/common/src/test/java/com/evolveum/midpoint/common/expression/TestMidPointFunctions.java?r=4237"><see></a><br/>
trunk/infra/common/src/test/java/com/evolveum/midpoint/common/mapping/   <a href="http://fisheye.evolveum.com/browse/MidPoint/trunk/infra/common/src/test/java/com/evolveum/midpoint/common/mapping/?r=4237"><see></a><br/>
trunk/infra/common/src/test/java/com/evolveum/midpoint/common/mapping/MappingTestEvaluator.java   <a href="http://fisheye.evolveum.com/browse/MidPoint/trunk/infra/common/src/test/java/com/evolveum/midpoint/common/mapping/MappingTestEvaluator.java?r=4237"><see></a><br/>
trunk/infra/common/src/test/java/com/evolveum/midpoint/common/mapping/TestMappingDynamic.java   <a href="http://fisheye.evolveum.com/browse/MidPoint/trunk/infra/common/src/test/java/com/evolveum/midpoint/common/mapping/TestMappingDynamic.java?r=4237"><see></a><br/>
trunk/infra/common/src/test/java/com/evolveum/midpoint/common/mapping/TestValueConstructionAbsolute.java   <a href="http://fisheye.evolveum.com/browse/MidPoint/trunk/infra/common/src/test/java/com/evolveum/midpoint/common/mapping/TestValueConstructionAbsolute.java?r=4237"><see></a><br/>
trunk/infra/common/src/test/resources/mapping/   <a href="http://fisheye.evolveum.com/browse/MidPoint/trunk/infra/common/src/test/resources/mapping/?r=4237"><see></a><br/>
trunk/infra/common/src/test/resources/mapping/absolute/   <a href="http://fisheye.evolveum.com/browse/MidPoint/trunk/infra/common/src/test/resources/mapping/absolute/?r=4237"><see></a><br/>
trunk/infra/common/src/test/resources/mapping/mapping-asis.xml   <a href="http://fisheye.evolveum.com/browse/MidPoint/trunk/infra/common/src/test/resources/mapping/mapping-asis.xml?r=4237"><see></a><br/>
trunk/infra/common/src/test/resources/mapping/mapping-fullname.xml   <a href="http://fisheye.evolveum.com/browse/MidPoint/trunk/infra/common/src/test/resources/mapping/mapping-fullname.xml?r=4237"><see></a><br/>
trunk/infra/common/src/test/resources/mapping/mapping-generate.xml   <a href="http://fisheye.evolveum.com/browse/MidPoint/trunk/infra/common/src/test/resources/mapping/mapping-generate.xml?r=4237"><see></a><br/>
trunk/infra/common/src/test/resources/mapping/mapping-path-system-variables-namespace.xml   <a href="http://fisheye.evolveum.com/browse/MidPoint/trunk/infra/common/src/test/resources/mapping/mapping-path-system-variables-namespace.xml?r=4237"><see></a><br/>
trunk/infra/common/src/test/resources/mapping/mapping-path-system-variables-polystring-long.xml   <a href="http://fisheye.evolveum.com/browse/MidPoint/trunk/infra/common/src/test/resources/mapping/mapping-path-system-variables-polystring-long.xml?r=4237"><see></a><br/>
trunk/infra/common/src/test/resources/mapping/mapping-path-system-variables-polystring-short.xml   <a href="http://fisheye.evolveum.com/browse/MidPoint/trunk/infra/common/src/test/resources/mapping/mapping-path-system-variables-polystring-short.xml?r=4237"><see></a><br/>
trunk/infra/common/src/test/resources/mapping/mapping-path-system-variables.xml   <a href="http://fisheye.evolveum.com/browse/MidPoint/trunk/infra/common/src/test/resources/mapping/mapping-path-system-variables.xml?r=4237"><see></a><br/>
trunk/infra/common/src/test/resources/mapping/mapping-script-extra-variables.xml   <a href="http://fisheye.evolveum.com/browse/MidPoint/trunk/infra/common/src/test/resources/mapping/mapping-script-extra-variables.xml?r=4237"><see></a><br/>
trunk/infra/common/src/test/resources/mapping/mapping-script-fullname.xml   <a href="http://fisheye.evolveum.com/browse/MidPoint/trunk/infra/common/src/test/resources/mapping/mapping-script-fullname.xml?r=4237"><see></a><br/>
trunk/infra/common/src/test/resources/mapping/mapping-script-list-absolute-groovy.xml   <a href="http://fisheye.evolveum.com/browse/MidPoint/trunk/infra/common/src/test/resources/mapping/mapping-script-list-absolute-groovy.xml?r=4237"><see></a><br/>
trunk/infra/common/src/test/resources/mapping/mapping-script-list-absolute-xpath.xml   <a href="http://fisheye.evolveum.com/browse/MidPoint/trunk/infra/common/src/test/resources/mapping/mapping-script-list-absolute-xpath.xml?r=4237"><see></a><br/>
trunk/infra/common/src/test/resources/mapping/mapping-script-list-relative-groovy.xml   <a href="http://fisheye.evolveum.com/browse/MidPoint/trunk/infra/common/src/test/resources/mapping/mapping-script-list-relative-groovy.xml?r=4237"><see></a><br/>
trunk/infra/common/src/test/resources/mapping/mapping-script-list-relative-xpath.xml   <a href="http://fisheye.evolveum.com/browse/MidPoint/trunk/infra/common/src/test/resources/mapping/mapping-script-list-relative-xpath.xml?r=4237"><see></a><br/>
trunk/infra/common/src/test/resources/mapping/mapping-script-root-node.xml   <a href="http://fisheye.evolveum.com/browse/MidPoint/trunk/infra/common/src/test/resources/mapping/mapping-script-root-node.xml?r=4237"><see></a><br/>
trunk/infra/common/src/test/resources/mapping/mapping-script-simple-groovy.xml   <a href="http://fisheye.evolveum.com/browse/MidPoint/trunk/infra/common/src/test/resources/mapping/mapping-script-simple-groovy.xml?r=4237"><see></a><br/>
trunk/infra/common/src/test/resources/mapping/mapping-script-simple-xpath.xml   <a href="http://fisheye.evolveum.com/browse/MidPoint/trunk/infra/common/src/test/resources/mapping/mapping-script-simple-xpath.xml?r=4237"><see></a><br/>
trunk/infra/common/src/test/resources/mapping/mapping-script-system-variables-condition-groovy.xml   <a href="http://fisheye.evolveum.com/browse/MidPoint/trunk/infra/common/src/test/resources/mapping/mapping-script-system-variables-condition-groovy.xml?r=4237"><see></a><br/>
trunk/infra/common/src/test/resources/mapping/mapping-script-system-variables-condition-xpath.xml   <a href="http://fisheye.evolveum.com/browse/MidPoint/trunk/infra/common/src/test/resources/mapping/mapping-script-system-variables-condition-xpath.xml?r=4237"><see></a><br/>
trunk/infra/common/src/test/resources/mapping/mapping-script-system-variables-polystring-groovy.xml   <a href="http://fisheye.evolveum.com/browse/MidPoint/trunk/infra/common/src/test/resources/mapping/mapping-script-system-variables-polystring-groovy.xml?r=4237"><see></a><br/>
trunk/infra/common/src/test/resources/mapping/mapping-script-system-variables-polystring-xpath.xml   <a href="http://fisheye.evolveum.com/browse/MidPoint/trunk/infra/common/src/test/resources/mapping/mapping-script-system-variables-polystring-xpath.xml?r=4237"><see></a><br/>
trunk/infra/common/src/test/resources/mapping/mapping-script-transform.xml   <a href="http://fisheye.evolveum.com/browse/MidPoint/trunk/infra/common/src/test/resources/mapping/mapping-script-transform.xml?r=4237"><see></a><br/>
trunk/infra/common/src/test/resources/mapping/mapping-script-variables-groovy.xml   <a href="http://fisheye.evolveum.com/browse/MidPoint/trunk/infra/common/src/test/resources/mapping/mapping-script-variables-groovy.xml?r=4237"><see></a><br/>
trunk/infra/common/src/test/resources/mapping/mapping-script-variables-xpath.xml   <a href="http://fisheye.evolveum.com/browse/MidPoint/trunk/infra/common/src/test/resources/mapping/mapping-script-variables-xpath.xml?r=4237"><see></a><br/>
trunk/infra/common/src/test/resources/mapping/mapping-value-condition-false.xml   <a href="http://fisheye.evolveum.com/browse/MidPoint/trunk/infra/common/src/test/resources/mapping/mapping-value-condition-false.xml?r=4237"><see></a><br/>
trunk/infra/common/src/test/resources/mapping/mapping-value-condition-true.xml   <a href="http://fisheye.evolveum.com/browse/MidPoint/trunk/infra/common/src/test/resources/mapping/mapping-value-condition-true.xml?r=4237"><see></a><br/>
trunk/infra/common/src/test/resources/mapping/mapping-value-multi.xml   <a href="http://fisheye.evolveum.com/browse/MidPoint/trunk/infra/common/src/test/resources/mapping/mapping-value-multi.xml?r=4237"><see></a><br/>
trunk/infra/common/src/test/resources/mapping/mapping-value.xml   <a href="http://fisheye.evolveum.com/browse/MidPoint/trunk/infra/common/src/test/resources/mapping/mapping-value.xml?r=4237"><see></a><br/>
trunk/infra/common/src/test/resources/mapping/user-jack.xml   <a href="http://fisheye.evolveum.com/browse/MidPoint/trunk/infra/common/src/test/resources/mapping/user-jack.xml?r=4237"><see></a><br/>
trunk/infra/common/src/test/resources/objects/c0c010c0-d34d-b33f-f00d-111111111112.xml   <a href="http://fisheye.evolveum.com/browse/MidPoint/trunk/infra/common/src/test/resources/objects/c0c010c0-d34d-b33f-f00d-111111111112.xml?r=4237"><see></a><br/>
trunk/infra/prism/src/main/java/com/evolveum/midpoint/prism/Structured.java   <a href="http://fisheye.evolveum.com/browse/MidPoint/trunk/infra/prism/src/main/java/com/evolveum/midpoint/prism/Structured.java?r=4237"><see></a><br/>
trunk/infra/schema/src/test/java/com/evolveum/midpoint/schema/TestScriptExpressionCodeHolder.java   <a href="http://fisheye.evolveum.com/browse/MidPoint/trunk/infra/schema/src/test/java/com/evolveum/midpoint/schema/TestScriptExpressionCodeHolder.java?r=4237"><see></a><br/>
trunk/infra/util/src/main/java/com/evolveum/midpoint/util/Processor.java   <a href="http://fisheye.evolveum.com/browse/MidPoint/trunk/infra/util/src/main/java/com/evolveum/midpoint/util/Processor.java?r=4237"><see></a><br/>
trunk/infra/util/src/main/java/com/evolveum/midpoint/util/ReflectionUtil.java   <a href="http://fisheye.evolveum.com/browse/MidPoint/trunk/infra/util/src/main/java/com/evolveum/midpoint/util/ReflectionUtil.java?r=4237"><see></a><br/>
trunk/infra/util/src/test/java/com/evolveum/midpoint/util/ReflectionTestFunctionLibrary.java   <a href="http://fisheye.evolveum.com/browse/MidPoint/trunk/infra/util/src/test/java/com/evolveum/midpoint/util/ReflectionTestFunctionLibrary.java?r=4237"><see></a><br/>
trunk/infra/util/src/test/java/com/evolveum/midpoint/util/TestReflectionUtil.java   <a href="http://fisheye.evolveum.com/browse/MidPoint/trunk/infra/util/src/test/java/com/evolveum/midpoint/util/TestReflectionUtil.java?r=4237"><see></a><br/>
trunk/provisioning/provisioning-impl/src/main/java/com/evolveum/midpoint/provisioning/ucf/api/ExecuteProvisioningScriptOperation.java   <a href="http://fisheye.evolveum.com/browse/MidPoint/trunk/provisioning/provisioning-impl/src/main/java/com/evolveum/midpoint/provisioning/ucf/api/ExecuteProvisioningScriptOperation.java?r=4237"><see></a><br/>
trunk/testing/sanity/src/test/resources/request/herman.ldif   <a href="http://fisheye.evolveum.com/browse/MidPoint/trunk/testing/sanity/src/test/resources/request/herman.ldif?r=4237"><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/ExpressionEvaluator.java<br/>
   trunk/infra/common/src/main/java/com/evolveum/midpoint/common/expression/MidPointFunctions.java<br/>
   trunk/infra/common/src/main/java/com/evolveum/midpoint/common/expression/jsr223/<br/>
   trunk/infra/common/src/main/java/com/evolveum/midpoint/common/expression/script/jsr223/Jsr223ExpressionEvaluator.java<br/>
   trunk/infra/common/src/main/java/com/evolveum/midpoint/common/expression/script/xpath/XPathExpressionEvaluator.java<br/>
   trunk/infra/common/src/main/java/com/evolveum/midpoint/common/expression/xpath/<br/>
   trunk/infra/common/src/main/java/com/evolveum/midpoint/common/mapping/AsIsValueConstructor.java<br/>
   trunk/infra/common/src/main/java/com/evolveum/midpoint/common/mapping/ExpressionValueConstructor.java<br/>
   trunk/infra/common/src/main/java/com/evolveum/midpoint/common/mapping/GenerateValueConstructor.java<br/>
   trunk/infra/common/src/main/java/com/evolveum/midpoint/common/mapping/LiteralValueConstructor.java<br/>
   trunk/infra/common/src/main/java/com/evolveum/midpoint/common/mapping/ObjectDeltaObject.java<br/>
   trunk/infra/common/src/main/java/com/evolveum/midpoint/common/mapping/PathValueConstructor.java<br/>
   trunk/infra/common/src/main/java/com/evolveum/midpoint/common/mapping/ValueConstruction.java<br/>
   trunk/infra/common/src/main/java/com/evolveum/midpoint/common/mapping/ValueConstructionFactory.java<br/>
   trunk/infra/common/src/main/java/com/evolveum/midpoint/common/mapping/ValueConstructor.java<br/>
   trunk/infra/common/src/main/java/com/evolveum/midpoint/common/mapping/ValueConstructorUtil.java<br/>
   trunk/infra/common/src/main/java/com/evolveum/midpoint/common/valueconstruction/<br/>
   trunk/infra/common/src/test/java/com/evolveum/midpoint/common/expression/AbstractExpressionTest.java<br/>
   trunk/infra/common/src/test/java/com/evolveum/midpoint/common/mapping/TestValueConstructionDynamic.java<br/>
   trunk/infra/common/src/test/java/com/evolveum/midpoint/common/mapping/ValueConstructionTestEvaluator.java<br/>
   trunk/infra/common/src/test/java/com/evolveum/midpoint/common/valueconstruction/<br/>
   trunk/infra/common/src/test/resources/mapping/construction-asis.xml<br/>
   trunk/infra/common/src/test/resources/mapping/construction-expression-list.xml<br/>
   trunk/infra/common/src/test/resources/mapping/construction-expression-root-node.xml<br/>
   trunk/infra/common/src/test/resources/mapping/construction-expression-simple.xml<br/>
   trunk/infra/common/src/test/resources/mapping/construction-expression-system-variables-condition.xml<br/>
   trunk/infra/common/src/test/resources/mapping/construction-expression-system-variables-polystring-groovy.xml<br/>
   trunk/infra/common/src/test/resources/mapping/construction-expression-system-variables-polystring-xpath.xml<br/>
   trunk/infra/common/src/test/resources/mapping/construction-expression-system-variables.xml<br/>
   trunk/infra/common/src/test/resources/mapping/construction-expression-variables.xml<br/>
   trunk/infra/common/src/test/resources/mapping/construction-generate.xml<br/>
   trunk/infra/common/src/test/resources/mapping/construction-path-system-variables-namespace.xml<br/>
   trunk/infra/common/src/test/resources/mapping/construction-path-system-variables-polystring-long.xml<br/>
   trunk/infra/common/src/test/resources/mapping/construction-path-system-variables-polystring-short.xml<br/>
   trunk/infra/common/src/test/resources/mapping/construction-path-system-variables.xml<br/>
   trunk/infra/common/src/test/resources/mapping/construction-value-condition-false.xml<br/>
   trunk/infra/common/src/test/resources/mapping/construction-value-condition-true.xml<br/>
   trunk/infra/common/src/test/resources/mapping/construction-value-multi.xml<br/>
   trunk/infra/common/src/test/resources/mapping/construction-value.xml<br/>
   trunk/infra/common/src/test/resources/valueconstruction/<br/>
   trunk/infra/schema/src/main/java/com/evolveum/midpoint/schema/util/ExpressionUtil.java<br/>
   trunk/infra/schema/src/test/java/com/evolveum/midpoint/schema/test/ExpressionCodeHolderTest.java<br/>
   trunk/model/model-impl/src/main/java/com/evolveum/midpoint/model/controller/Filter.java<br/>
   trunk/model/model-impl/src/main/java/com/evolveum/midpoint/model/controller/FilterManager.java<br/>
   trunk/model/model-impl/src/main/java/com/evolveum/midpoint/model/controller/FilterManagerImpl.java<br/>
   trunk/provisioning/provisioning-impl/src/main/java/com/evolveum/midpoint/provisioning/ucf/api/ExecuteScriptOperation.java<br/>
</div>
<b>Modified:</b><div style='padding-left: 20px; color:blue'>
trunk/gui/admin-gui/src/main/java/com/evolveum/midpoint/web/component/assignment/ACAttributeDto.java   <a href="http://fisheye.evolveum.com/browse/MidPoint/trunk/gui/admin-gui/src/main/java/com/evolveum/midpoint/web/component/assignment/ACAttributeDto.java?r2=4237&r1=4236"><see></a><br/>
trunk/gui/admin-gui/src/main/java/com/evolveum/midpoint/web/component/assignment/AssignmentEditorPanel.java   <a href="http://fisheye.evolveum.com/browse/MidPoint/trunk/gui/admin-gui/src/main/java/com/evolveum/midpoint/web/component/assignment/AssignmentEditorPanel.java?r2=4237&r1=4236"><see></a><br/>
trunk/gui/admin-gui/src/main/java/com/evolveum/midpoint/web/component/prism/ObjectWrapper.java   <a href="http://fisheye.evolveum.com/browse/MidPoint/trunk/gui/admin-gui/src/main/java/com/evolveum/midpoint/web/component/prism/ObjectWrapper.java?r2=4237&r1=4236"><see></a><br/>
trunk/gui/admin-gui/src/main/java/com/evolveum/midpoint/web/component/prism/PrismPropertyPanel.java   <a href="http://fisheye.evolveum.com/browse/MidPoint/trunk/gui/admin-gui/src/main/java/com/evolveum/midpoint/web/component/prism/PrismPropertyPanel.java?r2=4237&r1=4236"><see></a><br/>
trunk/gui/admin-gui/src/main/java/com/evolveum/midpoint/web/component/prism/ValueWrapper.java   <a href="http://fisheye.evolveum.com/browse/MidPoint/trunk/gui/admin-gui/src/main/java/com/evolveum/midpoint/web/component/prism/ValueWrapper.java?r2=4237&r1=4236"><see></a><br/>
trunk/infra/common/src/main/java/com/evolveum/midpoint/common/expression/Expression.java   <a href="http://fisheye.evolveum.com/browse/MidPoint/trunk/infra/common/src/main/java/com/evolveum/midpoint/common/expression/Expression.java?r2=4237&r1=4236"><see></a><br/>
trunk/infra/common/src/main/java/com/evolveum/midpoint/common/expression/ExpressionFactory.java   <a href="http://fisheye.evolveum.com/browse/MidPoint/trunk/infra/common/src/main/java/com/evolveum/midpoint/common/expression/ExpressionFactory.java?r2=4237&r1=4236"><see></a><br/>
trunk/infra/common/src/main/java/com/evolveum/midpoint/common/expression/script/xpath/LazyXPathVariableResolver.java   <a href="http://fisheye.evolveum.com/browse/MidPoint/trunk/infra/common/src/main/java/com/evolveum/midpoint/common/expression/script/xpath/LazyXPathVariableResolver.java?r2=4237&r1=4236"><see></a><br/>
trunk/infra/common/src/main/java/com/evolveum/midpoint/common/expression/script/xpath/MidPointNamespaceContext.java   <a href="http://fisheye.evolveum.com/browse/MidPoint/trunk/infra/common/src/main/java/com/evolveum/midpoint/common/expression/script/xpath/MidPointNamespaceContext.java?r2=4237&r1=4236"><see></a><br/>
trunk/infra/common/src/main/java/com/evolveum/midpoint/common/expression/script/xpath/ReflectionXPathFunctionResolver.java   <a href="http://fisheye.evolveum.com/browse/MidPoint/trunk/infra/common/src/main/java/com/evolveum/midpoint/common/expression/script/xpath/ReflectionXPathFunctionResolver.java?r2=4237&r1=4236"><see></a><br/>
trunk/infra/common/src/main/java/com/evolveum/midpoint/common/expression/script/xpath/XPathExpressionCodeHolder.java   <a href="http://fisheye.evolveum.com/browse/MidPoint/trunk/infra/common/src/main/java/com/evolveum/midpoint/common/expression/script/xpath/XPathExpressionCodeHolder.java?r2=4237&r1=4236"><see></a><br/>
trunk/infra/common/src/main/java/com/evolveum/midpoint/common/refinery/RefinedAccountDefinition.java   <a href="http://fisheye.evolveum.com/browse/MidPoint/trunk/infra/common/src/main/java/com/evolveum/midpoint/common/refinery/RefinedAccountDefinition.java?r2=4237&r1=4236"><see></a><br/>
trunk/infra/common/src/main/java/com/evolveum/midpoint/common/refinery/RefinedAttributeDefinition.java   <a href="http://fisheye.evolveum.com/browse/MidPoint/trunk/infra/common/src/main/java/com/evolveum/midpoint/common/refinery/RefinedAttributeDefinition.java?r2=4237&r1=4236"><see></a><br/>
trunk/infra/common/src/main/java/com/evolveum/midpoint/common/validator/Validator.java   <a href="http://fisheye.evolveum.com/browse/MidPoint/trunk/infra/common/src/main/java/com/evolveum/midpoint/common/validator/Validator.java?r2=4237&r1=4236"><see></a><br/>
trunk/infra/common/src/test/java/com/evolveum/midpoint/common/expression/TestGroovyExpressions.java   <a href="http://fisheye.evolveum.com/browse/MidPoint/trunk/infra/common/src/test/java/com/evolveum/midpoint/common/expression/TestGroovyExpressions.java?r2=4237&r1=4236"><see></a><br/>
trunk/infra/common/src/test/java/com/evolveum/midpoint/common/expression/TestJavaScriptExpressions.java   <a href="http://fisheye.evolveum.com/browse/MidPoint/trunk/infra/common/src/test/java/com/evolveum/midpoint/common/expression/TestJavaScriptExpressions.java?r2=4237&r1=4236"><see></a><br/>
trunk/infra/common/src/test/java/com/evolveum/midpoint/common/expression/TestXPathExpressions.java   <a href="http://fisheye.evolveum.com/browse/MidPoint/trunk/infra/common/src/test/java/com/evolveum/midpoint/common/expression/TestXPathExpressions.java?r2=4237&r1=4236"><see></a><br/>
trunk/infra/common/src/test/java/com/evolveum/midpoint/common/mapping/TestValueConstructionStatic.java   <a href="http://fisheye.evolveum.com/browse/MidPoint/trunk/infra/common/src/test/java/com/evolveum/midpoint/common/mapping/TestValueConstructionStatic.java?r2=4237&r1=4236"><see></a><br/>
trunk/infra/common/src/test/java/com/evolveum/midpoint/common/refinery/TestRefinedSchema.java   <a href="http://fisheye.evolveum.com/browse/MidPoint/trunk/infra/common/src/test/java/com/evolveum/midpoint/common/refinery/TestRefinedSchema.java?r2=4237&r1=4236"><see></a><br/>
trunk/infra/common/src/test/resources/expression/groovy/expression-func-concatname.xml   <a href="http://fisheye.evolveum.com/browse/MidPoint/trunk/infra/common/src/test/resources/expression/groovy/expression-func-concatname.xml?r2=4237&r1=4236"><see></a><br/>
trunk/infra/common/src/test/resources/expression/groovy/expression-func.xml   <a href="http://fisheye.evolveum.com/browse/MidPoint/trunk/infra/common/src/test/resources/expression/groovy/expression-func.xml?r2=4237&r1=4236"><see></a><br/>
trunk/infra/common/src/test/resources/expression/groovy/expression-list.xml   <a href="http://fisheye.evolveum.com/browse/MidPoint/trunk/infra/common/src/test/resources/expression/groovy/expression-list.xml?r2=4237&r1=4236"><see></a><br/>
trunk/infra/common/src/test/resources/expression/groovy/expression-objectref-variables-polystring.xml   <a href="http://fisheye.evolveum.com/browse/MidPoint/trunk/infra/common/src/test/resources/expression/groovy/expression-objectref-variables-polystring.xml?r2=4237&r1=4236"><see></a><br/>
trunk/infra/common/src/test/resources/expression/groovy/expression-objectref-variables.xml   <a href="http://fisheye.evolveum.com/browse/MidPoint/trunk/infra/common/src/test/resources/expression/groovy/expression-objectref-variables.xml?r2=4237&r1=4236"><see></a><br/>
trunk/infra/common/src/test/resources/expression/groovy/expression-simple.xml   <a href="http://fisheye.evolveum.com/browse/MidPoint/trunk/infra/common/src/test/resources/expression/groovy/expression-simple.xml?r2=4237&r1=4236"><see></a><br/>
trunk/infra/common/src/test/resources/expression/groovy/expression-string-variables.xml   <a href="http://fisheye.evolveum.com/browse/MidPoint/trunk/infra/common/src/test/resources/expression/groovy/expression-string-variables.xml?r2=4237&r1=4236"><see></a><br/>
trunk/infra/common/src/test/resources/expression/groovy/expression-system-variables.xml   <a href="http://fisheye.evolveum.com/browse/MidPoint/trunk/infra/common/src/test/resources/expression/groovy/expression-system-variables.xml?r2=4237&r1=4236"><see></a><br/>
trunk/infra/common/src/test/resources/expression/javascript/expression-func-concatname.xml   <a href="http://fisheye.evolveum.com/browse/MidPoint/trunk/infra/common/src/test/resources/expression/javascript/expression-func-concatname.xml?r2=4237&r1=4236"><see></a><br/>
trunk/infra/common/src/test/resources/expression/javascript/expression-func.xml   <a href="http://fisheye.evolveum.com/browse/MidPoint/trunk/infra/common/src/test/resources/expression/javascript/expression-func.xml?r2=4237&r1=4236"><see></a><br/>
trunk/infra/common/src/test/resources/expression/javascript/expression-list.xml   <a href="http://fisheye.evolveum.com/browse/MidPoint/trunk/infra/common/src/test/resources/expression/javascript/expression-list.xml?r2=4237&r1=4236"><see></a><br/>
trunk/infra/common/src/test/resources/expression/javascript/expression-objectref-variables-polystring.xml   <a href="http://fisheye.evolveum.com/browse/MidPoint/trunk/infra/common/src/test/resources/expression/javascript/expression-objectref-variables-polystring.xml?r2=4237&r1=4236"><see></a><br/>
trunk/infra/common/src/test/resources/expression/javascript/expression-objectref-variables.xml   <a href="http://fisheye.evolveum.com/browse/MidPoint/trunk/infra/common/src/test/resources/expression/javascript/expression-objectref-variables.xml?r2=4237&r1=4236"><see></a><br/>
trunk/infra/common/src/test/resources/expression/javascript/expression-simple.xml   <a href="http://fisheye.evolveum.com/browse/MidPoint/trunk/infra/common/src/test/resources/expression/javascript/expression-simple.xml?r2=4237&r1=4236"><see></a><br/>
trunk/infra/common/src/test/resources/expression/javascript/expression-string-variables.xml   <a href="http://fisheye.evolveum.com/browse/MidPoint/trunk/infra/common/src/test/resources/expression/javascript/expression-string-variables.xml?r2=4237&r1=4236"><see></a><br/>
trunk/infra/common/src/test/resources/expression/javascript/expression-system-variables.xml   <a href="http://fisheye.evolveum.com/browse/MidPoint/trunk/infra/common/src/test/resources/expression/javascript/expression-system-variables.xml?r2=4237&r1=4236"><see></a><br/>
trunk/infra/common/src/test/resources/expression/xpath/expression-func-concatname.xml   <a href="http://fisheye.evolveum.com/browse/MidPoint/trunk/infra/common/src/test/resources/expression/xpath/expression-func-concatname.xml?r2=4237&r1=4236"><see></a><br/>
trunk/infra/common/src/test/resources/expression/xpath/expression-func.xml   <a href="http://fisheye.evolveum.com/browse/MidPoint/trunk/infra/common/src/test/resources/expression/xpath/expression-func.xml?r2=4237&r1=4236"><see></a><br/>
trunk/infra/common/src/test/resources/expression/xpath/expression-list.xml   <a href="http://fisheye.evolveum.com/browse/MidPoint/trunk/infra/common/src/test/resources/expression/xpath/expression-list.xml?r2=4237&r1=4236"><see></a><br/>
trunk/infra/common/src/test/resources/expression/xpath/expression-objectref-variables-polystring.xml   <a href="http://fisheye.evolveum.com/browse/MidPoint/trunk/infra/common/src/test/resources/expression/xpath/expression-objectref-variables-polystring.xml?r2=4237&r1=4236"><see></a><br/>
trunk/infra/common/src/test/resources/expression/xpath/expression-objectref-variables.xml   <a href="http://fisheye.evolveum.com/browse/MidPoint/trunk/infra/common/src/test/resources/expression/xpath/expression-objectref-variables.xml?r2=4237&r1=4236"><see></a><br/>
trunk/infra/common/src/test/resources/expression/xpath/expression-root-node.xml   <a href="http://fisheye.evolveum.com/browse/MidPoint/trunk/infra/common/src/test/resources/expression/xpath/expression-root-node.xml?r2=4237&r1=4236"><see></a><br/>
trunk/infra/common/src/test/resources/expression/xpath/expression-simple.xml   <a href="http://fisheye.evolveum.com/browse/MidPoint/trunk/infra/common/src/test/resources/expression/xpath/expression-simple.xml?r2=4237&r1=4236"><see></a><br/>
trunk/infra/common/src/test/resources/expression/xpath/expression-string-variables.xml   <a href="http://fisheye.evolveum.com/browse/MidPoint/trunk/infra/common/src/test/resources/expression/xpath/expression-string-variables.xml?r2=4237&r1=4236"><see></a><br/>
trunk/infra/common/src/test/resources/expression/xpath/expression-system-variables.xml   <a href="http://fisheye.evolveum.com/browse/MidPoint/trunk/infra/common/src/test/resources/expression/xpath/expression-system-variables.xml?r2=4237&r1=4236"><see></a><br/>
trunk/infra/common/src/test/resources/refinery/resource-complex.xml   <a href="http://fisheye.evolveum.com/browse/MidPoint/trunk/infra/common/src/test/resources/refinery/resource-complex.xml?r2=4237&r1=4236"><see></a><br/>
trunk/infra/common/testng.xml   <a href="http://fisheye.evolveum.com/browse/MidPoint/trunk/infra/common/testng.xml?r2=4237&r1=4236"><see></a><br/>
trunk/infra/prism/src/main/java/com/evolveum/midpoint/prism/PrismContainer.java   <a href="http://fisheye.evolveum.com/browse/MidPoint/trunk/infra/prism/src/main/java/com/evolveum/midpoint/prism/PrismContainer.java?r2=4237&r1=4236"><see></a><br/>
trunk/infra/prism/src/main/java/com/evolveum/midpoint/prism/PrismContainerValue.java   <a href="http://fisheye.evolveum.com/browse/MidPoint/trunk/infra/prism/src/main/java/com/evolveum/midpoint/prism/PrismContainerValue.java?r2=4237&r1=4236"><see></a><br/>
trunk/infra/prism/src/main/java/com/evolveum/midpoint/prism/PrismObject.java   <a href="http://fisheye.evolveum.com/browse/MidPoint/trunk/infra/prism/src/main/java/com/evolveum/midpoint/prism/PrismObject.java?r2=4237&r1=4236"><see></a><br/>
trunk/infra/prism/src/main/java/com/evolveum/midpoint/prism/PrismProperty.java   <a href="http://fisheye.evolveum.com/browse/MidPoint/trunk/infra/prism/src/main/java/com/evolveum/midpoint/prism/PrismProperty.java?r2=4237&r1=4236"><see></a><br/>
trunk/infra/prism/src/main/java/com/evolveum/midpoint/prism/PrismPropertyValue.java   <a href="http://fisheye.evolveum.com/browse/MidPoint/trunk/infra/prism/src/main/java/com/evolveum/midpoint/prism/PrismPropertyValue.java?r2=4237&r1=4236"><see></a><br/>
trunk/infra/prism/src/main/java/com/evolveum/midpoint/prism/PrismReferenceValue.java   <a href="http://fisheye.evolveum.com/browse/MidPoint/trunk/infra/prism/src/main/java/com/evolveum/midpoint/prism/PrismReferenceValue.java?r2=4237&r1=4236"><see></a><br/>
trunk/infra/prism/src/main/java/com/evolveum/midpoint/prism/PrismValue.java   <a href="http://fisheye.evolveum.com/browse/MidPoint/trunk/infra/prism/src/main/java/com/evolveum/midpoint/prism/PrismValue.java?r2=4237&r1=4236"><see></a><br/>
trunk/infra/prism/src/main/java/com/evolveum/midpoint/prism/PropertyPath.java   <a href="http://fisheye.evolveum.com/browse/MidPoint/trunk/infra/prism/src/main/java/com/evolveum/midpoint/prism/PropertyPath.java?r2=4237&r1=4236"><see></a><br/>
trunk/infra/prism/src/main/java/com/evolveum/midpoint/prism/delta/ContainerDelta.java   <a href="http://fisheye.evolveum.com/browse/MidPoint/trunk/infra/prism/src/main/java/com/evolveum/midpoint/prism/delta/ContainerDelta.java?r2=4237&r1=4236"><see></a><br/>
trunk/infra/prism/src/main/java/com/evolveum/midpoint/prism/delta/DeltaSetTriple.java   <a href="http://fisheye.evolveum.com/browse/MidPoint/trunk/infra/prism/src/main/java/com/evolveum/midpoint/prism/delta/DeltaSetTriple.java?r2=4237&r1=4236"><see></a><br/>
trunk/infra/prism/src/main/java/com/evolveum/midpoint/prism/delta/ItemDelta.java   <a href="http://fisheye.evolveum.com/browse/MidPoint/trunk/infra/prism/src/main/java/com/evolveum/midpoint/prism/delta/ItemDelta.java?r2=4237&r1=4236"><see></a><br/>
trunk/infra/prism/src/main/java/com/evolveum/midpoint/prism/delta/ObjectDelta.java   <a href="http://fisheye.evolveum.com/browse/MidPoint/trunk/infra/prism/src/main/java/com/evolveum/midpoint/prism/delta/ObjectDelta.java?r2=4237&r1=4236"><see></a><br/>
trunk/infra/prism/src/main/java/com/evolveum/midpoint/prism/delta/PrismValueDeltaSetTriple.java   <a href="http://fisheye.evolveum.com/browse/MidPoint/trunk/infra/prism/src/main/java/com/evolveum/midpoint/prism/delta/PrismValueDeltaSetTriple.java?r2=4237&r1=4236"><see></a><br/>
trunk/infra/prism/src/main/java/com/evolveum/midpoint/prism/delta/PropertyDelta.java   <a href="http://fisheye.evolveum.com/browse/MidPoint/trunk/infra/prism/src/main/java/com/evolveum/midpoint/prism/delta/PropertyDelta.java?r2=4237&r1=4236"><see></a><br/>
trunk/infra/prism/src/main/java/com/evolveum/midpoint/prism/dom/PrismDomProcessor.java   <a href="http://fisheye.evolveum.com/browse/MidPoint/trunk/infra/prism/src/main/java/com/evolveum/midpoint/prism/dom/PrismDomProcessor.java?r2=4237&r1=4236"><see></a><br/>
trunk/infra/prism/src/main/java/com/evolveum/midpoint/prism/polystring/PolyString.java   <a href="http://fisheye.evolveum.com/browse/MidPoint/trunk/infra/prism/src/main/java/com/evolveum/midpoint/prism/polystring/PolyString.java?r2=4237&r1=4236"><see></a><br/>
trunk/infra/prism/src/main/java/com/evolveum/midpoint/prism/util/PrismAsserts.java   <a href="http://fisheye.evolveum.com/browse/MidPoint/trunk/infra/prism/src/main/java/com/evolveum/midpoint/prism/util/PrismAsserts.java?r2=4237&r1=4236"><see></a><br/>
trunk/infra/prism/src/main/java/com/evolveum/prism/xml/ns/_public/types_2/PolyStringType.java   <a href="http://fisheye.evolveum.com/browse/MidPoint/trunk/infra/prism/src/main/java/com/evolveum/prism/xml/ns/_public/types_2/PolyStringType.java?r2=4237&r1=4236"><see></a><br/>
trunk/infra/schema/src/main/java/com/evolveum/midpoint/schema/constants/ExpressionConstants.java   <a href="http://fisheye.evolveum.com/browse/MidPoint/trunk/infra/schema/src/main/java/com/evolveum/midpoint/schema/constants/ExpressionConstants.java?r2=4237&r1=4236"><see></a><br/>
trunk/infra/schema/src/main/java/com/evolveum/midpoint/schema/util/MiscSchemaUtil.java   <a href="http://fisheye.evolveum.com/browse/MidPoint/trunk/infra/schema/src/main/java/com/evolveum/midpoint/schema/util/MiscSchemaUtil.java?r2=4237&r1=4236"><see></a><br/>
trunk/infra/schema/src/main/java/com/evolveum/midpoint/schema/util/ResourceObjectShadowUtil.java   <a href="http://fisheye.evolveum.com/browse/MidPoint/trunk/infra/schema/src/main/java/com/evolveum/midpoint/schema/util/ResourceObjectShadowUtil.java?r2=4237&r1=4236"><see></a><br/>
trunk/infra/schema/src/main/java/com/evolveum/midpoint/schema/util/SchemaDebugUtil.java   <a href="http://fisheye.evolveum.com/browse/MidPoint/trunk/infra/schema/src/main/java/com/evolveum/midpoint/schema/util/SchemaDebugUtil.java?r2=4237&r1=4236"><see></a><br/>
trunk/infra/schema/src/main/resources/xml/ns/public/common/common-2.xsd   <a href="http://fisheye.evolveum.com/browse/MidPoint/trunk/infra/schema/src/main/resources/xml/ns/public/common/common-2.xsd?r2=4237&r1=4236"><see></a><br/>
trunk/infra/schema/src/main/resources/xml/ns/public/resource/capabilities-2.xsd   <a href="http://fisheye.evolveum.com/browse/MidPoint/trunk/infra/schema/src/main/resources/xml/ns/public/resource/capabilities-2.xsd?r2=4237&r1=4236"><see></a><br/>
trunk/infra/schema/src/test/java/com/evolveum/midpoint/schema/TestJaxbSanity.java   <a href="http://fisheye.evolveum.com/browse/MidPoint/trunk/infra/schema/src/test/java/com/evolveum/midpoint/schema/TestJaxbSanity.java?r2=4237&r1=4236"><see></a><br/>
trunk/infra/schema/src/test/resources/expression/expression-1.xml   <a href="http://fisheye.evolveum.com/browse/MidPoint/trunk/infra/schema/src/test/resources/expression/expression-1.xml?r2=4237&r1=4236"><see></a><br/>
trunk/infra/schema/src/test/resources/expression/expression-explicit-ns.xml   <a href="http://fisheye.evolveum.com/browse/MidPoint/trunk/infra/schema/src/test/resources/expression/expression-explicit-ns.xml?r2=4237&r1=4236"><see></a><br/>
trunk/infra/schema/testng.xml   <a href="http://fisheye.evolveum.com/browse/MidPoint/trunk/infra/schema/testng.xml?r2=4237&r1=4236"><see></a><br/>
trunk/infra/test-util/src/main/java/com/evolveum/midpoint/test/ldap/OpenDJController.java   <a href="http://fisheye.evolveum.com/browse/MidPoint/trunk/infra/test-util/src/main/java/com/evolveum/midpoint/test/ldap/OpenDJController.java?r2=4237&r1=4236"><see></a><br/>
trunk/infra/util/src/main/java/com/evolveum/midpoint/util/MiscUtil.java   <a href="http://fisheye.evolveum.com/browse/MidPoint/trunk/infra/util/src/main/java/com/evolveum/midpoint/util/MiscUtil.java?r2=4237&r1=4236"><see></a><br/>
trunk/infra/util/src/test/java/com/evolveum/midpoint/util/TestMiscUtil.java   <a href="http://fisheye.evolveum.com/browse/MidPoint/trunk/infra/util/src/test/java/com/evolveum/midpoint/util/TestMiscUtil.java?r2=4237&r1=4236"><see></a><br/>
trunk/infra/util/testng.xml   <a href="http://fisheye.evolveum.com/browse/MidPoint/trunk/infra/util/testng.xml?r2=4237&r1=4236"><see></a><br/>
trunk/model/model-impl/src/main/java/com/evolveum/midpoint/model/ChangeExecutor.java   <a href="http://fisheye.evolveum.com/browse/MidPoint/trunk/model/model-impl/src/main/java/com/evolveum/midpoint/model/ChangeExecutor.java?r2=4237&r1=4236"><see></a><br/>
trunk/model/model-impl/src/main/java/com/evolveum/midpoint/model/expr/ExpressionHandler.java   <a href="http://fisheye.evolveum.com/browse/MidPoint/trunk/model/model-impl/src/main/java/com/evolveum/midpoint/model/expr/ExpressionHandler.java?r2=4237&r1=4236"><see></a><br/>
trunk/model/model-impl/src/main/java/com/evolveum/midpoint/model/filter/AbstractFilter.java   <a href="http://fisheye.evolveum.com/browse/MidPoint/trunk/model/model-impl/src/main/java/com/evolveum/midpoint/model/filter/AbstractFilter.java?r2=4237&r1=4236"><see></a><br/>
trunk/model/model-impl/src/main/java/com/evolveum/midpoint/model/importer/ObjectImporter.java   <a href="http://fisheye.evolveum.com/browse/MidPoint/trunk/model/model-impl/src/main/java/com/evolveum/midpoint/model/importer/ObjectImporter.java?r2=4237&r1=4236"><see></a><br/>
trunk/model/model-impl/src/main/java/com/evolveum/midpoint/model/lens/AccountConstruction.java   <a href="http://fisheye.evolveum.com/browse/MidPoint/trunk/model/model-impl/src/main/java/com/evolveum/midpoint/model/lens/AccountConstruction.java?r2=4237&r1=4236"><see></a><br/>
trunk/model/model-impl/src/main/java/com/evolveum/midpoint/model/lens/AssignmentEvaluator.java   <a href="http://fisheye.evolveum.com/browse/MidPoint/trunk/model/model-impl/src/main/java/com/evolveum/midpoint/model/lens/AssignmentEvaluator.java?r2=4237&r1=4236"><see></a><br/>
trunk/model/model-impl/src/main/java/com/evolveum/midpoint/model/lens/LensElementContext.java   <a href="http://fisheye.evolveum.com/browse/MidPoint/trunk/model/model-impl/src/main/java/com/evolveum/midpoint/model/lens/LensElementContext.java?r2=4237&r1=4236"><see></a><br/>
trunk/model/model-impl/src/main/java/com/evolveum/midpoint/model/lens/ObjectDeltaWaves.java   <a href="http://fisheye.evolveum.com/browse/MidPoint/trunk/model/model-impl/src/main/java/com/evolveum/midpoint/model/lens/ObjectDeltaWaves.java?r2=4237&r1=4236"><see></a><br/>
trunk/model/model-impl/src/main/java/com/evolveum/midpoint/model/lens/PropertyValueWithOrigin.java   <a href="http://fisheye.evolveum.com/browse/MidPoint/trunk/model/model-impl/src/main/java/com/evolveum/midpoint/model/lens/PropertyValueWithOrigin.java?r2=4237&r1=4236"><see></a><br/>
trunk/model/model-impl/src/main/java/com/evolveum/midpoint/model/lens/projector/ActivationProcessor.java   <a href="http://fisheye.evolveum.com/browse/MidPoint/trunk/model/model-impl/src/main/java/com/evolveum/midpoint/model/lens/projector/ActivationProcessor.java?r2=4237&r1=4236"><see></a><br/>
trunk/model/model-impl/src/main/java/com/evolveum/midpoint/model/lens/projector/AssignmentProcessor.java   <a href="http://fisheye.evolveum.com/browse/MidPoint/trunk/model/model-impl/src/main/java/com/evolveum/midpoint/model/lens/projector/AssignmentProcessor.java?r2=4237&r1=4236"><see></a><br/>
trunk/model/model-impl/src/main/java/com/evolveum/midpoint/model/lens/projector/ConsolidationProcessor.java   <a href="http://fisheye.evolveum.com/browse/MidPoint/trunk/model/model-impl/src/main/java/com/evolveum/midpoint/model/lens/projector/ConsolidationProcessor.java?r2=4237&r1=4236"><see></a><br/>
trunk/model/model-impl/src/main/java/com/evolveum/midpoint/model/lens/projector/CredentialsProcessor.java   <a href="http://fisheye.evolveum.com/browse/MidPoint/trunk/model/model-impl/src/main/java/com/evolveum/midpoint/model/lens/projector/CredentialsProcessor.java?r2=4237&r1=4236"><see></a><br/>
trunk/model/model-impl/src/main/java/com/evolveum/midpoint/model/lens/projector/InboundProcessor.java   <a href="http://fisheye.evolveum.com/browse/MidPoint/trunk/model/model-impl/src/main/java/com/evolveum/midpoint/model/lens/projector/InboundProcessor.java?r2=4237&r1=4236"><see></a><br/>
trunk/model/model-impl/src/main/java/com/evolveum/midpoint/model/lens/projector/OutboundProcessor.java   <a href="http://fisheye.evolveum.com/browse/MidPoint/trunk/model/model-impl/src/main/java/com/evolveum/midpoint/model/lens/projector/OutboundProcessor.java?r2=4237&r1=4236"><see></a><br/>
trunk/model/model-impl/src/main/java/com/evolveum/midpoint/model/lens/projector/Projector.java   <a href="http://fisheye.evolveum.com/browse/MidPoint/trunk/model/model-impl/src/main/java/com/evolveum/midpoint/model/lens/projector/Projector.java?r2=4237&r1=4236"><see></a><br/>
trunk/model/model-impl/src/main/java/com/evolveum/midpoint/model/lens/projector/ReconciliationProcessor.java   <a href="http://fisheye.evolveum.com/browse/MidPoint/trunk/model/model-impl/src/main/java/com/evolveum/midpoint/model/lens/projector/ReconciliationProcessor.java?r2=4237&r1=4236"><see></a><br/>
trunk/model/model-impl/src/main/java/com/evolveum/midpoint/model/lens/projector/UserPolicyProcessor.java   <a href="http://fisheye.evolveum.com/browse/MidPoint/trunk/model/model-impl/src/main/java/com/evolveum/midpoint/model/lens/projector/UserPolicyProcessor.java?r2=4237&r1=4236"><see></a><br/>
trunk/model/model-impl/src/main/java/com/evolveum/midpoint/model/sync/SynchronizationService.java   <a href="http://fisheye.evolveum.com/browse/MidPoint/trunk/model/model-impl/src/main/java/com/evolveum/midpoint/model/sync/SynchronizationService.java?r2=4237&r1=4236"><see></a><br/>
trunk/model/model-impl/src/main/resources/application-context-model.xml   <a href="http://fisheye.evolveum.com/browse/MidPoint/trunk/model/model-impl/src/main/resources/application-context-model.xml?r2=4237&r1=4236"><see></a><br/>
trunk/model/model-impl/src/test/java/com/evolveum/midpoint/model/controller/ControllerAddObjectTest.java   <a href="http://fisheye.evolveum.com/browse/MidPoint/trunk/model/model-impl/src/test/java/com/evolveum/midpoint/model/controller/ControllerAddObjectTest.java?r2=4237&r1=4236"><see></a><br/>
trunk/model/model-impl/src/test/java/com/evolveum/midpoint/model/controller/ControllerDeleteObjectTest.java   <a href="http://fisheye.evolveum.com/browse/MidPoint/trunk/model/model-impl/src/test/java/com/evolveum/midpoint/model/controller/ControllerDeleteObjectTest.java?r2=4237&r1=4236"><see></a><br/>
trunk/model/model-impl/src/test/java/com/evolveum/midpoint/model/controller/FilterManagerImplTest.java   <a href="http://fisheye.evolveum.com/browse/MidPoint/trunk/model/model-impl/src/test/java/com/evolveum/midpoint/model/controller/FilterManagerImplTest.java?r2=4237&r1=4236"><see></a><br/>
trunk/model/model-impl/src/test/java/com/evolveum/midpoint/model/expr/ExpressionHandlerImplTest.java   <a href="http://fisheye.evolveum.com/browse/MidPoint/trunk/model/model-impl/src/test/java/com/evolveum/midpoint/model/expr/ExpressionHandlerImplTest.java?r2=4237&r1=4236"><see></a><br/>
trunk/model/model-impl/src/test/java/com/evolveum/midpoint/model/filter/DiacriticsFilterTest.java   <a href="http://fisheye.evolveum.com/browse/MidPoint/trunk/model/model-impl/src/test/java/com/evolveum/midpoint/model/filter/DiacriticsFilterTest.java?r2=4237&r1=4236"><see></a><br/>
trunk/model/model-impl/src/test/java/com/evolveum/midpoint/model/filter/EmptyFilterTest.java   <a href="http://fisheye.evolveum.com/browse/MidPoint/trunk/model/model-impl/src/test/java/com/evolveum/midpoint/model/filter/EmptyFilterTest.java?r2=4237&r1=4236"><see></a><br/>
trunk/model/model-impl/src/test/java/com/evolveum/midpoint/model/filter/PatternFilterTest.java   <a href="http://fisheye.evolveum.com/browse/MidPoint/trunk/model/model-impl/src/test/java/com/evolveum/midpoint/model/filter/PatternFilterTest.java?r2=4237&r1=4236"><see></a><br/>
trunk/model/model-impl/src/test/java/com/evolveum/midpoint/model/lens/TestAssignmentEvaluator.java   <a href="http://fisheye.evolveum.com/browse/MidPoint/trunk/model/model-impl/src/test/java/com/evolveum/midpoint/model/lens/TestAssignmentEvaluator.java?r2=4237&r1=4236"><see></a><br/>
trunk/model/model-impl/src/test/java/com/evolveum/midpoint/model/lens/TestAssignmentProcessor.java   <a href="http://fisheye.evolveum.com/browse/MidPoint/trunk/model/model-impl/src/test/java/com/evolveum/midpoint/model/lens/TestAssignmentProcessor.java?r2=4237&r1=4236"><see></a><br/>
trunk/model/model-impl/src/test/java/com/evolveum/midpoint/model/lens/TestProjector.java   <a href="http://fisheye.evolveum.com/browse/MidPoint/trunk/model/model-impl/src/test/java/com/evolveum/midpoint/model/lens/TestProjector.java?r2=4237&r1=4236"><see></a><br/>
trunk/model/model-impl/src/test/java/com/evolveum/midpoint/model/lens/TestProjectorAddUser.java   <a href="http://fisheye.evolveum.com/browse/MidPoint/trunk/model/model-impl/src/test/java/com/evolveum/midpoint/model/lens/TestProjectorAddUser.java?r2=4237&r1=4236"><see></a><br/>
trunk/model/model-impl/src/test/resources/common/resource-dummy-blue.xml   <a href="http://fisheye.evolveum.com/browse/MidPoint/trunk/model/model-impl/src/test/resources/common/resource-dummy-blue.xml?r2=4237&r1=4236"><see></a><br/>
trunk/model/model-impl/src/test/resources/common/resource-dummy-red.xml   <a href="http://fisheye.evolveum.com/browse/MidPoint/trunk/model/model-impl/src/test/resources/common/resource-dummy-red.xml?r2=4237&r1=4236"><see></a><br/>
trunk/model/model-impl/src/test/resources/common/resource-dummy.xml   <a href="http://fisheye.evolveum.com/browse/MidPoint/trunk/model/model-impl/src/test/resources/common/resource-dummy.xml?r2=4237&r1=4236"><see></a><br/>
trunk/model/model-impl/src/test/resources/common/resource-opendj.xml   <a href="http://fisheye.evolveum.com/browse/MidPoint/trunk/model/model-impl/src/test/resources/common/resource-opendj.xml?r2=4237&r1=4236"><see></a><br/>
trunk/model/model-impl/src/test/resources/common/role-dummies.xml   <a href="http://fisheye.evolveum.com/browse/MidPoint/trunk/model/model-impl/src/test/resources/common/role-dummies.xml?r2=4237&r1=4236"><see></a><br/>
trunk/model/model-impl/src/test/resources/common/role-pirate.xml   <a href="http://fisheye.evolveum.com/browse/MidPoint/trunk/model/model-impl/src/test/resources/common/role-pirate.xml?r2=4237&r1=4236"><see></a><br/>
trunk/model/model-impl/src/test/resources/common/user-barbossa.xml   <a href="http://fisheye.evolveum.com/browse/MidPoint/trunk/model/model-impl/src/test/resources/common/user-barbossa.xml?r2=4237&r1=4236"><see></a><br/>
trunk/model/model-impl/src/test/resources/common/user-template-complex.xml   <a href="http://fisheye.evolveum.com/browse/MidPoint/trunk/model/model-impl/src/test/resources/common/user-template-complex.xml?r2=4237&r1=4236"><see></a><br/>
trunk/model/model-impl/src/test/resources/common/user-template.xml   <a href="http://fisheye.evolveum.com/browse/MidPoint/trunk/model/model-impl/src/test/resources/common/user-template.xml?r2=4237&r1=4236"><see></a><br/>
trunk/model/model-impl/src/test/resources/logback-test.xml   <a href="http://fisheye.evolveum.com/browse/MidPoint/trunk/model/model-impl/src/test/resources/logback-test.xml?r2=4237&r1=4236"><see></a><br/>
trunk/model/model-impl/src/test/resources/synchronizer/user-barbossa-modify-add-assignment-account-opendj-attr.xml   <a href="http://fisheye.evolveum.com/browse/MidPoint/trunk/model/model-impl/src/test/resources/synchronizer/user-barbossa-modify-add-assignment-account-opendj-attr.xml?r2=4237&r1=4236"><see></a><br/>
trunk/model/model-impl/src/test/resources/synchronizer/user-barbossa-modify-delete-assignment-account-opendj-attr.xml   <a href="http://fisheye.evolveum.com/browse/MidPoint/trunk/model/model-impl/src/test/resources/synchronizer/user-barbossa-modify-delete-assignment-account-opendj-attr.xml?r2=4237&r1=4236"><see></a><br/>
trunk/model/model-impl/src/test/resources/synchronizer/user-jack-modify-add-assignment-account-opendj-attr.xml   <a href="http://fisheye.evolveum.com/browse/MidPoint/trunk/model/model-impl/src/test/resources/synchronizer/user-jack-modify-add-assignment-account-opendj-attr.xml?r2=4237&r1=4236"><see></a><br/>
trunk/model/workflow/src/main/java/com/evolveum/midpoint/wf/activiti/ActivitiEngine.java   <a href="http://fisheye.evolveum.com/browse/MidPoint/trunk/model/workflow/src/main/java/com/evolveum/midpoint/wf/activiti/ActivitiEngine.java?r2=4237&r1=4236"><see></a><br/>
trunk/provisioning/provisioning-api/src/main/java/com/evolveum/midpoint/provisioning/api/ProvisioningService.java   <a href="http://fisheye.evolveum.com/browse/MidPoint/trunk/provisioning/provisioning-api/src/main/java/com/evolveum/midpoint/provisioning/api/ProvisioningService.java?r2=4237&r1=4236"><see></a><br/>
trunk/provisioning/provisioning-impl/src/main/java/com/evolveum/midpoint/provisioning/impl/ProvisioningServiceImpl.java   <a href="http://fisheye.evolveum.com/browse/MidPoint/trunk/provisioning/provisioning-impl/src/main/java/com/evolveum/midpoint/provisioning/impl/ProvisioningServiceImpl.java?r2=4237&r1=4236"><see></a><br/>
trunk/provisioning/provisioning-impl/src/main/java/com/evolveum/midpoint/provisioning/impl/ShadowCache.java   <a href="http://fisheye.evolveum.com/browse/MidPoint/trunk/provisioning/provisioning-impl/src/main/java/com/evolveum/midpoint/provisioning/impl/ShadowCache.java?r2=4237&r1=4236"><see></a><br/>
trunk/provisioning/provisioning-impl/src/main/java/com/evolveum/midpoint/provisioning/ucf/impl/ConnectorInstanceIcfImpl.java   <a href="http://fisheye.evolveum.com/browse/MidPoint/trunk/provisioning/provisioning-impl/src/main/java/com/evolveum/midpoint/provisioning/ucf/impl/ConnectorInstanceIcfImpl.java?r2=4237&r1=4236"><see></a><br/>
trunk/provisioning/provisioning-impl/src/test/java/com/evolveum/midpoint/provisioning/test/impl/ProvisioningServiceImplDummyTest.java   <a href="http://fisheye.evolveum.com/browse/MidPoint/trunk/provisioning/provisioning-impl/src/test/java/com/evolveum/midpoint/provisioning/test/impl/ProvisioningServiceImplDummyTest.java?r2=4237&r1=4236"><see></a><br/>
trunk/provisioning/provisioning-impl/src/test/resources/impl/dummy/script-add.xml   <a href="http://fisheye.evolveum.com/browse/MidPoint/trunk/provisioning/provisioning-impl/src/test/resources/impl/dummy/script-add.xml?r2=4237&r1=4236"><see></a><br/>
trunk/repo/repo-sql-impl/src/main/java/com/evolveum/midpoint/repo/sql/data/common/RResource.java   <a href="http://fisheye.evolveum.com/browse/MidPoint/trunk/repo/repo-sql-impl/src/main/java/com/evolveum/midpoint/repo/sql/data/common/RResource.java?r2=4237&r1=4236"><see></a><br/>
trunk/repo/repo-sql-impl/src/main/java/com/evolveum/midpoint/repo/sql/data/common/RUserTemplate.java   <a href="http://fisheye.evolveum.com/browse/MidPoint/trunk/repo/repo-sql-impl/src/main/java/com/evolveum/midpoint/repo/sql/data/common/RUserTemplate.java?r2=4237&r1=4236"><see></a><br/>
trunk/repo/repo-sql-impl/src/test/resources/objects.xml   <a href="http://fisheye.evolveum.com/browse/MidPoint/trunk/repo/repo-sql-impl/src/test/resources/objects.xml?r2=4237&r1=4236"><see></a><br/>
trunk/repo/repo-test-util/src/main/java/com/evolveum/midpoint/test/IntegrationTestTools.java   <a href="http://fisheye.evolveum.com/browse/MidPoint/trunk/repo/repo-test-util/src/main/java/com/evolveum/midpoint/test/IntegrationTestTools.java?r2=4237&r1=4236"><see></a><br/>
trunk/samples/objects/user-template-complex.xml   <a href="http://fisheye.evolveum.com/browse/MidPoint/trunk/samples/objects/user-template-complex.xml?r2=4237&r1=4236"><see></a><br/>
trunk/samples/resources/ad/ad-resource-advanced-nosync.xml   <a href="http://fisheye.evolveum.com/browse/MidPoint/trunk/samples/resources/ad/ad-resource-advanced-nosync.xml?r2=4237&r1=4236"><see></a><br/>
trunk/samples/resources/ad/ad-resource-advanced-sync.xml   <a href="http://fisheye.evolveum.com/browse/MidPoint/trunk/samples/resources/ad/ad-resource-advanced-sync.xml?r2=4237&r1=4236"><see></a><br/>
trunk/samples/resources/csvfile/localhost-csvfile-resource-advanced-nosync-2.xml   <a href="http://fisheye.evolveum.com/browse/MidPoint/trunk/samples/resources/csvfile/localhost-csvfile-resource-advanced-nosync-2.xml?r2=4237&r1=4236"><see></a><br/>
trunk/samples/resources/csvfile/localhost-csvfile-resource-advanced-nosync-3.xml   <a href="http://fisheye.evolveum.com/browse/MidPoint/trunk/samples/resources/csvfile/localhost-csvfile-resource-advanced-nosync-3.xml?r2=4237&r1=4236"><see></a><br/>
trunk/samples/resources/csvfile/localhost-csvfile-resource-advanced-nosync-4.xml   <a href="http://fisheye.evolveum.com/browse/MidPoint/trunk/samples/resources/csvfile/localhost-csvfile-resource-advanced-nosync-4.xml?r2=4237&r1=4236"><see></a><br/>
trunk/samples/resources/csvfile/localhost-csvfile-resource-advanced-nosync-5.xml   <a href="http://fisheye.evolveum.com/browse/MidPoint/trunk/samples/resources/csvfile/localhost-csvfile-resource-advanced-nosync-5.xml?r2=4237&r1=4236"><see></a><br/>
trunk/samples/resources/csvfile/localhost-csvfile-resource-advanced-nosync.xml   <a href="http://fisheye.evolveum.com/browse/MidPoint/trunk/samples/resources/csvfile/localhost-csvfile-resource-advanced-nosync.xml?r2=4237&r1=4236"><see></a><br/>
trunk/samples/resources/csvfile/localhost-csvfile-resource-advanced-sync.xml   <a href="http://fisheye.evolveum.com/browse/MidPoint/trunk/samples/resources/csvfile/localhost-csvfile-resource-advanced-sync.xml?r2=4237&r1=4236"><see></a><br/>
trunk/samples/resources/csvfile/localhost-csvfile-resource-simple-remote.xml   <a href="http://fisheye.evolveum.com/browse/MidPoint/trunk/samples/resources/csvfile/localhost-csvfile-resource-simple-remote.xml?r2=4237&r1=4236"><see></a><br/>
trunk/samples/resources/csvfile/localhost-csvfile-resource-simple.xml   <a href="http://fisheye.evolveum.com/browse/MidPoint/trunk/samples/resources/csvfile/localhost-csvfile-resource-simple.xml?r2=4237&r1=4236"><see></a><br/>
trunk/samples/resources/databasetable/localhost-dbtable-advanced-nosync.xml   <a href="http://fisheye.evolveum.com/browse/MidPoint/trunk/samples/resources/databasetable/localhost-dbtable-advanced-nosync.xml?r2=4237&r1=4236"><see></a><br/>
trunk/samples/resources/databasetable/localhost-dbtable-advanced-sync.xml   <a href="http://fisheye.evolveum.com/browse/MidPoint/trunk/samples/resources/databasetable/localhost-dbtable-advanced-sync.xml?r2=4237&r1=4236"><see></a><br/>
trunk/samples/resources/dsee/odsee-localhost-advanced-nosync.xml   <a href="http://fisheye.evolveum.com/browse/MidPoint/trunk/samples/resources/dsee/odsee-localhost-advanced-nosync.xml?r2=4237&r1=4236"><see></a><br/>
trunk/samples/resources/dsee/odsee-localhost-advanced-sync.xml   <a href="http://fisheye.evolveum.com/browse/MidPoint/trunk/samples/resources/dsee/odsee-localhost-advanced-sync.xml?r2=4237&r1=4236"><see></a><br/>
trunk/samples/resources/mysqluser/mysqluser-localhost-advanced-nosync.xml   <a href="http://fisheye.evolveum.com/browse/MidPoint/trunk/samples/resources/mysqluser/mysqluser-localhost-advanced-nosync.xml?r2=4237&r1=4236"><see></a><br/>
trunk/samples/resources/opendj/opendj-localhost-resource-sync-advanced.xml   <a href="http://fisheye.evolveum.com/browse/MidPoint/trunk/samples/resources/opendj/opendj-localhost-resource-sync-advanced.xml?r2=4237&r1=4236"><see></a><br/>
trunk/samples/resources/opendj/piracy/opendj-localhost-resource-sync-extension-pirates.xml   <a href="http://fisheye.evolveum.com/browse/MidPoint/trunk/samples/resources/opendj/piracy/opendj-localhost-resource-sync-extension-pirates.xml?r2=4237&r1=4236"><see></a><br/>
trunk/samples/resources/scriptedsql/localhost-scriptedsql-advanced-sync.xml   <a href="http://fisheye.evolveum.com/browse/MidPoint/trunk/samples/resources/scriptedsql/localhost-scriptedsql-advanced-sync.xml?r2=4237&r1=4236"><see></a><br/>
trunk/testing/sanity/src/test/java/com/evolveum/midpoint/testing/sanity/TestSanity.java   <a href="http://fisheye.evolveum.com/browse/MidPoint/trunk/testing/sanity/src/test/java/com/evolveum/midpoint/testing/sanity/TestSanity.java?r2=4237&r1=4236"><see></a><br/>
trunk/testing/sanity/src/test/resources/logback-test.xml   <a href="http://fisheye.evolveum.com/browse/MidPoint/trunk/testing/sanity/src/test/resources/logback-test.xml?r2=4237&r1=4236"><see></a><br/>
trunk/testing/sanity/src/test/resources/repo/resource-opendj.xml   <a href="http://fisheye.evolveum.com/browse/MidPoint/trunk/testing/sanity/src/test/resources/repo/resource-opendj.xml?r2=4237&r1=4236"><see></a><br/>
trunk/testing/sanity/src/test/resources/repo/role-captain.xml   <a href="http://fisheye.evolveum.com/browse/MidPoint/trunk/testing/sanity/src/test/resources/repo/role-captain.xml?r2=4237&r1=4236"><see></a><br/>
trunk/testing/sanity/src/test/resources/repo/role-pirate.xml   <a href="http://fisheye.evolveum.com/browse/MidPoint/trunk/testing/sanity/src/test/resources/repo/role-pirate.xml?r2=4237&r1=4236"><see></a><br/>
trunk/testing/sanity/src/test/resources/repo/role-sailor.xml   <a href="http://fisheye.evolveum.com/browse/MidPoint/trunk/testing/sanity/src/test/resources/repo/role-sailor.xml?r2=4237&r1=4236"><see></a><br/>
trunk/testing/sanity/src/test/resources/repo/user-template.xml   <a href="http://fisheye.evolveum.com/browse/MidPoint/trunk/testing/sanity/src/test/resources/repo/user-template.xml?r2=4237&r1=4236"><see></a><br/>
</div>
</body></html>