mirror of https://github.com/apache/lucene.git
Merge to trunk r1210168
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/branches/lucene3606@1210169 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
commit
5d622edf91
|
@ -188,8 +188,8 @@
|
||||||
<fileset dir="example/webapps" includes="**/*" excludes="**/.gitignore" />
|
<fileset dir="example/webapps" includes="**/*" excludes="**/.gitignore" />
|
||||||
<fileset dir="example/work" includes="**/*" excludes="**/.gitignore" />
|
<fileset dir="example/work" includes="**/*" excludes="**/.gitignore" />
|
||||||
</delete>
|
</delete>
|
||||||
<echo message="TODO: fix tests to not write files to '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/data" />
|
<delete dir="core/src/test-files/solr/data" />
|
||||||
</target>
|
</target>
|
||||||
|
|
||||||
<target name="clean-dest"
|
<target name="clean-dest"
|
||||||
|
|
Loading…
Reference in New Issue