You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cayenne.apache.org by aa...@apache.org on 2006/06/23 18:30:02 UTC

svn commit: r416762 - /incubator/cayenne/main/trunk/cayenne/cayenne-ant/ant/mac-distro.xml

Author: aadamchik
Date: Fri Jun 23 09:29:59 2006
New Revision: 416762

URL: http://svn.apache.org/viewvc?rev=416762&view=rev
Log:
CAY-579

Modified:
    incubator/cayenne/main/trunk/cayenne/cayenne-ant/ant/mac-distro.xml

Modified: incubator/cayenne/main/trunk/cayenne/cayenne-ant/ant/mac-distro.xml
URL: http://svn.apache.org/viewvc/incubator/cayenne/main/trunk/cayenne/cayenne-ant/ant/mac-distro.xml?rev=416762&r1=416761&r2=416762&view=diff
==============================================================================
--- incubator/cayenne/main/trunk/cayenne/cayenne-ant/ant/mac-distro.xml (original)
+++ incubator/cayenne/main/trunk/cayenne/cayenne-ant/ant/mac-distro.xml Fri Jun 23 09:29:59 2006
@@ -32,6 +32,11 @@
 			<patternset excludes="**/bin/*.bat"/>
 		</untar>
 		
+		<!-- must fix permissions; looks like Ant untar breaks them --> 
+		<chmod perm="ugo+rx">
+			<fileset dir="${dist.mac}/${project.name}-${project.version}/bin" includes="**/*.sh,**/*.pl"/>
+		</chmod>
+		
 		<delete>
 			<fileset dir="${dist.base}" includes="*.dmg"/>
 		</delete>