remove extra tags subdir from back-compat tests

git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@748995 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Michael McCandless 2009-03-01 10:52:48 +00:00
parent 166b92281f
commit 45edef4e88
2 changed files with 3 additions and 3 deletions

View File

@ -106,12 +106,12 @@
</path>
<target name="download-tag"
description="Downloads a previous Lucene version. Specify tag version like this: -Dtag=branches/lucene_2_4_back_compat_tests">
description="Downloads a previous Lucene version. Specify tag version like this: -Dtag=lucene_2_4_back_compat_tests_20090127">
<sequential>
<mkdir dir="${tags.dir}/${tag}"/>
<exec dir="${tags.dir}/${tag}" executable="${svn.exe}"
failifexecutionfails="false">
<arg line="checkout http://svn.apache.org/repos/asf/lucene/java/${tag}/src/test/"/>
<arg line="checkout http://svn.apache.org/repos/asf/lucene/java/tags/${tag}/src/test/"/>
</exec>
</sequential>
</target>

View File

@ -41,7 +41,7 @@
<property name="name" value="${ant.project.name}"/>
<property name="Name" value="Lucene"/>
<property name="version" value="2.9-dev"/>
<property name="compatibility.tag" value="tags/lucene_2_4_back_compat_tests_20090127"/>
<property name="compatibility.tag" value="lucene_2_4_back_compat_tests_20090127"/>
<property name="spec.version" value="${version}"/>
<property name="year" value="2000-${current.year}"/>
<property name="final.name" value="lucene-${name}-${version}"/>