go back to http:// for checking out back compat tests

git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@738345 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Michael McCandless 2009-01-28 02:51:37 +00:00
parent 96e0aaf49e
commit 1bc276f689
1 changed files with 1 additions and 1 deletions

View File

@ -111,7 +111,7 @@
<mkdir dir="${tags.dir}/${tag}"/>
<exec dir="${tags.dir}/${tag}" executable="${svn.exe}"
failifexecutionfails="false">
<arg line="checkout https://svn.apache.org/repos/asf/lucene/java/${tag}/src/test/"/>
<arg line="checkout http://svn.apache.org/repos/asf/lucene/java/${tag}/src/test/"/>
</exec>
</sequential>
</target>