You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jspwiki.apache.org by bu...@apache.org on 2013/05/19 04:37:33 UTC

svn commit: r862396 - in /websites/staging/jspwiki/trunk/content: ./ jspwiki/development/source_and_guide.html

Author: buildbot
Date: Sun May 19 02:37:32 2013
New Revision: 862396

Log:
Staging update by buildbot for jspwiki

Modified:
    websites/staging/jspwiki/trunk/content/   (props changed)
    websites/staging/jspwiki/trunk/content/jspwiki/development/source_and_guide.html

Propchange: websites/staging/jspwiki/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Sun May 19 02:37:32 2013
@@ -1 +1 @@
-1483109
+1484213

Modified: websites/staging/jspwiki/trunk/content/jspwiki/development/source_and_guide.html
==============================================================================
--- websites/staging/jspwiki/trunk/content/jspwiki/development/source_and_guide.html (original)
+++ websites/staging/jspwiki/trunk/content/jspwiki/development/source_and_guide.html Sun May 19 02:37:32 2013
@@ -101,8 +101,8 @@ Anonymous browser access</a> is also ava
 <h2 id="developer-guide">Developer Guide</h2>
 <p>Coding standards:</p>
 <ul>
-<li>Use the <a href="http://svn.apache.org/viewvc/incubator/jspwiki/trunk/etc/jspwiki-eclipse-codestyle.xml?view=co&content-type=text%2Fplain">Eclipse</a> 
-and <a href="http://svn.apache.org/viewvc/incubator/jspwiki/trunk/etc/jspwiki-checkstyle.xml?view=co&content-type=text%2Fplain">Checkstyle</a> formatters.</li>
+<li>Use the <a href="http://svn.apache.org/viewvc/incubator/jspwiki/trunk/src/main/config/dev/jspwiki-eclipse-codestyle.xml?view=co&content-type=text%2Fplain">Eclipse</a> 
+and <a href="http://svn.apache.org/viewvc/incubator/jspwiki/trunk/src/main/config/dev/jspwiki-checkstyle.xml?view=co&content-type=text%2Fplain">Checkstyle</a> formatters.</li>
 <li>Remove trailing whitespace and whitespace on empty lines</li>
 </ul>
 <p>Commits:</p>