mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-01-05 01:50:56 +07:00
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
13 lines
602 B
XML
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> |