mirror of https://github.com/apache/lucene.git
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:
parent
902ed6cdf6
commit
75b6bf69bd
|
@ -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>
|
|
@ -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>
|
||||||
|
|
Loading…
Reference in New Issue