vmassol 2003/06/11 09:05:07
Modified: integration/eclipse/org.apache.cactus.eclipse.webapp
.project
Added: integration/eclipse/org.apache.cactus.eclipse.webapp
.checkstyle
Log:
use the new version of the checkstyle eclipse plugin
Revision Changes Path
1.4 +6 -0
jakarta-cactus/integration/eclipse/org.apache.cactus.eclipse.webapp/.project
Index: .project
===================================================================
RCS file:
/home/cvs/jakarta-cactus/integration/eclipse/org.apache.cactus.eclipse.webapp/.project,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- .project 11 Jun 2003 14:50:42 -0000 1.3
+++ .project 11 Jun 2003 16:05:06 -0000 1.4
@@ -13,6 +13,11 @@
</projects>
<buildSpec>
<buildCommand>
+
<name>com.atlassw.tools.eclipse.checkstyle.CheckstyleBuilder</name>
+ <arguments>
+ </arguments>
+ </buildCommand>
+ <buildCommand>
<name>org.eclipse.jdt.core.javabuilder</name>
<arguments>
</arguments>
@@ -31,5 +36,6 @@
<natures>
<nature>org.eclipse.pde.PluginNature</nature>
<nature>org.eclipse.jdt.core.javanature</nature>
+ <nature>com.atlassw.tools.eclipse.checkstyle.CheckstyleNature</nature>
</natures>
</projectDescription>
1.1
jakarta-cactus/integration/eclipse/org.apache.cactus.eclipse.webapp/.checkstyle
Index: .checkstyle
===================================================================
<?xml version="1.0" encoding="UTF-8"?>
<fileset-config file-format-version="1.0.0">
<fileset name="all" enabled="true" check-config-name="cactus">
<file-match-pattern match-pattern="[.java]$" include-pattern="true"/>
</fileset>
</fileset-config>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]