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

svn commit: r1484213 - /incubator/jspwiki/site/trunk/content/jspwiki/development/source_and_guide.mdtext

Author: gmazza
Date: Sun May 19 02:37:28 2013
New Revision: 1484213

URL: http://svn.apache.org/r1484213
Log:
Updated locations of checkstyle files

Modified:
    incubator/jspwiki/site/trunk/content/jspwiki/development/source_and_guide.mdtext

Modified: incubator/jspwiki/site/trunk/content/jspwiki/development/source_and_guide.mdtext
URL: http://svn.apache.org/viewvc/incubator/jspwiki/site/trunk/content/jspwiki/development/source_and_guide.mdtext?rev=1484213&r1=1484212&r2=1484213&view=diff
==============================================================================
--- incubator/jspwiki/site/trunk/content/jspwiki/development/source_and_guide.mdtext (original)
+++ incubator/jspwiki/site/trunk/content/jspwiki/development/source_and_guide.mdtext Sun May 19 02:37:28 2013
@@ -23,8 +23,8 @@ Anonymous browser access</a> is also ava
 
 Coding standards:
 
-  * 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.
+  * 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.
   * Remove trailing whitespace and whitespace on empty lines
 
 Commits: