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.

git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1243726 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Steven Rowe 2012-02-13 22:50:38 +00:00
parent 4c3865aa6d
commit dd13217dee
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@
</content> </content>
<orderEntry type="inheritedJdk" /> <orderEntry type="inheritedJdk" />
<orderEntry type="sourceFolder" forTests="false" /> <orderEntry type="sourceFolder" forTests="false" />
<orderEntry scope="TEST" type="module-library"> <orderEntry type="module-library">
<library> <library>
<CLASSES> <CLASSES>
<root url="file://$MODULE_DIR$/lib" /> <root url="file://$MODULE_DIR$/lib" />