Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master' into closure
Browse files Browse the repository at this point in the history
  • Loading branch information
1azyman committed May 5, 2014
2 parents a94f45e + bde2064 commit 98d92e4
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
8 changes: 4 additions & 4 deletions testing/story/src/test/resources/trafo/resource-dummy-ad.xml
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
~ Copyright (c) 2010-2013 Evolveum
~ Copyright (c) 2010-2014 Evolveum
~
~ Licensed under the Apache License, Version 2.0 (the "License");
~ you may not use this file except in compliance with the License.
Expand Down Expand Up @@ -85,8 +85,8 @@
<limitations>
<minOccurs>0</minOccurs>
<access>
<add>true</add>
<read>true</read>
<add>true</add>
<modify>true</modify>
</access>
</limitations>
Expand Down Expand Up @@ -175,8 +175,8 @@ else {

<limitations>
<access>
<add>true</add>
<read>true</read>
<add>true</add>
<modify>true</modify>
</access>
</limitations>
Expand Down Expand Up @@ -223,8 +223,8 @@ return null;

<limitations>
<access>
<add>true</add>
<read>true</read>
<add>true</add>
<modify>true</modify>
</access>
</limitations>
Expand Down
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
~ Copyright (c) 2010-2013 Evolveum
~ Copyright (c) 2010-2014 Evolveum
~
~ Licensed under the Apache License, Version 2.0 (the "License");
~ you may not use this file except in compliance with the License.
Expand Down Expand Up @@ -78,8 +78,8 @@
<displayName>Name</displayName>
<limitations>
<access>
<add>true</add>
<read>true</read>
<add>true</add>
<modify>true</modify>
</access>
</limitations>
Expand Down Expand Up @@ -259,8 +259,8 @@ log.info('XXXXX got here, input = {}', input)
<limitations>
<minOccurs>0</minOccurs>
<access>
<add>true</add>
<read>true</read>
<add>true</add>
<modify>false</modify>
</access>
</limitations>
Expand Down

0 comments on commit 98d92e4

Please sign in to comment.