aboutsummaryrefslogtreecommitdiffstats
path: root/build.xml
diff options
context:
space:
mode:
authorJames Moger <james.moger@gmail.com>2013-04-10 11:19:35 -0400
committerJames Moger <james.moger@gmail.com>2013-04-10 11:21:14 -0400
commit56fa90b17acec529b7376f04caf25deb6b4a9480 (patch)
tree39ccd12da581344d43f16b87b919bf285105ee48 /build.xml
parent4acb24725597249ccfed7e8288ca9f8cf8c49832 (diff)
downloadiciql-56fa90b17acec529b7376f04caf25deb6b4a9480.tar.gz
iciql-56fa90b17acec529b7376f04caf25deb6b4a9480.zip
Chmod the release script as executable
Diffstat (limited to 'build.xml')
-rw-r--r--build.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/build.xml b/build.xml
index 1f13859..51a3ec7 100644
--- a/build.xml
+++ b/build.xml
@@ -283,6 +283,7 @@
<filter token="project.tag" value="${project.tag}" />
</filterset>
</copy>
+ <chmod file="${recipe}" perm="ugo+rx" />
<!-- next cycle -->
<mx:version stage="snapshot" incrementNumber="minor" dryrun="${dryrun}" />