You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by sa...@apache.org on 2011/08/31 16:19:06 UTC

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

Author: sarowe
Date: Wed Aug 31 14:19:06 2011
New Revision: 1163632

URL: http://svn.apache.org/viewvc?rev=1163632&view=rev
Log:
LUCENE-3406: Fixed location of scripts/ directory in patterns in Solr target 'package-local-src-tgz'

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=1163632&r1=1163631&r2=1163632&view=diff
==============================================================================
--- lucene/dev/trunk/solr/build.xml (original)
+++ lucene/dev/trunk/solr/build.xml Wed Aug 31 14:19:06 2011
@@ -320,12 +320,12 @@
                   excludes="build ${package.dir}/** ${dist}/**
                             example/webapps/*.war example/exampledocs/post.jar
                             lib/README.committers.txt **/data/ **/logs/*
-                            **/*.sh **/bin/ src/scripts/ site-src/build/
+                            **/*.sh **/bin/ scripts/ site-src/build/
                             .idea/ **/*.iml **/pom.xml" />
       <tarfileset dir="." prefix="${fullnamever}/solr"
                   includes="core/src/test-files/solr/lib/classes/empty-file-main-lib.txt" />
       <tarfileset dir="." filemode="755" prefix="${fullnamever}/solr"
-                  includes="**/*.sh **/bin/ core/src/scripts/"
+                  includes="**/*.sh **/bin/ scripts/"
                   excludes="build/**"/>
       <tarfileset dir="../lucene" prefix="${fullnamever}/lucene">
         <patternset refid="lucene.local.src.package.patterns"/>