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 2012/02/13 23:50:39 UTC

svn commit: r1243726 - /lucene/dev/trunk/dev-tools/idea/lucene/lucene.iml

Author: sarowe
Date: Mon Feb 13 22:50:38 2012
New Revision: 1243726

URL: http://svn.apache.org/viewvc?rev=1243726&view=rev
Log:
IntelliJ IDEA configuration: include lucene/lib/ in the non-test classpath (in addition to the test classpath) for the IntelliJ (uber-)Lucene module, so that lucene/tools/**/LicenseCheckTask.java will compile.

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

Modified: lucene/dev/trunk/dev-tools/idea/lucene/lucene.iml
URL: http://svn.apache.org/viewvc/lucene/dev/trunk/dev-tools/idea/lucene/lucene.iml?rev=1243726&r1=1243725&r2=1243726&view=diff
==============================================================================
--- lucene/dev/trunk/dev-tools/idea/lucene/lucene.iml (original)
+++ lucene/dev/trunk/dev-tools/idea/lucene/lucene.iml Mon Feb 13 22:50:38 2012
@@ -16,7 +16,7 @@
     </content>
     <orderEntry type="inheritedJdk" />
     <orderEntry type="sourceFolder" forTests="false" />
-    <orderEntry scope="TEST" type="module-library">
+    <orderEntry type="module-library">
       <library>
         <CLASSES>
           <root url="file://$MODULE_DIR$/lib" />