Files
openide/libraries/lucene.common/intellij.libraries.lucene.common.iml
Nikolay Chashnikov 73048f16b4 move 'lucene-core' and 'lucene-analysis-common' to a content module (IJPL-189900)
A new content module intellij.libraries.lucene.common is introduced. This is needed to avoid bundling these libraries in several plugins after 'intellij.spellchecker' was converted to a content module and the libraries were removed from the main classloader of the core plugin.

GitOrigin-RevId: f7104c8341df147156eb3b0cdfe55128c6537273
2025-06-04 14:41:40 +00:00

13 lines
602 B
XML

<?xml version="1.0" encoding="UTF-8"?>
<module type="JAVA_MODULE" version="4">
<component name="NewModuleRootManager" inherit-compiler-output="true">
<exclude-output />
<content url="file://$MODULE_DIR$">
<sourceFolder url="file://$MODULE_DIR$/resources" type="java-resource" />
</content>
<orderEntry type="inheritedJdk" />
<orderEntry type="sourceFolder" forTests="false" />
<orderEntry type="library" exported="" name="lucene-analysis-common" level="project" />
<orderEntry type="library" exported="" name="lucene-core" level="project" />
</component>
</module>