Author: ritchiem
Date: Thu Aug 14 09:25:25 2008
New Revision: 685952

URL: http://svn.apache.org/viewvc?rev=685952&view=rev
Log:
QPID-1077 : Noticed that the defaults of 644, and 755 for files and directories 
were not being applied so forcibly set these values.~

Modified:
    incubator/qpid/trunk/qpid/java/build.xml

Modified: incubator/qpid/trunk/qpid/java/build.xml
URL: 
http://svn.apache.org/viewvc/incubator/qpid/trunk/qpid/java/build.xml?rev=685952&r1=685951&r2=685952&view=diff
==============================================================================
--- incubator/qpid/trunk/qpid/java/build.xml (original)
+++ incubator/qpid/trunk/qpid/java/build.xml Thu Aug 14 09:25:25 2008
@@ -137,11 +137,11 @@
        <exclude name="bin/*.txt"/>
       </zipfileset>
 
-      <zipfileset dir="${build}" prefix="${project.namever}">
+      <zipfileset dir="${build}" prefix="${project.namever}" filemode="644">
         <include name="bin/*.txt"/>
       </zipfileset>
 
-      <zipfileset dir="${build}" prefix="${project.namever}" 
excludes="${release.excludes}" >
+      <zipfileset dir="${build}" prefix="${project.namever}" 
excludes="${release.excludes}" filemode="644" dirmode="755">
         <exclude name="bin/**"/>
        <exclude name="**/*.class"/>
       </zipfileset>


Reply via email to