[jboss-cvs] JBossAS SVN: r110230 - projects/jboss-jca/trunk.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Tue Dec 28 22:35:15 EST 2010


Author: jeff.zhang
Date: 2010-12-28 22:35:15 -0500 (Tue, 28 Dec 2010)
New Revision: 110230

Modified:
   projects/jboss-jca/trunk/build.xml
Log:
[JBJCA-484] make *.sh execute permission on in release package

Modified: projects/jboss-jca/trunk/build.xml
===================================================================
--- projects/jboss-jca/trunk/build.xml	2010-12-28 13:49:42 UTC (rev 110229)
+++ projects/jboss-jca/trunk/build.xml	2010-12-29 03:35:15 UTC (rev 110230)
@@ -420,7 +420,13 @@
     <copy todir="${build.dir}/${name}-${major}.${minor}.${patch}.${type}">
       <fileset dir="${target.dir}/sjc"/>
     </copy>
+    <chmod perm="755" type="file">
+      <fileset dir="${build.dir}/${name}-${major}.${minor}.${patch}.${type}">
+        <include name="**/*.sh"/>
+      </fileset>
+    </chmod>
 
+
     <zip destfile="${name}-${major}.${minor}.${patch}.${type}.zip"
          basedir="${build.dir}"/>
     



More information about the jboss-cvs-commits mailing list