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/07 14:20:20 UTC

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

Author: yonik
Date: Mon Mar  7 13:20:19 2011
New Revision: 1078770

URL: http://svn.apache.org/viewvc?rev=1078770&view=rev
Log:
packaging: don't include random stuff in ./dist

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=1078770&r1=1078769&r2=1078770&view=diff
==============================================================================
--- lucene/dev/trunk/solr/build.xml (original)
+++ lucene/dev/trunk/solr/build.xml Mon Mar  7 13:20:19 2011
@@ -857,10 +857,10 @@
       <tarfileset dir="."
         mode="755"
         prefix="${fullnamever}"
-        includes="**/*.sh **/bin/" />
+        includes="example/**/*.sh example/**/bin/" />
       <tarfileset dir="."
         prefix="${fullnamever}"
-        includes="dist/**"
+        includes="dist/*.jar dist/*.war dist/solrj-lib/*"
         excludes="**/*.tgz **/*.zip **/*.md5 **/*src*.jar **/*docs*.jar" />
        <tarfileset dir="${build.docs}"
         prefix="${fullnamever}/docs/" />