mirror of https://github.com/apache/ant-ivy
add eclipse-cs configuration to eclipse metadata
git-svn-id: https://svn.apache.org/repos/asf/incubator/ivy/core/trunk@544504 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
c7d1a8651c
commit
fc8634caa9
|
|
@ -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>
|
||||
6
.project
6
.project
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in New Issue