You are viewing a plain text version of this content. The canonical link for it is here.
Posted to solr-commits@lucene.apache.org by yo...@apache.org on 2006/12/17 23:28:57 UTC

svn commit: r488067 - /incubator/solr/trunk/build.xml

Author: yonik
Date: Sun Dec 17 14:28:56 2006
New Revision: 488067

URL: http://svn.apache.org/viewvc?view=rev&rev=488067
Log:
set exe bits for zip too

Modified:
    incubator/solr/trunk/build.xml

Modified: incubator/solr/trunk/build.xml
URL: http://svn.apache.org/viewvc/incubator/solr/trunk/build.xml?view=diff&rev=488067&r1=488066&r2=488067
==============================================================================
--- incubator/solr/trunk/build.xml (original)
+++ incubator/solr/trunk/build.xml Sun Dec 17 14:28:56 2006
@@ -435,7 +435,12 @@
 
     <zip destfile="${dist}/${fullnamever}.zip">
       <zipfileset dir="${dest}/${fullnamever}" 
-        prefix="${fullnamever}" />
+        prefix="${fullnamever}" 
+        excludes="**/*.sh **/bin/ src/scripts/" />
+      <zipfileset dir="${dest}/${fullnamever}" 
+        prefix="${fullnamever}" 
+        includes="**/*.sh **/bin/ src/scripts/"
+        filemode="755" />
     </zip>
     <solr-checksum file="${dist}/${fullnamever}.zip"/>