Community
Participate
Working Groups
Created attachment 202030 [details] patch. ...since lucene no longer has a lucene.jar but has lucene-core.jar instead. The lucene jar in orbit is an almost empty jar which simply requires lucene.core and exports org.apache.lucene. The attached patch removes the dependency and replaces it with a dependency on lucene.core where needed. I can generate two separate git patches against the individual projects if necessary.
I'll take a look at this next time we move up to a new version of Lucene, which should happen some time in the Eclipse 3.8 timeframe.
> I'll take a look at this next time we move up to a new version of Lucene, which > should happen some time in the Eclipse 3.8 timeframe. That would be great!.. Thanks
Removing target milestone because upgrading to a new Lucene version is currently not in the Juno schedule.
I made these changes already in bug 340563.
Fixed as part of bug 340563. Pushed to master.