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:49:52 UTC

svn commit: r1082687 - /lucene/dev/trunk/solr/build.xml

Author: yonik
Date: Thu Mar 17 20:49:52 2011
New Revision: 1082687

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

Modified:
    lucene/dev/trunk/solr/build.xml

Modified: lucene/dev/trunk/solr/build.xml
URL: http://svn.apache.org/viewvc/lucene/dev/trunk/solr/build.xml?rev=1082687&r1=1082686&r2=1082687&view=diff
==============================================================================
--- lucene/dev/trunk/solr/build.xml (original)
+++ lucene/dev/trunk/solr/build.xml Thu Mar 17 20:49:52 2011
@@ -791,7 +791,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"/>