You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by yo...@apache.org on 2011/03/17 21:51:13 UTC

svn commit: r1082688 - in /lucene/dev/branches/branch_3x: ./ lucene/ solr/ solr/build.xml

Author: yonik
Date: Thu Mar 17 20:51:13 2011
New Revision: 1082688

URL: http://svn.apache.org/viewvc?rev=1082688&view=rev
Log:
packaging: fix missing dev-tools files

Modified:
    lucene/dev/branches/branch_3x/   (props changed)
    lucene/dev/branches/branch_3x/lucene/   (props changed)
    lucene/dev/branches/branch_3x/solr/   (props changed)
    lucene/dev/branches/branch_3x/solr/build.xml

Modified: lucene/dev/branches/branch_3x/solr/build.xml
URL: http://svn.apache.org/viewvc/lucene/dev/branches/branch_3x/solr/build.xml?rev=1082688&r1=1082687&r2=1082688&view=diff
==============================================================================
--- lucene/dev/branches/branch_3x/solr/build.xml (original)
+++ lucene/dev/branches/branch_3x/solr/build.xml Thu Mar 17 20:51:13 2011
@@ -790,7 +790,7 @@
     <tar destfile="${package.dir}/${fullnamever}-src.tgz" compression="gzip" longfile="gnu">
       <tarfileset dir=".."
         prefix="${fullnamever}"
-        includes="*.txt *.xml dev-tools/*" />
+        includes="*.txt *.xml dev-tools/" />
       <tarfileset dir="." 
         prefix="${fullnamever}"
         includes="LICENSE.txt NOTICE.txt"/>