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/02/21 13:11:04 UTC

svn commit: r1291728 - in /lucene/dev/trunk: dev-tools/eclipse/ modules/benchmark/ modules/benchmark/lib/

Author: rmuir
Date: Tue Feb 21 12:11:04 2012
New Revision: 1291728

URL: http://svn.apache.org/viewvc?rev=1291728&view=rev
Log:
LUCENE-3811: remove unused benchmark dependencies

Removed:
    lucene/dev/trunk/modules/benchmark/lib/commons-beanutils-1.7.0.jar
    lucene/dev/trunk/modules/benchmark/lib/commons-beanutils-LICENSE-ASL.txt
    lucene/dev/trunk/modules/benchmark/lib/commons-beanutils-NOTICE.txt
    lucene/dev/trunk/modules/benchmark/lib/commons-collections-3.1.jar
    lucene/dev/trunk/modules/benchmark/lib/commons-collections-LICENSE-ASL.txt
    lucene/dev/trunk/modules/benchmark/lib/commons-collections-NOTICE.txt
    lucene/dev/trunk/modules/benchmark/lib/commons-digester-1.7.jar
    lucene/dev/trunk/modules/benchmark/lib/commons-digester-LICENSE-ASL.txt
    lucene/dev/trunk/modules/benchmark/lib/commons-digester-NOTICE.txt
    lucene/dev/trunk/modules/benchmark/lib/commons-logging-1.0.4.jar
    lucene/dev/trunk/modules/benchmark/lib/commons-logging-LICENSE-ASL.txt
    lucene/dev/trunk/modules/benchmark/lib/commons-logging-NOTICE.txt
Modified:
    lucene/dev/trunk/dev-tools/eclipse/dot.classpath
    lucene/dev/trunk/modules/benchmark/NOTICE.txt

Modified: lucene/dev/trunk/dev-tools/eclipse/dot.classpath
URL: http://svn.apache.org/viewvc/lucene/dev/trunk/dev-tools/eclipse/dot.classpath?rev=1291728&r1=1291727&r2=1291728&view=diff
==============================================================================
--- lucene/dev/trunk/dev-tools/eclipse/dot.classpath (original)
+++ lucene/dev/trunk/dev-tools/eclipse/dot.classpath Tue Feb 21 12:11:04 2012
@@ -97,11 +97,7 @@
 	<classpathentry kind="lib" path="modules/analysis/morfologik/lib/morfologik-fsa-1.5.2.jar"/>
 	<classpathentry kind="lib" path="modules/analysis/morfologik/lib/morfologik-polish-1.5.2.jar"/>
 	<classpathentry kind="lib" path="modules/analysis/morfologik/lib/morfologik-stemming-1.5.2.jar"/>
-	<classpathentry kind="lib" path="modules/benchmark/lib/commons-beanutils-1.7.0.jar"/>
-	<classpathentry kind="lib" path="modules/benchmark/lib/commons-collections-3.1.jar"/>
 	<classpathentry kind="lib" path="modules/benchmark/lib/commons-compress-1.2.jar"/>
-	<classpathentry kind="lib" path="modules/benchmark/lib/commons-digester-1.7.jar"/>
-	<classpathentry kind="lib" path="modules/benchmark/lib/commons-logging-1.0.4.jar"/>
 	<classpathentry kind="lib" path="modules/benchmark/lib/xercesImpl-2.9.1-patched-XERCESJ-1257.jar"/>
 	<classpathentry kind="lib" path="solr/lib/apache-solr-noggit-r1211150.jar"/>
 	<classpathentry kind="lib" path="solr/lib/commons-csv-1.0-SNAPSHOT-r966014.jar"/>
@@ -165,6 +161,8 @@
 	<classpathentry kind="lib" path="solr/contrib/uima/lib/uimaj-core-2.3.1.jar"/>
 	<classpathentry kind="lib" path="solr/contrib/velocity/lib/velocity-1.6.4.jar"/>
 	<classpathentry kind="lib" path="solr/contrib/velocity/lib/velocity-tools-2.0.jar"/>
+        <classpathentry kind="lib" path="solr/contrib/velocity/lib/commons-beanutils-1.7.0.jar"/>
+        <classpathentry kind="lib" path="solr/contrib/velocity/lib/commons-collections-3.2.1.jar"/>
 	<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
 	<classpathentry kind="output" path="bin"/>
 </classpath>

Modified: lucene/dev/trunk/modules/benchmark/NOTICE.txt
URL: http://svn.apache.org/viewvc/lucene/dev/trunk/modules/benchmark/NOTICE.txt?rev=1291728&r1=1291727&r2=1291728&view=diff
==============================================================================
--- lucene/dev/trunk/modules/benchmark/NOTICE.txt (original)
+++ lucene/dev/trunk/modules/benchmark/NOTICE.txt Tue Feb 21 12:11:04 2012
@@ -6,9 +6,5 @@ The Apache Software Foundation (http://w
 
 Includes software from other Apache Software Foundation projects,
 including, but not limited to:
- - Commons Beanutils (lib/commons-beanutils-1.7.0.jar)
- - Commons Collections (lib/commons-collections-3.1.jar)
  - Commons Compress (lib/commons-compress-1.0.jar)
- - Commons Digester (lib/commons-digester-1.7.jar)
- - Commons Logging (lib/commons-logging-1.0.4.jar)
  - Xerces (lib/xercesImpl-2.9.1-patched-XERCESJ-1257.jar)