Add Eclipse settings

Fixes gh-417
This commit is contained in:
Rob Winch
2016-03-07 13:40:06 -06:00
parent 4be47f6b40
commit 2592905b41
8 changed files with 601 additions and 13 deletions

11
samples/boot/.checkstyle Normal file
View File

@@ -0,0 +1,11 @@
<?xml version="1.0" encoding="UTF-8"?>
<fileset-config file-format-version="1.2.0" simple-config="true" sync-formatter="false">
<local-check-config name="Spring Session Checkstyle" location="/Users/rwinch/code/spring-session/config/checkstyle/checkstyle.xml" type="external" description="">
<property name="configDir" value="/Users/rwinch/code/spring-session/config/checkstyle"/>
<additional-data name="protect-config-file" value="false"/>
</local-check-config>
<fileset name="all" enabled="true" check-config-name="Spring Session Checkstyle" local="false">
<file-match-pattern match-pattern="." include-pattern="true"/>
</fileset>
</fileset-config>