Index: lutinmatrix/project.properties
diff -u lutinmatrix/project.properties:1.2 lutinmatrix/project.properties:1.3
--- lutinmatrix/project.properties:1.2 Thu Nov 4 13:50:17 2004
+++ lutinmatrix/project.properties Thu Dec 23 18:13:07 2004
@@ -1,2 +1,6 @@
maven.src.dir=${basedir}/target/src-build
maven.jar.mainclass=org.codelutin.math.matrix.gui.MatrixPanelEditor
+
+# Checkstyle Report
+maven.checkstyle.header.file=${basedir}/lutinheader.txt
+maven.checkstyle.properties=${basedir}/lutincheckstyle.xml
Index: lutinmatrix/lutincheckstyle.xml
diff -u /dev/null lutinmatrix/lutincheckstyle.xml:1.1
--- /dev/null Thu Dec 23 18:13:12 2004
+++ lutinmatrix/lutincheckstyle.xml Thu Dec 23 18:13:07 2004
@@ -0,0 +1,189 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Index: lutinmatrix/lutinheader.txt
diff -u /dev/null lutinmatrix/lutinheader.txt:1.1
--- /dev/null Thu Dec 23 18:13:12 2004
+++ lutinmatrix/lutinheader.txt Thu Dec 23 18:13:07 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:13:07 $
+* par : $Author: bpoussin $
+*/