Now we have 2 times the exception. But I agree we should move that one away from tools directory.
----- Uwe Schindler H.-H.-Meier-Allee 63, D-28213 Bremen http://www.thetaphi.de eMail: [email protected] > -----Original Message----- > From: [email protected] [mailto:[email protected]] > Sent: Wednesday, March 07, 2012 11:58 PM > To: [email protected] > Subject: svn commit: r1298189 - > /lucene/dev/branches/branch_3x/solr/build.xml > > Author: dweiss > Date: Wed Mar 7 22:58:11 2012 > New Revision: 1298189 > > URL: http://svn.apache.org/viewvc?rev=1298189&view=rev > Log: > Non-standard extension on commons-csv. > > Modified: > lucene/dev/branches/branch_3x/solr/build.xml > > Modified: lucene/dev/branches/branch_3x/solr/build.xml > URL: > http://svn.apache.org/viewvc/lucene/dev/branches/branch_3x/solr/build.xml?r > ev=1298189&r1=1298188&r2=1298189&view=diff > ================================================================ > ============== > --- lucene/dev/branches/branch_3x/solr/build.xml (original) > +++ lucene/dev/branches/branch_3x/solr/build.xml Wed Mar 7 22:58:11 2012 > @@ -185,6 +185,7 @@ > <exclude name="example/work/**" /> > </additional-excludes> > <additional-filters> > + <replaceregex pattern="/apache-solr-commons-csv([^/]+)$" > replace="/apache-solr-commons-csv" flags="gi" /> > <replaceregex pattern="/hppc([^/]+)$" replace="/hppc" flags="gi" /> > <replaceregex pattern="/langdetect([^/]+)$" replace="/langdetect" > flags="gi" /> > <replaceregex pattern="/geronimo-stax([^/]+)$" replace="/geronimo- > stax" flags="gi" /> --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
