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/17 21:14:13 UTC

svn commit: r1245734 - /lucene/dev/branches/branch_3x/dev-tools/idea/lucene/lucene.iml

Author: sarowe
Date: Fri Feb 17 20:14:12 2012
New Revision: 1245734

URL: http://svn.apache.org/viewvc?rev=1245734&view=rev
Log:
LUCENE-3774: 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/branches/branch_3x/dev-tools/idea/lucene/lucene.iml

Modified: lucene/dev/branches/branch_3x/dev-tools/idea/lucene/lucene.iml
URL: http://svn.apache.org/viewvc/lucene/dev/branches/branch_3x/dev-tools/idea/lucene/lucene.iml?rev=1245734&r1=1245733&r2=1245734&view=diff
==============================================================================
--- lucene/dev/branches/branch_3x/dev-tools/idea/lucene/lucene.iml (original)
+++ lucene/dev/branches/branch_3x/dev-tools/idea/lucene/lucene.iml Fri Feb 17 20:14:12 2012
@@ -16,7 +16,7 @@
     </content>
     <orderEntry type="inheritedJdk" />
     <orderEntry type="sourceFolder" forTests="false" />
-    <orderEntry type="module-library" scope="TEST">
+    <orderEntry type="module-library">
       <library>
         <CLASSES>
           <root url="file://$MODULE_DIR$/lib" />