Move description from the 'copy-idea-files' target to the 'idea' target, so that it gets mentioned when the user runs 'ant -projecthelp'

git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1055244 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Steven Rowe 2011-01-04 23:44:23 +00:00
parent a0b91aed6e
commit bf8278184f
1 changed files with 3 additions and 3 deletions

View File

@ -76,9 +76,9 @@
<property environment="env"/>
<target name="idea" depends="copy-idea-files,finish-idea-setup-windows,
finish-idea-setup-mac,
finish-idea-setup-unix"/>
<target name="copy-idea-files"
description="Setup IntelliJ IDEA configuration files">
finish-idea-setup-unix"
description="Setup IntelliJ IDEA configuration files"/>
<target name="copy-idea-files">
<copy todir=".">
<fileset dir="dev-tools/idea">
<exclude name="Intellij-Lucene-Codestyle.xml"/>