You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by mg...@apache.org on 2013/01/28 11:29:05 UTC

svn commit: r1439332 - in /wicket/common/site/trunk: _site/start/quickstart.html start/quickstart.md

Author: mgrigorov
Date: Mon Jan 28 10:29:05 2013
New Revision: 1439332

URL: http://svn.apache.org/viewvc?rev=1439332&view=rev
Log:
WICKET-4984 Update quickstart info for changed workflow in IntelliJ idea


Modified:
    wicket/common/site/trunk/_site/start/quickstart.html
    wicket/common/site/trunk/start/quickstart.md

Modified: wicket/common/site/trunk/_site/start/quickstart.html
URL: http://svn.apache.org/viewvc/wicket/common/site/trunk/_site/start/quickstart.html?rev=1439332&r1=1439331&r2=1439332&view=diff
==============================================================================
--- wicket/common/site/trunk/_site/start/quickstart.html (original)
+++ wicket/common/site/trunk/_site/start/quickstart.html Mon Jan 28 10:29:05 2013
@@ -298,7 +298,7 @@
 
 <h4 id='idea'>IDEA</h4>
 
-<p>From within IDEA, just use &#8220;File/New Project/Import from external model/Maven&#8221;, choose the project directory and select the generated pom.xml.</p>
+<p>From within IDEA, just use &#8220;File/Import Project&#8221;, choose the project directory and specify that this is a Maven project.</p>
 
 <h4 id='netbeans'>NetBeans</h4>
 

Modified: wicket/common/site/trunk/start/quickstart.md
URL: http://svn.apache.org/viewvc/wicket/common/site/trunk/start/quickstart.md?rev=1439332&r1=1439331&r2=1439332&view=diff
==============================================================================
--- wicket/common/site/trunk/start/quickstart.md (original)
+++ wicket/common/site/trunk/start/quickstart.md Mon Jan 28 10:29:05 2013
@@ -142,8 +142,7 @@ directly.
 
 #### IDEA ####
 
-From within IDEA, just use "File/New Project/Import from external
-model/Maven", choose the project directory and select the generated pom.xml.
+From within IDEA, just use "File/Import Project", choose the project directory and specify that this is a Maven project.
 
 #### NetBeans ####