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:19:07 UTC

svn commit: r1291731 - in /lucene/dev/branches/branch_3x: ./ dev-tools/eclipse/ lucene/ lucene/contrib/benchmark/lib/ lucene/contrib/spellchecker/ solr/ solr/core/

Author: rmuir
Date: Tue Feb 21 12:19:06 2012
New Revision: 1291731

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

Removed:
    lucene/dev/branches/branch_3x/lucene/contrib/benchmark/lib/commons-beanutils-1.7.0.jar
    lucene/dev/branches/branch_3x/lucene/contrib/benchmark/lib/commons-beanutils-LICENSE-ASL.txt
    lucene/dev/branches/branch_3x/lucene/contrib/benchmark/lib/commons-beanutils-NOTICE.txt
    lucene/dev/branches/branch_3x/lucene/contrib/benchmark/lib/commons-collections-3.1.jar
    lucene/dev/branches/branch_3x/lucene/contrib/benchmark/lib/commons-collections-LICENSE-ASL.txt
    lucene/dev/branches/branch_3x/lucene/contrib/benchmark/lib/commons-collections-NOTICE.txt
    lucene/dev/branches/branch_3x/lucene/contrib/benchmark/lib/commons-digester-1.7.jar
    lucene/dev/branches/branch_3x/lucene/contrib/benchmark/lib/commons-digester-LICENSE-ASL.txt
    lucene/dev/branches/branch_3x/lucene/contrib/benchmark/lib/commons-digester-NOTICE.txt
    lucene/dev/branches/branch_3x/lucene/contrib/benchmark/lib/commons-logging-1.0.4.jar
    lucene/dev/branches/branch_3x/lucene/contrib/benchmark/lib/commons-logging-LICENSE-ASL.txt
    lucene/dev/branches/branch_3x/lucene/contrib/benchmark/lib/commons-logging-NOTICE.txt
Modified:
    lucene/dev/branches/branch_3x/   (props changed)
    lucene/dev/branches/branch_3x/dev-tools/eclipse/dot.classpath
    lucene/dev/branches/branch_3x/lucene/   (props changed)
    lucene/dev/branches/branch_3x/lucene/NOTICE.txt
    lucene/dev/branches/branch_3x/lucene/contrib/spellchecker/   (props changed)
    lucene/dev/branches/branch_3x/solr/   (props changed)
    lucene/dev/branches/branch_3x/solr/core/   (props changed)

Modified: lucene/dev/branches/branch_3x/dev-tools/eclipse/dot.classpath
URL: http://svn.apache.org/viewvc/lucene/dev/branches/branch_3x/dev-tools/eclipse/dot.classpath?rev=1291731&r1=1291730&r2=1291731&view=diff
==============================================================================
--- lucene/dev/branches/branch_3x/dev-tools/eclipse/dot.classpath (original)
+++ lucene/dev/branches/branch_3x/dev-tools/eclipse/dot.classpath Tue Feb 21 12:19:06 2012
@@ -92,11 +92,7 @@
 	<classpathentry kind="lib" path="lucene/lib/ant-junit-1.7.1.jar"/>
 	<classpathentry kind="lib" path="lucene/lib/junit-4.10.jar"/>
 	<classpathentry kind="lib" path="lucene/contrib/analyzers/phonetic/lib/commons-codec-1.6.jar"/>
-	<classpathentry kind="lib" path="lucene/contrib/benchmark/lib/commons-beanutils-1.7.0.jar"/>
-	<classpathentry kind="lib" path="lucene/contrib/benchmark/lib/commons-collections-3.1.jar"/>
 	<classpathentry kind="lib" path="lucene/contrib/benchmark/lib/commons-compress-1.2.jar"/>
-	<classpathentry kind="lib" path="lucene/contrib/benchmark/lib/commons-digester-1.7.jar"/>
-	<classpathentry kind="lib" path="lucene/contrib/benchmark/lib/commons-logging-1.0.4.jar"/>
 	<classpathentry kind="lib" path="lucene/contrib/benchmark/lib/xercesImpl-2.9.1-patched-XERCESJ-1257.jar"/>
 	<classpathentry kind="lib" path="lucene/contrib/icu/lib/icu4j-4_8_1_1.jar"/>
 	<classpathentry kind="lib" path="lucene/contrib/queries/lib/jakarta-regexp-1.4.jar"/>

Modified: lucene/dev/branches/branch_3x/lucene/NOTICE.txt
URL: http://svn.apache.org/viewvc/lucene/dev/branches/branch_3x/lucene/NOTICE.txt?rev=1291731&r1=1291730&r2=1291731&view=diff
==============================================================================
--- lucene/dev/branches/branch_3x/lucene/NOTICE.txt (original)
+++ lucene/dev/branches/branch_3x/lucene/NOTICE.txt Tue Feb 21 12:19:06 2012
@@ -56,11 +56,7 @@ Includes lib/ant-1.7.1.jar and lib/ant-j
 Includes contrib/queries/lib/jakarta-regexp-1.4.jar from Apache Jakarta Regexp
 Includes software from other Apache Software Foundation projects,
 including, but not limited to:
- - Commons Beanutils (contrib/benchmark/lib/commons-beanutils-1.7.0.jar)
- - Commons Collections (contrib/benchmark/lib/commons-collections-3.1.jar)
  - Commons Compress (contrib/benchmark/lib/commons-compress-1.0.jar)
- - Commons Digester (contrib/benchmark/lib/commons-digester-1.7.jar)
- - Commons Logging (contrib/benchmark/lib/commons-logging-1.0.4.jar)
  - Xerces (contrib/benchmark/lib/xercesImpl-2.9.1-patched-XERCESJ-1257.jar)
 
 The SmartChineseAnalyzer source code (under contrib/analyzers) was