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

svn commit: r1306202 - in /lucene/dev/branches/lucene3930/solr: core/ lib/ solrj/

Author: chrism
Date: Wed Mar 28 07:47:39 2012
New Revision: 1306202

URL: http://svn.apache.org/viewvc?rev=1306202&view=rev
Log:
LUCENE-3930: Removed most of the solr lib jars

Removed:
    lucene/dev/branches/lucene3930/solr/lib/commons-codec-1.6.jar
    lucene/dev/branches/lucene3930/solr/lib/commons-fileupload-1.2.1.jar
    lucene/dev/branches/lucene3930/solr/lib/commons-httpclient-3.1.jar
    lucene/dev/branches/lucene3930/solr/lib/commons-io-2.1.jar
    lucene/dev/branches/lucene3930/solr/lib/commons-lang-2.6.jar
    lucene/dev/branches/lucene3930/solr/lib/easymock-2.2.jar
    lucene/dev/branches/lucene3930/solr/lib/guava-r05.jar
    lucene/dev/branches/lucene3930/solr/lib/jcl-over-slf4j-1.6.1.jar
    lucene/dev/branches/lucene3930/solr/lib/junit-4.10.jar
    lucene/dev/branches/lucene3930/solr/lib/log4j-over-slf4j-1.6.1.jar
    lucene/dev/branches/lucene3930/solr/lib/slf4j-api-1.6.1.jar
    lucene/dev/branches/lucene3930/solr/lib/slf4j-jdk14-1.6.1.jar
    lucene/dev/branches/lucene3930/solr/lib/wstx-asl-3.2.7.jar
    lucene/dev/branches/lucene3930/solr/lib/zookeeper-3.3.4.jar
Modified:
    lucene/dev/branches/lucene3930/solr/core/ivy.xml
    lucene/dev/branches/lucene3930/solr/solrj/build.xml
    lucene/dev/branches/lucene3930/solr/solrj/ivy.xml

Modified: lucene/dev/branches/lucene3930/solr/core/ivy.xml
URL: http://svn.apache.org/viewvc/lucene/dev/branches/lucene3930/solr/core/ivy.xml?rev=1306202&r1=1306201&r2=1306202&view=diff
==============================================================================
--- lucene/dev/branches/lucene3930/solr/core/ivy.xml (original)
+++ lucene/dev/branches/lucene3930/solr/core/ivy.xml Wed Mar 28 07:47:39 2012
@@ -18,4 +18,20 @@
 -->
 <ivy-module version="2.0">
     <info organisation="org.apache.solr" module="core"/>
+
+    <dependencies>
+      <dependency org="commons-codec" name="commons-codec" rev="1.6" transitive="false"/>
+      <dependency org="commons-fileupload" name="commons-fileupload" rev="1.2.1" transitive="false"/>
+      <dependency org="commons-httpclient" name="commons-httpclient" rev="3.1" transitive="false"/>
+      <dependency org="org.slf4j" name="jcl-over-slf4j" rev="1.6.1" transitive="false"/>
+      <dependency org="commons-io" name="commons-io" rev="2.1" transitive="false"/>
+      <dependency org="commons-lang" name="commons-lang" rev="2.6" transitive="false"/>
+      <dependency org="com.google.guava" name="guava" rev="r05" transitive="false"/>
+      <dependency org="org.codehaus.woodstox" name="wstx-asl" rev="3.2.7" transitive="false"/>
+      <dependency org="org.easymock" name="easymock" rev="2.2" transitive="false"/>
+      <dependency org="org.slf4j" name="slf4j-api" rev="1.6.1" transitive="false"/>
+      <dependency org="org.slf4j" name="slf4j-jdk14" rev="1.6.1" transitive="false"/>
+      <dependency org="com.spatial4j" name="spatial4j" rev="0.2" transitive="false"/>
+      <dependency org="junit" name="junit" rev="4.10" transitive="false"/>
+    </dependencies>
 </ivy-module>

Modified: lucene/dev/branches/lucene3930/solr/solrj/build.xml
URL: http://svn.apache.org/viewvc/lucene/dev/branches/lucene3930/solr/solrj/build.xml?rev=1306202&r1=1306201&r2=1306202&view=diff
==============================================================================
--- lucene/dev/branches/lucene3930/solr/solrj/build.xml (original)
+++ lucene/dev/branches/lucene3930/solr/solrj/build.xml Wed Mar 28 07:47:39 2012
@@ -18,6 +18,8 @@
 <project name="solr-solrj" default="default">
   <description>Solrj - Solr Java Client</description>
 
+  <property name="ivy.retrieve.pattern" value="${common-solr.dir}/lib/[artifact]-[revision].[ext]"/>
+
   <import file="../common-build.xml"/>
 
   <!-- Specialized common-solr.test.classpath, to remove the Solr core test output -->

Modified: lucene/dev/branches/lucene3930/solr/solrj/ivy.xml
URL: http://svn.apache.org/viewvc/lucene/dev/branches/lucene3930/solr/solrj/ivy.xml?rev=1306202&r1=1306201&r2=1306202&view=diff
==============================================================================
--- lucene/dev/branches/lucene3930/solr/solrj/ivy.xml (original)
+++ lucene/dev/branches/lucene3930/solr/solrj/ivy.xml Wed Mar 28 07:47:39 2012
@@ -18,4 +18,15 @@
 -->
 <ivy-module version="2.0">
     <info organisation="org.apache.solr" module="solrj"/>
+
+    <dependencies>
+      <dependency org="org.apache.zookeeper" name="zookeeper" rev="3.3.4" transitive="false"/>
+      <dependency org="org.slf4j" name="log4j-over-slf4j" rev="1.6.1" transitive="false"/>
+      <dependency org="commons-httpclient" name="commons-httpclient" rev="3.1" transitive="false"/>
+      <dependency org="org.slf4j" name="jcl-over-slf4j" rev="1.6.1" transitive="false"/>
+      <dependency org="org.codehaus.woodstox" name="wstx-asl" rev="3.2.7" transitive="false"/>
+      <dependency org="org.slf4j" name="slf4j-api" rev="1.6.1" transitive="false"/>
+      <dependency org="org.slf4j" name="slf4j-jdk14" rev="1.6.1" transitive="false"/> 
+      <dependency org="junit" name="junit" rev="4.10" transitive="false"/>
+    </dependencies>
 </ivy-module>