You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by us...@apache.org on 2012/03/07 23:59:01 UTC

svn commit: r1298190 - /lucene/dev/trunk/lucene/tools/custom-tasks.xml

Author: uschindler
Date: Wed Mar  7 22:59:01 2012
New Revision: 1298190

URL: http://svn.apache.org/viewvc?rev=1298190&view=rev
Log:
SOLR-3204: fix license-check problem

Modified:
    lucene/dev/trunk/lucene/tools/custom-tasks.xml

Modified: lucene/dev/trunk/lucene/tools/custom-tasks.xml
URL: http://svn.apache.org/viewvc/lucene/dev/trunk/lucene/tools/custom-tasks.xml?rev=1298190&r1=1298189&r2=1298190&view=diff
==============================================================================
--- lucene/dev/trunk/lucene/tools/custom-tasks.xml (original)
+++ lucene/dev/trunk/lucene/tools/custom-tasks.xml Wed Mar  7 22:59:01 2012
@@ -45,7 +45,7 @@
             <!-- Non-typical version patterns. -->
             <additional-filters />
             <replaceregex pattern="/xercesImpl([^/]+)$" replace="/xercesImpl" flags="gi" />
-            <replaceregex pattern="/commons-csv-([^/]+)$" replace="/commons-csv" flags="gi" />
+            <replaceregex pattern="/apache-solr-commons-csv-([^/]+)$" replace="/apache-solr-commons-csv" flags="gi" />
             <replaceregex pattern="/(bcmail|bcprov)-([^/]+)$" replace="/\1" flags="gi" />
             <replaceregex pattern="/slf4j-([^/]+)$" replace="/slf4j" flags="gi" />