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 2012/03/26 09:08:03 UTC

svn commit: r1305238 - in /wicket/common/site/trunk: _site/learn/ides.html learn/ides.md

Author: mgrigorov
Date: Mon Mar 26 07:08:03 2012
New Revision: 1305238

URL: http://svn.apache.org/viewvc?rev=1305238&view=rev
Log:
Update the IDE plugins.

Remove WicketBench, add Wicket Source


Modified:
    wicket/common/site/trunk/_site/learn/ides.html
    wicket/common/site/trunk/learn/ides.md

Modified: wicket/common/site/trunk/_site/learn/ides.html
URL: http://svn.apache.org/viewvc/wicket/common/site/trunk/_site/learn/ides.html?rev=1305238&r1=1305237&r2=1305238&view=diff
==============================================================================
--- wicket/common/site/trunk/_site/learn/ides.html (original)
+++ wicket/common/site/trunk/_site/learn/ides.html Mon Mar 26 07:08:03 2012
@@ -154,11 +154,11 @@
 			<p>For all leading IDE&#8217;s support is under development. Here&#8217;s a list of efforts for the major IDE&#8217;s.</p>
 
 <ul>
-<li>Eclipse: <a href='http://www.laughingpanda.org/mediawiki/index.php/Wicket_Bench'>Wicket Bench</a>, <a href='http://code.google.com/p/qwickie'>Qwickie</a></li>
+<li>Eclipse: <a href='http://code.google.com/p/qwickie'>Qwickie</a>, <a href='https://github.com/42Lines/wicket-source/wiki'>Wicket Source</a></li>
 
 <li>Netbeans: <a href='https://nbwicketsupport.dev.java.net/'>NB Wicket Support</a></li>
 
-<li>IntelliJ IDEA: <a href='http://wicketforge.googlecode.com/'>Wicket Forge</a></li>
+<li>IntelliJ IDEA: <a href='http://wicketforge.googlecode.com/'>Wicket Forge</a>, <a href='https://github.com/armhold/wicket-source-intellij'>Wicket Source</a></li>
 </ul>
 
 <p>These projects are not maintained or supported by the core Wicket team, but by their respective development teams.</p>

Modified: wicket/common/site/trunk/learn/ides.md
URL: http://svn.apache.org/viewvc/wicket/common/site/trunk/learn/ides.md?rev=1305238&r1=1305237&r2=1305238&view=diff
==============================================================================
--- wicket/common/site/trunk/learn/ides.md (original)
+++ wicket/common/site/trunk/learn/ides.md Mon Mar 26 07:08:03 2012
@@ -6,9 +6,9 @@ title: IDE Support for Wicket developmen
 For all leading IDE's support is under development. Here's a list of efforts
 for the major IDE's.
 
-* Eclipse: [Wicket Bench](http://www.laughingpanda.org/mediawiki/index.php/Wicket_Bench), [Qwickie](http://code.google.com/p/qwickie)
+* Eclipse: [Qwickie](http://code.google.com/p/qwickie), [Wicket Source](https://github.com/42Lines/wicket-source/wiki)
 * Netbeans: [NB Wicket Support](https://nbwicketsupport.dev.java.net/)
-* IntelliJ IDEA: [Wicket Forge](http://wicketforge.googlecode.com/)
+* IntelliJ IDEA: [Wicket Forge](http://wicketforge.googlecode.com/), [Wicket Source](https://github.com/armhold/wicket-source-intellij)
 
 These projects are not maintained or supported by the core Wicket team, but
-by their respective development teams.
\ No newline at end of file
+by their respective development teams.