mirror of https://github.com/apache/lucene.git
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:
parent
96e0aaf49e
commit
1bc276f689
|
@ -111,7 +111,7 @@
|
||||||
<mkdir dir="${tags.dir}/${tag}"/>
|
<mkdir dir="${tags.dir}/${tag}"/>
|
||||||
<exec dir="${tags.dir}/${tag}" executable="${svn.exe}"
|
<exec dir="${tags.dir}/${tag}" executable="${svn.exe}"
|
||||||
failifexecutionfails="false">
|
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>
|
</exec>
|
||||||
</sequential>
|
</sequential>
|
||||||
</target>
|
</target>
|
||||||
|
|
Loading…
Reference in New Issue