Skip to content
Snippets Groups Projects
Commit 3be41ae6 authored by Demian Katz's avatar Demian Katz
Browse files

Reverted accidental commit.

parent 1dd87a6b
No related merge requests found
...@@ -160,7 +160,7 @@ ...@@ -160,7 +160,7 @@
<not><available file="${srcdir}/downloads/solr-${solr_version}.tgz" /></not> <not><available file="${srcdir}/downloads/solr-${solr_version}.tgz" /></not>
<then> <then>
<mkdir dir="${srcdir}/downloads" /> <mkdir dir="${srcdir}/downloads" />
<httpget url="https://vufind.org/jenkins/job/VuFind/downloads/${solr_version}/solr-${solr_version}.tgz" dir="${srcdir}/downloads" /> <httpget url="http://archive.apache.org/dist/lucene/solr/${solr_version}/solr-${solr_version}.tgz" dir="${srcdir}/downloads" />
</then> </then>
</if> </if>
<!-- unpack the archive into solr/vendor --> <!-- unpack the archive into solr/vendor -->
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment