The clean-idea target should remove modules/**/*.iml

git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1145372 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Steven Rowe 2011-07-11 21:55:53 +00:00
parent fbf9f4ccad
commit 90d75aae9e
1 changed files with 1 additions and 0 deletions

View File

@ -99,6 +99,7 @@
<fileset dir="." includes="*.iml,*.ipr,*.iws"/>
<fileset dir="solr" includes="**/*.iml"/>
<fileset dir="lucene" includes="**/*.iml"/>
<fileset dir="modules" includes="**/*.iml"/>
</delete>
</target>