vmassol 2002/10/19 02:59:01
Modified: Eclipse-Plugin .project
Log:
Added checkstyle checks to the project
Revision Changes Path
1.2 +6 -0 jakarta-cactus/Eclipse-Plugin/.project
Index: .project
===================================================================
RCS file: /home/cvs/jakarta-cactus/Eclipse-Plugin/.project,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .project 19 Oct 2002 09:40:01 -0000 1.1
+++ .project 19 Oct 2002 09:59:01 -0000 1.2
@@ -20,6 +20,11 @@
</projects>
<buildSpec>
<buildCommand>
+
<name>com.telesynthesis.tools.eclipse.checkstyle.CheckStyleBuilder</name>
+ <arguments>
+ </arguments>
+ </buildCommand>
+ <buildCommand>
<name>org.eclipse.jdt.core.javabuilder</name>
<arguments>
</arguments>
@@ -38,5 +43,6 @@
<natures>
<nature>org.eclipse.pde.PluginNature</nature>
<nature>org.eclipse.jdt.core.javanature</nature>
+
<nature>com.telesynthesis.tools.eclipse.checkstyle.CheckStyleNature</nature>
</natures>
</projectDescription>
--
To unsubscribe, e-mail: <mailto:cactus-dev-unsubscribe@;jakarta.apache.org>
For additional commands, e-mail: <mailto:cactus-dev-help@;jakarta.apache.org>