Author: xavier
Date: Tue Jun  5 07:36:34 2007
New Revision: 544504

URL: http://svn.apache.org/viewvc?view=rev&rev=544504
Log:
add eclipse-cs configuration to eclipse metadata

Added:
    incubator/ivy/core/trunk/.checkstyle
Modified:
    incubator/ivy/core/trunk/.project

Added: incubator/ivy/core/trunk/.checkstyle
URL: 
http://svn.apache.org/viewvc/incubator/ivy/core/trunk/.checkstyle?view=auto&rev=544504
==============================================================================
--- incubator/ivy/core/trunk/.checkstyle (added)
+++ incubator/ivy/core/trunk/.checkstyle Tue Jun  5 07:36:34 2007
@@ -0,0 +1,10 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<fileset-config file-format-version="1.2.0" simple-config="false">
+    <local-check-config name="Ivy Checkstyle Config" 
location="src/etc/checkstyle/checkstyle-config" type="project" description="">
+        <property name="checkstyle.src.dir" 
value="${basedir}/src/etc/checkstyle"/>
+        <additional-data name="protect-config-file" value="true"/>
+    </local-check-config>
+    <fileset name="Ivy Checkstyle config" enabled="true" 
check-config-name="Ivy Checkstyle Config" local="true">
+        <file-match-pattern match-pattern=".java$" include-pattern="true"/>
+    </fileset>
+</fileset-config>

Modified: incubator/ivy/core/trunk/.project
URL: 
http://svn.apache.org/viewvc/incubator/ivy/core/trunk/.project?view=diff&rev=544504&r1=544503&r2=544504
==============================================================================
--- incubator/ivy/core/trunk/.project (original)
+++ incubator/ivy/core/trunk/.project Tue Jun  5 07:36:34 2007
@@ -10,8 +10,14 @@
                        <arguments>
                        </arguments>
                </buildCommand>
+               <buildCommand>
+                       
<name>com.atlassw.tools.eclipse.checkstyle.CheckstyleBuilder</name>
+                       <arguments>
+                       </arguments>
+               </buildCommand>
        </buildSpec>
        <natures>
                <nature>org.eclipse.jdt.core.javanature</nature>
+               
<nature>com.atlassw.tools.eclipse.checkstyle.CheckstyleNature</nature>
        </natures>
 </projectDescription>


Reply via email to