From db983266cea3b57193343cfbec2a6cbcce08b835 Mon Sep 17 00:00:00 2001 From: James Moger <james.moger@gitblit.com> Date: Fri, 29 Nov 2013 11:05:51 -0500 Subject: [PATCH] Update to Lucene 4.6.0 (pull request #124) --- gitblit.iml | 57 +++++++++++++++++++++++++++++++++++++++++++++------------ 1 files changed, 45 insertions(+), 12 deletions(-) diff --git a/gitblit.iml b/gitblit.iml index 74b1e85..ffb736e 100644 --- a/gitblit.iml +++ b/gitblit.iml @@ -188,46 +188,79 @@ </library> </orderEntry> <orderEntry type="module-library"> - <library name="lucene-core-3.6.1.jar"> + <library name="lucene-core-4.6.0.jar"> <CLASSES> - <root url="jar://$MODULE_DIR$/ext/lucene-core-3.6.1.jar!/" /> + <root url="jar://$MODULE_DIR$/ext/lucene-core-4.6.0.jar!/" /> </CLASSES> <JAVADOC /> <SOURCES> - <root url="jar://$MODULE_DIR$/ext/src/lucene-core-3.6.1.jar!/" /> + <root url="jar://$MODULE_DIR$/ext/src/lucene-core-4.6.0.jar!/" /> </SOURCES> </library> </orderEntry> <orderEntry type="module-library"> - <library name="lucene-highlighter-3.6.1.jar"> + <library name="lucene-analyzers-common-4.6.0.jar"> <CLASSES> - <root url="jar://$MODULE_DIR$/ext/lucene-highlighter-3.6.1.jar!/" /> + <root url="jar://$MODULE_DIR$/ext/lucene-analyzers-common-4.6.0.jar!/" /> </CLASSES> <JAVADOC /> <SOURCES> - <root url="jar://$MODULE_DIR$/ext/src/lucene-highlighter-3.6.1.jar!/" /> + <root url="jar://$MODULE_DIR$/ext/src/lucene-analyzers-common-4.6.0.jar!/" /> </SOURCES> </library> </orderEntry> <orderEntry type="module-library"> - <library name="lucene-memory-3.6.1.jar"> + <library name="lucene-highlighter-4.6.0.jar"> <CLASSES> - <root url="jar://$MODULE_DIR$/ext/lucene-memory-3.6.1.jar!/" /> + <root url="jar://$MODULE_DIR$/ext/lucene-highlighter-4.6.0.jar!/" /> </CLASSES> <JAVADOC /> <SOURCES> - <root url="jar://$MODULE_DIR$/ext/src/lucene-memory-3.6.1.jar!/" /> + <root url="jar://$MODULE_DIR$/ext/src/lucene-highlighter-4.6.0.jar!/" /> </SOURCES> </library> </orderEntry> <orderEntry type="module-library"> - <library name="lucene-queries-3.6.1.jar"> + <library name="lucene-memory-4.6.0.jar"> <CLASSES> - <root url="jar://$MODULE_DIR$/ext/lucene-queries-3.6.1.jar!/" /> + <root url="jar://$MODULE_DIR$/ext/lucene-memory-4.6.0.jar!/" /> </CLASSES> <JAVADOC /> <SOURCES> - <root url="jar://$MODULE_DIR$/ext/src/lucene-queries-3.6.1.jar!/" /> + <root url="jar://$MODULE_DIR$/ext/src/lucene-memory-4.6.0.jar!/" /> + </SOURCES> + </library> + </orderEntry> + <orderEntry type="module-library"> + <library name="lucene-queries-4.6.0.jar"> + <CLASSES> + <root url="jar://$MODULE_DIR$/ext/lucene-queries-4.6.0.jar!/" /> + </CLASSES> + <JAVADOC /> + <SOURCES> + <root url="jar://$MODULE_DIR$/ext/src/lucene-queries-4.6.0.jar!/" /> + </SOURCES> + </library> + </orderEntry> + <orderEntry type="module-library"> + <library name="lucene-queryparser-4.6.0.jar"> + <CLASSES> + <root url="jar://$MODULE_DIR$/ext/lucene-queryparser-4.6.0.jar!/" /> + </CLASSES> + <JAVADOC /> + <SOURCES> + <root url="jar://$MODULE_DIR$/ext/src/lucene-queryparser-4.6.0.jar!/" /> + </SOURCES> + </library> + </orderEntry> + <orderEntry type="module-library"> + <library name="lucene-sandbox-4.6.0.jar"> + <CLASSES> + <root url="jar://$MODULE_DIR$/ext/lucene-sandbox-4.6.0.jar!/" /> + </CLASSES> + <JAVADOC /> + <SOURCES> + <root url="jar://$MODULE_DIR$/ext/src/lucene-sandbox-4.6.0.jar!/" /> </SOURCES> </library> </orderEntry> -- Gitblit v1.9.1