You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@syncope.apache.org by ma...@apache.org on 2015/11/19 18:06:52 UTC

[2/3] syncope git commit: changed script permissions to executable

changed script permissions to executable


Project: http://git-wip-us.apache.org/repos/asf/syncope/repo
Commit: http://git-wip-us.apache.org/repos/asf/syncope/commit/73269550
Tree: http://git-wip-us.apache.org/repos/asf/syncope/tree/73269550
Diff: http://git-wip-us.apache.org/repos/asf/syncope/diff/73269550

Branch: refs/heads/master
Commit: 73269550f5c4a9c68a0c9bd64e38b99cdb44ad5d
Parents: 6cd894a
Author: massi <ma...@tirasa.net>
Authored: Thu Nov 19 10:26:01 2015 +0100
Committer: massi <ma...@tirasa.net>
Committed: Thu Nov 19 18:06:33 2015 +0100

----------------------------------------------------------------------
 client/cli/src/assemble/cli-zip.xml | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/syncope/blob/73269550/client/cli/src/assemble/cli-zip.xml
----------------------------------------------------------------------
diff --git a/client/cli/src/assemble/cli-zip.xml b/client/cli/src/assemble/cli-zip.xml
index f88a447..1e242a3 100644
--- a/client/cli/src/assemble/cli-zip.xml
+++ b/client/cli/src/assemble/cli-zip.xml
@@ -46,6 +46,7 @@ under the License.
         <include>syncopeadm.bat</include>
       </includes>
       <outputDirectory>${project.build.finalName}</outputDirectory>
+      <fileMode>0755</fileMode>
     </fileSet>
   </fileSets>
 
@@ -58,4 +59,4 @@ under the License.
     </dependencySet>
   </dependencySets>
   
-</assembly>
\ No newline at end of file
+</assembly>