Author: wsmoak
Date: Fri Nov 25 09:34:19 2005
New Revision: 348988

URL: http://svn.apache.org/viewcvs?rev=348988&view=rev
Log:
Add CheckStyle files and configuration to BSF.
Correct filename in the common build properties.

Added:
    struts/bsf/trunk/LICENSE.CheckStyle
      - copied unchanged from r348983, struts/build/trunk/LICENSE.CheckStyle
    struts/bsf/trunk/struts_checks.xml
      - copied unchanged from r348983, struts/build/trunk/struts_checks.xml
Modified:
    struts/bsf/trunk/project.properties
    struts/build/trunk/project.properties

Modified: struts/bsf/trunk/project.properties
URL: 
http://svn.apache.org/viewcvs/struts/bsf/trunk/project.properties?rev=348988&r1=348987&r2=348988&view=diff
==============================================================================
--- struts/bsf/trunk/project.properties (original)
+++ struts/bsf/trunk/project.properties Fri Nov 25 09:34:19 2005
@@ -2,6 +2,11 @@
 maven.changelog.factory = org.apache.maven.svnlib.SvnChangeLogFactory
 maven.changelog.range = 120
 
+maven.checkstyle.properties = ${basedir}/struts_checks.xml
+maven.checkstyle.header.file = ${basedir}/LICENSE.txt
+
+checkstyle.regexp.header=${basedir}/LICENSE.CheckStyle
+
 maven.compile.source=1.4
 maven.compile.target=1.4
 

Modified: struts/build/trunk/project.properties
URL: 
http://svn.apache.org/viewcvs/struts/build/trunk/project.properties?rev=348988&r1=348987&r2=348988&view=diff
==============================================================================
--- struts/build/trunk/project.properties (original)
+++ struts/build/trunk/project.properties Fri Nov 25 09:34:19 2005
@@ -9,7 +9,7 @@
 maven.checkstyle.properties = ${basedir}/build/struts_checks.xml
 maven.checkstyle.header.file = ${basedir}/build/LICENSE.txt
 
-checkstyle.regexp.header=${basedir}/build/LICENSE.Checkstyle
+checkstyle.regexp.header=${basedir}/build/LICENSE.CheckStyle
 
 maven.compile.source=1.4
 maven.compile.target=1.4



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to