You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by sa...@apache.org on 2011/10/14 19:09:10 UTC

svn commit: r1183427 - /lucene/dev/trunk/dev-tools/idea/modules/benchmark/benchmark.iml

Author: sarowe
Date: Fri Oct 14 17:09:10 2011
New Revision: 1183427

URL: http://svn.apache.org/viewvc?rev=1183427&view=rev
Log:
LUCENE-3261: IntelliJ IDEA configuration: added facet module dependency to the benchmark module

Modified:
    lucene/dev/trunk/dev-tools/idea/modules/benchmark/benchmark.iml

Modified: lucene/dev/trunk/dev-tools/idea/modules/benchmark/benchmark.iml
URL: http://svn.apache.org/viewvc/lucene/dev/trunk/dev-tools/idea/modules/benchmark/benchmark.iml?rev=1183427&r1=1183426&r2=1183427&view=diff
==============================================================================
--- lucene/dev/trunk/dev-tools/idea/modules/benchmark/benchmark.iml (original)
+++ lucene/dev/trunk/dev-tools/idea/modules/benchmark/benchmark.iml Fri Oct 14 17:09:10 2011
@@ -23,6 +23,7 @@
       </library>
     </orderEntry>
     <orderEntry type="library" scope="TEST" name="JUnit" level="project" />
+    <orderEntry type="module" module-name="facet" />
     <orderEntry type="module" module-name="highlighter" />
     <orderEntry type="module" module-name="icu" />
     <orderEntry type="module" module-name="misc" />