LUCENE-4199: IntelliJ configuration: add lucene tools library to allow compilation where the asm jar is a dependency

git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1361636 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Steven Rowe 2012-07-15 06:15:31 +00:00
parent 902ed6cdf6
commit 75b6bf69bd
2 changed files with 11 additions and 0 deletions

View File

@ -0,0 +1,10 @@
<component name="libraryTable">
<library name="Lucene tools library">
<CLASSES>
<root url="file://$PROJECT_DIR$/lucene/tools/lib" />
</CLASSES>
<JAVADOC />
<SOURCES />
<jarDirectory url="file://$PROJECT_DIR$/lucene/tools/lib" recursive="false" />
</library>
</component>

View File

@ -17,6 +17,7 @@
<orderEntry type="inheritedJdk" /> <orderEntry type="inheritedJdk" />
<orderEntry type="sourceFolder" forTests="false" /> <orderEntry type="sourceFolder" forTests="false" />
<orderEntry type="library" scope="TEST" name="JUnit" level="project" /> <orderEntry type="library" scope="TEST" name="JUnit" level="project" />
<orderEntry type="library" name="Lucene tools library" level="project" />
<orderEntry type="library" name="Ant" level="project"/> <orderEntry type="library" name="Ant" level="project"/>
</component> </component>
</module> </module>