You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by sa...@apache.org on 2011/01/05 00:44:23 UTC

svn commit: r1055244 - /lucene/dev/trunk/build.xml

Author: sarowe
Date: Tue Jan  4 23:44:23 2011
New Revision: 1055244

URL: http://svn.apache.org/viewvc?rev=1055244&view=rev
Log:
Move description from the 'copy-idea-files' target to the 'idea' target, so that it gets mentioned when the user runs 'ant -projecthelp'

Modified:
    lucene/dev/trunk/build.xml

Modified: lucene/dev/trunk/build.xml
URL: http://svn.apache.org/viewvc/lucene/dev/trunk/build.xml?rev=1055244&r1=1055243&r2=1055244&view=diff
==============================================================================
--- lucene/dev/trunk/build.xml (original)
+++ lucene/dev/trunk/build.xml Tue Jan  4 23:44:23 2011
@@ -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"/>