You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by ho...@apache.org on 2017/06/14 02:02:40 UTC

[04/35] lucene-solr:jira/SOLR-10834: SOLR-10868: add solrj resource dir to module paths

SOLR-10868: add solrj resource dir to module paths


Project: http://git-wip-us.apache.org/repos/asf/lucene-solr/repo
Commit: http://git-wip-us.apache.org/repos/asf/lucene-solr/commit/f43f89ee
Tree: http://git-wip-us.apache.org/repos/asf/lucene-solr/tree/f43f89ee
Diff: http://git-wip-us.apache.org/repos/asf/lucene-solr/diff/f43f89ee

Branch: refs/heads/jira/SOLR-10834
Commit: f43f89ee6ca276644f4cfcd751f81cd14c92e02a
Parents: 1b9f060
Author: Noble Paul <no...@apache.org>
Authored: Sun Jun 11 09:42:28 2017 +0930
Committer: Noble Paul <no...@apache.org>
Committed: Sun Jun 11 09:42:28 2017 +0930

----------------------------------------------------------------------
 dev-tools/idea/solr/solrj/src/java/solrj.iml | 3 +++
 1 file changed, 3 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/lucene-solr/blob/f43f89ee/dev-tools/idea/solr/solrj/src/java/solrj.iml
----------------------------------------------------------------------
diff --git a/dev-tools/idea/solr/solrj/src/java/solrj.iml b/dev-tools/idea/solr/solrj/src/java/solrj.iml
index bf81913..e5dde1d 100644
--- a/dev-tools/idea/solr/solrj/src/java/solrj.iml
+++ b/dev-tools/idea/solr/solrj/src/java/solrj.iml
@@ -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" />