Author: richard.opalka(a)jboss.com
Date: 2009-08-04 06:55:23 -0400 (Tue, 04 Aug 2009)
New Revision: 10473
Added:
container/jboss50/branches/ropalka-jboss510/.checkstyle
Modified:
container/jboss50/branches/ropalka-jboss510/.project
Log:
adding checkstyle
Added: container/jboss50/branches/ropalka-jboss510/.checkstyle
===================================================================
--- container/jboss50/branches/ropalka-jboss510/.checkstyle (rev
0)
+++ container/jboss50/branches/ropalka-jboss510/.checkstyle 2009-08-04 10:55:23 UTC (rev
10473)
@@ -0,0 +1,10 @@
+<?xml version="1.0" encoding="UTF-8"?>
+
+<fileset-config file-format-version="1.2.0"
simple-config="true">
+ <local-check-config name="JBossWS"
location="eclipse/JBossWSCheckStyle.xml" type="project"
description="">
+ <additional-data name="protect-config-file"
value="false"/>
+ </local-check-config>
+ <fileset name="all" enabled="true"
check-config-name="JBossWS" local="true">
+ <file-match-pattern match-pattern="."
include-pattern="true"/>
+ </fileset>
+</fileset-config>
Modified: container/jboss50/branches/ropalka-jboss510/.project
===================================================================
--- container/jboss50/branches/ropalka-jboss510/.project 2009-08-04 10:54:21 UTC (rev
10472)
+++ container/jboss50/branches/ropalka-jboss510/.project 2009-08-04 10:55:23 UTC (rev
10473)
@@ -15,9 +15,15 @@
<arguments>
</arguments>
</buildCommand>
+ <buildCommand>
+ <name>net.sf.eclipsecs.core.CheckstyleBuilder</name>
+ <arguments>
+ </arguments>
+ </buildCommand>
</buildSpec>
<natures>
<nature>org.eclipse.jdt.core.javanature</nature>
<nature>org.maven.ide.eclipse.maven2Nature</nature>
+ <nature>net.sf.eclipsecs.core.CheckstyleNature</nature>
</natures>
</projectDescription>
Show replies by date