You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@buildr.apache.org by do...@apache.org on 2011/10/28 11:34:14 UTC

svn commit: r1190222 - /buildr/trunk/doc/more_stuff.textile

Author: donaldp
Date: Fri Oct 28 09:34:13 2011
New Revision: 1190222

URL: http://svn.apache.org/viewvc?rev=1190222&view=rev
Log:
Update the documentation regarding the task for generating idea artifacts

Modified:
    buildr/trunk/doc/more_stuff.textile

Modified: buildr/trunk/doc/more_stuff.textile
URL: http://svn.apache.org/viewvc/buildr/trunk/doc/more_stuff.textile?rev=1190222&r1=1190221&r2=1190222&view=diff
==============================================================================
--- buildr/trunk/doc/more_stuff.textile (original)
+++ buildr/trunk/doc/more_stuff.textile Fri Oct 28 09:34:13 2011
@@ -384,7 +384,7 @@ h2(#idea). IntelliJ IDEA
 If you use IntelliJ IDEA, you can generate project files by issuing:
 
 {% highlight sh %}
-$ buildr idea:generate
+$ buildr idea
 {% endhighlight %}
 
 This task will generate a @.iml@ file for every project (or subproject) and a @.ipr@ that you can directly open for the root project.