mirror of https://github.com/apache/lucene.git
SOLR-10868: add solrj resource dir to module paths
This commit is contained in:
parent
1b9f060e25
commit
f43f89ee6c
|
@ -6,6 +6,9 @@
|
|||
<content url="file://$MODULE_DIR$">
|
||||
<sourceFolder url="file://$MODULE_DIR$" isTestSource="false" />
|
||||
</content>
|
||||
<content url="file://$MODULE_DIR$/../resources">
|
||||
<sourceFolder url="file://$MODULE_DIR$/../resources" type="java-resource" />
|
||||
</content>
|
||||
<orderEntry type="inheritedJdk" />
|
||||
<orderEntry type="sourceFolder" forTests="false" />
|
||||
<orderEntry type="library" name="Solrj library" level="project" />
|
||||
|
|
Loading…
Reference in New Issue