Hi Erick, You should backport, the same problem should exist in 3.x.
Uwe ----- 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: Tuesday, February 14, 2012 5:00 AM > To: [email protected] > Subject: svn commit: r1243777 - /lucene/dev/trunk/lucene/tools/custom- > tasks.xml > > Author: erick > Date: Tue Feb 14 03:59:38 2012 > New Revision: 1243777 > > URL: http://svn.apache.org/viewvc?rev=1243777&view=rev > Log: > Exclude the Jetty working directory under solr/example from license checks > (Thanks Robert!) > > 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=1243777&r1=1243776&r2=1243777&view=diff > ================================================================ > ============== > --- lucene/dev/trunk/lucene/tools/custom-tasks.xml (original) > +++ lucene/dev/trunk/lucene/tools/custom-tasks.xml Tue Feb 14 03:59:38 2012 > @@ -29,6 +29,7 @@ > <exclude name="**/build/**" /> > <exclude name="**/dist/**" /> > <exclude name="**/src/**" /> > + <exclude name="**/work/**" /> > <additional-excludes /> > </fileset> > --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
