You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by rm...@apache.org on 2012/03/28 08:53:20 UTC

svn commit: r1306184 - /lucene/dev/branches/lucene3930/solr/core/build.xml

Author: rmuir
Date: Wed Mar 28 06:53:20 2012
New Revision: 1306184

URL: http://svn.apache.org/viewvc?rev=1306184&view=rev
Log:
LUCENE-3930: put these in solr/lib

Modified:
    lucene/dev/branches/lucene3930/solr/core/build.xml

Modified: lucene/dev/branches/lucene3930/solr/core/build.xml
URL: http://svn.apache.org/viewvc/lucene/dev/branches/lucene3930/solr/core/build.xml?rev=1306184&r1=1306183&r2=1306184&view=diff
==============================================================================
--- lucene/dev/branches/lucene3930/solr/core/build.xml (original)
+++ lucene/dev/branches/lucene3930/solr/core/build.xml Wed Mar 28 06:53:20 2012
@@ -18,6 +18,10 @@
 <project name="solr-core" default="default">
   <description>Solr Core</description>
 
+  <!-- hackidty-hack-hack -->
+
+  <property name="ivy.retrieve.pattern" value="${common-solr.dir}/lib/[artifact]-[revision].[ext]"/>
+
   <import file="../common-build.xml"/>
 
   <target name="compile-core" depends="compile-solrj,common-solr.compile-core"/>