Index: jrst/project.properties
diff -u jrst/project.properties:1.2 jrst/project.properties:1.3
--- jrst/project.properties:1.2 Tue Dec 14 08:25:11 2004
+++ jrst/project.properties Thu Dec 23 18:11:01 2004
@@ -1,3 +1,7 @@
maven.src.dir=${basedir}/src
maven.jar.mainclass=org.codelutin.jrst.Parser
maven.uberjar.main=org.codelutins.jrst.Parser
+
+# Checkstyle Report
+maven.checkstyle.header.file=${basedir}/lutinheader.txt
+maven.checkstyle.properties=${basedir}/lutincheckstyle.xml
Index: jrst/lutincheckstyle.xml
diff -u /dev/null jrst/lutincheckstyle.xml:1.1
--- /dev/null Thu Dec 23 18:11:06 2004
+++ jrst/lutincheckstyle.xml Thu Dec 23 18:11:01 2004
@@ -0,0 +1,189 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Index: jrst/lutinheader.txt
diff -u /dev/null jrst/lutinheader.txt:1.1
--- /dev/null Thu Dec 23 18:11:06 2004
+++ jrst/lutinheader.txt Thu Dec 23 18:11:01 2004
@@ -0,0 +1,31 @@
+/* *##%
+* Copyright (C) 2002, 2003, 2004, 2005 Code Lutin,
+* Cédric Pineau, Benjamin Poussin,
+*
+*
+* This program is free software; you can redistribute it and/or
+* modify it under the terms of the GNU General Public License
+* as published by the Free Software Foundation; either version 2
+* of the License, or (at your option) any later version.
+*
+* This program is distributed in the hope that it will be useful,
+* but WITHOUT ANY WARRANTY; without even the implied warranty of
+* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+* GNU General Public License for more details.
+*
+* You should have received a copy of the GNU General Public License
+* along with this program; if not, write to the Free Software
+* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+*##%*/
+
+/* *
+*
+*
+* Created:
+*
+* @author Benjamin Poussin
+* @version $Revision: 1.1 $
+*
+* Mise a jour: $Date: 2004/12/23 18:11:01 $
+* par : $Author: bpoussin $
+*/