idea config: Added Ant back into the lucene classpath

git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1325101 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Christopher John Male 2012-04-12 01:59:12 +00:00
parent 3c16d84f3c
commit 2de3c452c2
1 changed files with 10 additions and 0 deletions

View File

@ -0,0 +1,10 @@
<component name="libraryTable">
<library name="Ant">
<CLASSES>
<root url="jar://$PROJECT_DIR$/lucene/test-framework/lib/ant-1.7.1.jar!/" />
<root url="jar://$PROJECT_DIR$/lucene/test-framework/lib/ant-junit-1.7.1.jar!/" />
</CLASSES>
<JAVADOC />
<SOURCES />
</library>
</component>