You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@opennlp.apache.org by bu...@apache.org on 2011/11/19 18:04:04 UTC

svn commit: r798931 - /websites/staging/opennlp/trunk/content/opennlp/code-conventions.html

Author: buildbot
Date: Sat Nov 19 17:04:03 2011
New Revision: 798931

Log:
Staging update by buildbot

Modified:
    websites/staging/opennlp/trunk/content/opennlp/code-conventions.html

Modified: websites/staging/opennlp/trunk/content/opennlp/code-conventions.html
==============================================================================
--- websites/staging/opennlp/trunk/content/opennlp/code-conventions.html (original)
+++ websites/staging/opennlp/trunk/content/opennlp/code-conventions.html Sat Nov 19 17:04:03 2011
@@ -100,6 +100,7 @@ public class Foo extends Bar {
 <li>For other cases, we try to follow
   <a href="http://www.oracle.com/technetwork/java/codeconv-138413.html">Java code conventions</a> as much as possible.</li>
 </ul>
+<p>A code formatter file for Eclipse can be found <a href="code-formatter/OpenNLP-Eclipse-Formatter.xml">here</a>.</p>
   </div>
   
   <div class="clear">