mirror of
https://gitflic.ru/project/openide/openide.git
synced 2025-12-14 18:05:27 +07:00
Also, it should be specified as a dependency in BigDataTools core plugin. It is not possible because BGT plugin is not migrated to Plugin Model V2. But there are no problems with class loading now, because this library is most probably accessible in BGT transitively. GitOrigin-RevId: 95ddd835e51085f4f129216ff2f4b17a8ceb2e40
12 lines
503 B
XML
12 lines
503 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" />
|
|
<sourceFolder url="file://$MODULE_DIR$/src" isTestSource="false" />
|
|
</content>
|
|
<orderEntry type="inheritedJdk" />
|
|
<orderEntry type="sourceFolder" forTests="false" />
|
|
</component>
|
|
</module> |