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 04:39:40 UTC

svn commit: r1306127 - in /lucene/dev/branches/lucene3930/lucene: common-build.xml lib/ test-framework/lib/

Author: rmuir
Date: Wed Mar 28 02:39:40 2012
New Revision: 1306127

URL: http://svn.apache.org/viewvc?rev=1306127&view=rev
Log:
LUCENE-3930: nuke this confusing lucene/lib and svn:ignore jars from test-framework/lib

Removed:
    lucene/dev/branches/lucene3930/lucene/lib/
Modified:
    lucene/dev/branches/lucene3930/lucene/common-build.xml
    lucene/dev/branches/lucene3930/lucene/test-framework/lib/   (props changed)

Modified: lucene/dev/branches/lucene3930/lucene/common-build.xml
URL: http://svn.apache.org/viewvc/lucene/dev/branches/lucene3930/lucene/common-build.xml?rev=1306127&r1=1306126&r2=1306127&view=diff
==============================================================================
--- lucene/dev/branches/lucene3930/lucene/common-build.xml (original)
+++ lucene/dev/branches/lucene3930/lucene/common-build.xml Wed Mar 28 02:39:40 2012
@@ -54,7 +54,8 @@
   <property name="final.name" value="lucene-${name}-${version}"/>
 
   <property name="ivy.install.version" value="2.2.0" />
-  <property name="ivy.jar.dir" value="${common.dir}/lib" />
+  <!-- todo: maybe a better place -->
+  <property name="ivy.jar.dir" value="${common.dir}/test-framework/lib" />
   <property name="ivy.jar.file" value="${ivy.jar.dir}/ivy-${ivy.install.version}.jar" />
   <available file="${ivy.jar.file}" property="ivy.available" />