Author: xavier
Date: Wed May 16 01:16:32 2007
New Revision: 538472

URL: http://svn.apache.org/viewvc?view=rev&rev=538472
Log:
document coding conventions (IVY-511)

Modified:
    incubator/ivy/core/trunk/doc/doc/dev.html

Modified: incubator/ivy/core/trunk/doc/doc/dev.html
URL: 
http://svn.apache.org/viewvc/incubator/ivy/core/trunk/doc/doc/dev.html?view=diff&rev=538472&r1=538471&r2=538472
==============================================================================
--- incubator/ivy/core/trunk/doc/doc/dev.html (original)
+++ incubator/ivy/core/trunk/doc/doc/dev.html Wed May 16 01:16:32 2007
@@ -58,6 +58,12 @@
 BUILD SUCCESSFUL
 </code>
 Then you can check the test results in the build/doc/reports/test directory, 
the jars are in build/artifacts, and the test coverage report in 
build/doc/reports/coverage
+<h1>Coding conventions</h1>
+The Ivy code base is supposed to follow the standard java conventions:
+http://java.sun.com/docs/codeconv/html/CodeConvTOC.doc.html
+
+This is a work in progress though (see IVY-511), but patches helping migration 
to these conventions are welcome.
+
 <h1>Making a release</h1>
 <h2>Requirements</h2>
 Requirements for making a release are similar to the requirements for building 
from source, except that sun jdk 1.6 and ant 1.7 are required.


Reply via email to