diff options
author | Florian Zschocke <florian.zschocke@devolo.de> | 2017-01-02 16:59:44 +0100 |
---|---|---|
committer | Florian Zschocke <florian.zschocke@devolo.de> | 2017-03-05 20:20:58 +0100 |
commit | 9795ce49e134db7026a856671c8cc7e9dc82e5f8 (patch) | |
tree | 6aaea6f837fb49ec617750e8d0a421e90da6dc45 /gitblit.iml | |
parent | 2e03db322ea93cac67275bdd584a67b559ed185a (diff) | |
download | gitblit-9795ce49e134db7026a856671c8cc7e9dc82e5f8.tar.gz gitblit-9795ce49e134db7026a856671c8cc7e9dc82e5f8.zip |
Exclude Lucene transitive dependencies.
Exclude Lucene dependencies `lucene-spatial` and `lucene-join`.
They were added during the update but are not needed. This patch
excludes them explicitly so that they do not show up in the
generated IDE files and `ext` directory.
Diffstat (limited to 'gitblit.iml')
-rw-r--r-- | gitblit.iml | 24 |
1 files changed, 12 insertions, 12 deletions
diff --git a/gitblit.iml b/gitblit.iml index aefea941..1f4aa248 100644 --- a/gitblit.iml +++ b/gitblit.iml @@ -213,46 +213,46 @@ </library> </orderEntry> <orderEntry type="module-library"> - <library name="lucene-join-5.5.2.jar"> + <library name="lucene-memory-5.5.2.jar"> <CLASSES> - <root url="jar://$MODULE_DIR$/ext/lucene-join-5.5.2.jar!/" /> + <root url="jar://$MODULE_DIR$/ext/lucene-memory-5.5.2.jar!/" /> </CLASSES> <JAVADOC /> <SOURCES> - <root url="jar://$MODULE_DIR$/ext/src/lucene-join-5.5.2.jar!/" /> + <root url="jar://$MODULE_DIR$/ext/src/lucene-memory-5.5.2.jar!/" /> </SOURCES> </library> </orderEntry> <orderEntry type="module-library"> - <library name="lucene-grouping-5.5.2.jar"> + <library name="lucene-queries-5.5.2.jar"> <CLASSES> - <root url="jar://$MODULE_DIR$/ext/lucene-grouping-5.5.2.jar!/" /> + <root url="jar://$MODULE_DIR$/ext/lucene-queries-5.5.2.jar!/" /> </CLASSES> <JAVADOC /> <SOURCES> - <root url="jar://$MODULE_DIR$/ext/src/lucene-grouping-5.5.2.jar!/" /> + <root url="jar://$MODULE_DIR$/ext/src/lucene-queries-5.5.2.jar!/" /> </SOURCES> </library> </orderEntry> <orderEntry type="module-library"> - <library name="lucene-queries-5.5.2.jar"> + <library name="lucene-queryparser-5.5.2.jar"> <CLASSES> - <root url="jar://$MODULE_DIR$/ext/lucene-queries-5.5.2.jar!/" /> + <root url="jar://$MODULE_DIR$/ext/lucene-queryparser-5.5.2.jar!/" /> </CLASSES> <JAVADOC /> <SOURCES> - <root url="jar://$MODULE_DIR$/ext/src/lucene-queries-5.5.2.jar!/" /> + <root url="jar://$MODULE_DIR$/ext/src/lucene-queryparser-5.5.2.jar!/" /> </SOURCES> </library> </orderEntry> <orderEntry type="module-library"> - <library name="lucene-memory-5.5.2.jar"> + <library name="lucene-sandbox-5.5.2.jar"> <CLASSES> - <root url="jar://$MODULE_DIR$/ext/lucene-memory-5.5.2.jar!/" /> + <root url="jar://$MODULE_DIR$/ext/lucene-sandbox-5.5.2.jar!/" /> </CLASSES> <JAVADOC /> <SOURCES> - <root url="jar://$MODULE_DIR$/ext/src/lucene-memory-5.5.2.jar!/" /> + <root url="jar://$MODULE_DIR$/ext/src/lucene-sandbox-5.5.2.jar!/" /> </SOURCES> </library> </orderEntry> |