tools/README
changeset 578 1536b3881809
equal deleted inserted replaced
577:29ac85113420 578:1536b3881809
       
     1 This directory contains useful files for the developer.
       
     2 
       
     3 JavaHeaderCheck.regex
       
     4 This file is used by checkstyle to check the header on the java files.
       
     5 
       
     6 LicenseHeader.txt
       
     7 This file contains the header mandatory for all the java files of the project.  Lines 29 to 42 are optional.
       
     8 
       
     9 checkstyle.xml
       
    10 This file contains the rules used by checkstyle to verify the conformity of the source code. If you want your code to be accepted by the team, you must pass all the checks.
       
    11 
       
    12 eclipse_formatter.xml
       
    13 This file can be used by Eclipse IDE to configure the code formater.
       
    14