You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by us...@apache.org on 2011/12/04 19:26:34 UTC

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

Author: uschindler
Date: Sun Dec  4 18:26:33 2011
New Revision: 1210168

URL: http://svn.apache.org/viewvc?rev=1210168&view=rev
Log:
SOLR-2900: Fix missing patch component

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=1210168&r1=1210167&r2=1210168&view=diff
==============================================================================
--- lucene/dev/trunk/solr/build.xml (original)
+++ lucene/dev/trunk/solr/build.xml Sun Dec  4 18:26:33 2011
@@ -188,8 +188,8 @@
       <fileset dir="example/webapps" includes="**/*" excludes="**/.gitignore" />
       <fileset dir="example/work" includes="**/*" excludes="**/.gitignore" />
     </delete>
-    <echo message="TODO: fix tests to not write files to 'core/src/test-files/data'!" />
-    <delete dir="core/src/test-files/data" />
+    <echo message="TODO: fix tests to not write files to 'core/src/test-files/solr/data'!" />
+    <delete dir="core/src/test-files/solr/data" />
   </target>
   
   <target name="clean-dest"