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