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/30 20:29:22 UTC

svn commit: r1065359 - /lucene/dev/branches/branch_3x/build.xml

Author: sarowe
Date: Sun Jan 30 19:29:22 2011
New Revision: 1065359

URL: http://svn.apache.org/viewvc?rev=1065359&view=rev
Log:
removed description from copy-idea-files goal (only the 'idea' goal should have a description, since it's the "main" goal for this functionality)

Modified:
    lucene/dev/branches/branch_3x/build.xml

Modified: lucene/dev/branches/branch_3x/build.xml
URL: http://svn.apache.org/viewvc/lucene/dev/branches/branch_3x/build.xml?rev=1065359&r1=1065358&r2=1065359&view=diff
==============================================================================
--- lucene/dev/branches/branch_3x/build.xml (original)
+++ lucene/dev/branches/branch_3x/build.xml Sun Jan 30 19:29:22 2011
@@ -86,10 +86,9 @@
   <condition property="isWindows"><os family="windows"/></condition>
   <property environment="env"/>
   <target name="idea" depends="copy-idea-files,finish-idea-setup-windows,
-                               finish-idea-setup-mac,
-                               finish-idea-setup-unix" description="Setup IntelliJ IDEA configuration"/>
-  <target name="copy-idea-files" 
-          description="Setup IntelliJ IDEA configuration files">
+                               finish-idea-setup-mac, finish-idea-setup-unix" 
+          description="Setup IntelliJ IDEA configuration"/>
+  <target name="copy-idea-files">
     <copy todir=".">
       <fileset dir="dev-tools/idea">
         <exclude name="Intellij-Lucene-Codestyle.xml"/>