tfischer 2005/06/01 13:29:16
Modified: . project.properties
Added: . checkstyle-license.xml
Log:
added correct license header file for checkstyle and put it into the
project.properties.
Revision Changes Path
1.10 +2 -1 db-torque/project.properties
Index: project.properties
===================================================================
RCS file: /home/cvs/db-torque/project.properties,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- project.properties 26 Aug 2004 11:43:51 -0000 1.9
+++ project.properties 1 Jun 2005 20:29:16 -0000 1.10
@@ -35,6 +35,7 @@
torque.generator.home = src/generator
maven.checkstyle.format = turbine
+maven.checkstyle.header.file = ${basedir}/checkstyle-license.txt
# display the date on the site
maven.xdoc.date = left
1.1 db-torque/checkstyle-license.xml
Index: checkstyle-license.xml
===================================================================
/*
* Copyright 2001-2004 The Apache Software Foundation.
*
* Licensed under the Apache License, Version 2.0 (the "License")
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]